Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shengyou/envoy-zsh-plugin
A oh-my-zsh plugin for envoy command completion.
https://github.com/shengyou/envoy-zsh-plugin
Last synced: 2 days ago
JSON representation
A oh-my-zsh plugin for envoy command completion.
- Host: GitHub
- URL: https://github.com/shengyou/envoy-zsh-plugin
- Owner: shengyou
- Created: 2014-03-02T11:03:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-02T12:42:20.000Z (almost 11 years ago)
- Last Synced: 2023-05-19T21:01:12.297Z (over 1 year ago)
- Size: 461 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# envoy-zsh-plugin
`envoy-zsh-plugin` is a zsh plugin for
[Laravel Envoy](https://github.com/laravel/envoy). This plugin can be install into oh-my-zsh [custom plugin](https://github.com/robbyrussell/oh-my-zsh#customization) folder.![Screenshot1](https://raw.github.com/shengyou/envoy-zsh-plugin/master/images/envoy.gif)
## Installation for oh-my-zsh
1. In the command line, change to `oh-my-zsh` plugins directory:
```console
$ take ~/.oh-my-zsh/custom/plugins
```2. Clone the repository into a new directory called `envoy`:
```console
git clone https://github.com/shengyou/envoy-zsh-plugin.git envoy
```3. Include `envoy` plugin to your .zshrc file along with other plugins:
```zsh
...
plugins=(osx brew git laravel envoy)
...
```4. Restart your terminal application.
## TODO
## Contact
Shengyou Fan (If you like it, please endorse me on coderwall) [![endorse](https://api.coderwall.com/shengyou/endorsecount.png)](https://coderwall.com/shengyou)Any questions, feel free to [contact me](http://twitter.com/shengyou).