Home

Awesome

<!-- [![Contributors][contributors-shield]][contributors-url] -->

Forks Stargazers Issues MIT License LinkedIn

<!-- PROJECT LOGO --> <br /> <p align="center"> <!-- <a href="https://erickescriba.vercel.app/"> <img src="public/demo.png" alt="Logo" width="100%" height="100%"> </a> --> <h1 align="center">zsh-run-scripts</h1> <p align="center"> zsh plugin for running scripts smartly from package.json </p> </p> <br />

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!
<!-- USAGE EXAMPLES --> <!-- ## Usage Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources. _For more examples, please refer to the [Documentation](https://example.com)_ --> <!-- ROADMAP -->

Roadmap

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

<!-- CONTRIBUTING -->

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.

<!-- 1. Fork the Project 2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) 3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) 4. Push to the Branch (`git push origin feature/AmazingFeature`) 5. Open a Pull Request --> <!-- LICENSE -->

License

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

<!-- CONTACT -->

Contact

Erick Escriba - @erickescribaa - erickescribaa@gmail.com

<!-- ACKNOWLEDGEMENTS -->

Acknowledgements

<!-- MARKDOWN LINKS & IMAGES --> <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->