Awesome
<!-- [![Contributors][contributors-shield]][contributors-url] --> <!-- 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:
- 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!
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
Erick Escriba - @erickescribaa - erickescribaa@gmail.com
<!-- ACKNOWLEDGEMENTS -->