/zsh-run-scripts

zsh plugin for running scripts smartly from package.json

Primary LanguageShellMIT LicenseMIT

Forks Stargazers Issues MIT License LinkedIn


zsh-run-scripts

zsh plugin for running scripts smartly from package.json


Usage

Run/Execute scripts::run command or ^Xy keybind

Installation

antidote users

If you're using Antidote, install this plugin by doing the following:

  1. Add :
     antidote bundle aireck2/zsh-run-scripts

to your .zshrc where you're adding your other plugins.

  1. 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.
  2. Enjoy!

oh-my-zsh users

If you're using oh-my-zsh, install this plugin by doing the following:

  1. Go to your oh-my-zsh custom plugins directory -cd ~/.oh-my-zsh/custom/plugins
  2. Clone the plugin bash git clone https://github.com/aireck2/zsh-run-scriptsbash
  3. Edit your .zshrc and add plugins=( ... zsh-run-scripts ) to your list of plugins
  4. Open a new terminal and enjoy!

antigen users

If you're using Antigen, install this plugin by doing the following:

  1. Add antigen bundle aireck2/zsh-run-scripts to your .zshrc where you're adding your other plugins.
  2. 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.
  3. Enjoy!

antibody users

If you're using Antibody, install this plugin by doing the following:

  1. Add :
     antibody bundle aireck2/zsh-run-scripts

to your .zshrc where you're adding your other plugins.

  1. 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.
  2. Enjoy!

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Erick Escriba - @erickescribaa - erickescribaa@gmail.com

Acknowledgements