https://github.com/will/heroku_completion_generator
tabing to victory since oh-eleven
https://github.com/will/heroku_completion_generator
Last synced: 9 months ago
JSON representation
tabing to victory since oh-eleven
- Host: GitHub
- URL: https://github.com/will/heroku_completion_generator
- Owner: will
- Created: 2011-05-30T23:24:23.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-05-31T02:14:35.000Z (almost 15 years ago)
- Last Synced: 2025-02-10T11:45:37.590Z (about 1 year ago)
- Language: Ruby
- Homepage: github.com/heroku/heroku
- Size: 77.1 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# _heroku tab completion generator
It makes the contents of _heroku completion file for zsh
It mostly works now, but it's still a work in progress
# installing
Do you use oh-my-zsh? When this completion is finished, I'll try and get this as a proper plugin in there. In the meantime make a `plugins/heroku` directory in `custom`.
Add `heroku` to your plugins list in `.zshrc`, and do this
ruby completion_generator.rb > ~/.oh-my-zsh/custom/plugins/heroku/_heroku
You'll also need a version of oh-my-zsh with [this pull request](https://github.com/robbyrussell/oh-my-zsh/pull/372) merged in, or make [this change](https://github.com/will/oh-my-zsh/commit/1ec4a83bf1779379f0f353888978e3c8f696ae53) to your `oh-my-zsh.sh` file yourself
If you don't use oh-my-zsh, then add this in a directory that gets autoloaded somewhere
## requirements
* heroku gem >= v2.0
* zsh 4.3.11 - it sorta works with earlier versions, but you cant complete after the : in some of the commands
### mit license