Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shengyou/robo-zsh-plugin
A oh-my-zsh plugin for robo command completion.
https://github.com/shengyou/robo-zsh-plugin
Last synced: 2 days ago
JSON representation
A oh-my-zsh plugin for robo command completion.
- Host: GitHub
- URL: https://github.com/shengyou/robo-zsh-plugin
- Owner: shengyou
- Created: 2014-03-02T11:02:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T02:51:09.000Z (almost 7 years ago)
- Last Synced: 2024-04-15T23:19:32.121Z (10 months ago)
- Language: Shell
- Size: 469 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# robo-zsh-plugin
`robo-zsh-plugin` is a zsh plugin for
[Robo](http://robo.li). 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/robo-zsh-plugin/master/images/robo.gif)
## Installation
### 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 `robo`:
```console
git clone https://github.com/shengyou/robo-zsh-plugin.git robo
```3. Include `robo` plugin to your .zshrc file along with other plugins:
```zsh
...
plugins=(osx brew git laravel codeception robo)
...
```4. Restart your terminal application.
### [zgen](https://github.com/tarjoilija/zgen)
If you're using [zgen](https://github.com/tarjoilija/zgen):
1. Add `zgen load shengyou/robo-zsh-plugin` to your `.zshrc` along with your other `zgen load` commands.
2. `rm ${ZGEN_INIT}/init.zsh && zgen save`### [Antigen](https://github.com/zsh-users/antigen)
If you're using [Antigen](https://github.com/zsh-users/antigen):
1. Add `antigen bundle shengyou/robo-zsh-plugin` to your `.zshrc` where you've listed your other plugins.
2. Close and reopen your Terminal/iTerm window to **refresh context** and use the plugin. Alternatively, you can run `antigen bundle shengyou/robo-zsh-plugin` in a running shell to have antigen load the new plugin immediately & temporarily.## TODO & Bugs
* This plugin currentlly only support completion if you install robo through get_robo command.
## 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).