https://github.com/torifat/npms
npms is a utility tool powered by fzf for using npm scripts interactively.
https://github.com/torifat/npms
fzf zinit-plugin zsh zsh-plugin
Last synced: 7 months ago
JSON representation
npms is a utility tool powered by fzf for using npm scripts interactively.
- Host: GitHub
- URL: https://github.com/torifat/npms
- Owner: torifat
- License: mit
- Created: 2020-02-27T15:17:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T14:34:57.000Z (over 5 years ago)
- Last Synced: 2025-03-25T15:54:04.750Z (8 months ago)
- Topics: fzf, zinit-plugin, zsh, zsh-plugin
- Language: Shell
- Size: 1.95 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - npms - Utility powered by [fzf](https://github.com/junegunn/fzf) for using npm scripts interactively. Requires [fzf](https://github.com/junegunn/fzf) and [jq](https://stedolan.github.io/jq/). (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - npms - Utility powered by <b><code> 75058â</code></b> <b><code> 2613đ´</code></b> [fzf](https://github.com/junegunn/fzf)) for using npm scripts interactively. Requires <b><code> 75058â</code></b> <b><code> 2613đ´</code></b> [fzf](https://github.com/junegunn/fzf)) and đ [jq](stedolan.github.io/jq/). (Plugins / ZSH on Windows)
- awesome-zsh-plugins - npms - utility powered by `fzf` for using npm scripts interactively. Requires [fzf](https://github.com/junegunn/fzf) and [jq](https://stedolan.github.io/jq/). (Plugins / Zinit (nÊe zplugin))
README
# npms
`npms` is a utility tool powered by fzf for using npm scripts interactively.
## Installation
_Make sure you have [`fzf`](https://github.com/junegunn/fzf) and [`jq`](https://stedolan.github.io/jq/) installed._
### Try Online
Run the following command in your shell to try `npms` without installing:
##### Bash and ZSH
```bash
source <(curl -Ss https://raw.githubusercontent.com/torifat/npms/master/npms.plugin.zsh)
```
### Installation using a ZSH Plugin manager
### [Zinit](https://github.com/zdharma/zinit)
```zsh
zinit 'torifat/npms'
```
### [Zgen](https://github.com/tarjoilija/zgen)
```zsh
zgen load 'torifat/npms'
```
### [Antigen](https://github.com/zsh-users/antigen)
```zsh
antigen bundle 'torifat/npms'
```
### Manual Installation
Download and source `npms.plugin.zsh` in your shell config.
## Commands
### npms
[](https://asciinema.org/a/307422)