Skip to content

Commit

Permalink
added new subcommand: npmtrends
Browse files Browse the repository at this point in the history
  • Loading branch information
yo-goto committed Jun 12, 2022
1 parent 6a4677c commit a3a02f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- v1.7.12
- fin: added new subcommands: `chakraui`, `mui`
- fin v0.1.5: added new subcommands: `chakraui`, `mui`, `npmtrends`
- v1.7.11
- New feature
- fin: added new subcommands: `git`, `daisyui`
Expand Down
9 changes: 6 additions & 3 deletions functions/fin.fish
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function fin --description "ggl wrapper for frontend developers"
--stop-nonopt 'v/version' 'h/help' 'd/debug' 'list' 'long' -- $argv
or return 1

set -l version_fin "v0.1.4"
set -l version_fin "v0.1.5"

# color shortcut
set -l cc (set_color $_ggl_color)
Expand Down Expand Up @@ -37,7 +37,7 @@ function fin --description "ggl wrapper for frontend developers"
set -l docs_gh "cli.github.com/manual/"
set -a list_cmd "gh"

## mdn
##E mdn
set -l site_name_mdn "developer.mozilla.org"
set -l query_mdn "developer.mozilla.org/search?q="
set -a list_cmd "mdn"
Expand All @@ -61,7 +61,7 @@ function fin --description "ggl wrapper for frontend developers"
set -a list_cmd "vscode"
set -l site_name_neovim "neovim.io"
set -l docs_neovim "neovim.io/doc/general/"
set -a list_cmd "neovim"
set -a list_cmd "neovim"

### Japanese knowledgebase
set -l site_name_zenn "zenn.dev"
Expand All @@ -86,6 +86,9 @@ function fin --description "ggl wrapper for frontend developers"
set -a list_cmd "npm"
set -l site_name_yarn "yarnpkg.com"
set -a list_cmd "yarn"
set -l site_name_npmtrends "www.npmtrends.com"
set -l query_npmtrends "www.npmtrends.com/"
set -a list_cmd "npmtrends"

## js runtims
set -l site_name_deno "deno.land"
Expand Down
2 changes: 1 addition & 1 deletion functions/ggl.fish
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function ggl --description "A simple search plugin for keywords on Google"
-- $argv
or return 1

set --local version_plugin "v1.7.11"
set --local version_plugin "v1.7.12"
set --local version_ggl "v1.8.0"
## color
set --local cc (set_color $_ggl_color)
Expand Down

0 comments on commit a3a02f0

Please sign in to comment.