Skip to content

Commit

Permalink
Add "Linux Command" extension. (#1032)
Browse files Browse the repository at this point in the history
* Add "Linux Command" extensio.

* chore: Update description.

* chore: update package-lock.json

* chore: fix lint error.

* chore: Update the Chinese information in the script file.

* chore: Modify title & add action icon.
  • Loading branch information
jaywcjlove authored Mar 11, 2022
1 parent bdc0ff2 commit d1f9a94
Show file tree
Hide file tree
Showing 8 changed files with 6,512 additions and 0 deletions.
10 changes: 10 additions & 0 deletions extensions/linux-command/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"root": true,
"env": {
"es2020": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
}
4 changes: 4 additions & 0 deletions extensions/linux-command/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
4 changes: 4 additions & 0 deletions extensions/linux-command/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Linux Command Extension for Raycast
===

Search Linux command [Chinese](https://github.com/jaywcjlove/linux-command) documentation from Raycast.
Binary file added extensions/linux-command/assets/command-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d1f9a94

Please sign in to comment.