zsh plugin for running scripts smartly from package.json
Run/Execute scripts::run
command or ^Xy
keybind
antidote users
If you're using Antidote, install this plugin by doing the following:
- Add :
antidote bundle aireck2/zsh-run-scripts
to your .zshrc
where you're adding your other plugins.
- Either open a new terminal to force zsh to load the new plugin, or run
antibody bundle aireck2/zsh-run-scripts
in a running zsh session. - Enjoy!
oh-my-zsh users
If you're using oh-my-zsh, install this plugin by doing the following:
- Go to your oh-my-zsh custom plugins directory -
cd ~/.oh-my-zsh/custom/plugins
- Clone the plugin
bash git clone https://github.com/aireck2/zsh-run-scripts
bash - Edit your
.zshrc
and addplugins=( ... zsh-run-scripts )
to your list of plugins - Open a new terminal and enjoy!
antigen users
If you're using Antigen, install this plugin by doing the following:
- Add
antigen bundle aireck2/zsh-run-scripts
to your.zshrc
where you're adding your other plugins. - Either open a new terminal to force zsh to load the new plugin, or run
antigen bundle aireck2/zsh-run-scripts
in a running zsh session. - Enjoy!
antibody users
If you're using Antibody, install this plugin by doing the following:
- Add :
antibody bundle aireck2/zsh-run-scripts
to your .zshrc
where you're adding your other plugins.
- Either open a new terminal to force zsh to load the new plugin, or run
antibody bundle aireck2/zsh-run-scripts
in a running zsh session. - Enjoy!
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.
Distributed under the MIT License. See LICENSE
for more information.
Erick Escriba - @erickescribaa - [email protected]