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: 8 months 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T02:51:09.000Z (almost 8 years ago)
- Last Synced: 2025-01-28T10:49:57.623Z (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
- awesome-zsh-plugins - robo - A ZSH plugin for [Robo](https://github.com/consolidation/robo/). (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - robo - A ZSH plugin for <b><code> ?⭐</code></b> <b><code> ?🍴</code></b> [Robo](https://github.com/consolidation/robo/)). (Plugins / ZSH on Windows)
- awesome-zsh-plugins - robo-zsh-plugin - A ZSH plugin for [Robo](https://robo.li/). (Plugins / Zinit (née zplugin))
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.

## 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) [](https://coderwall.com/shengyou)
Any questions, feel free to [contact me](http://twitter.com/shengyou).