Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dasch/rails-complete
Bash completion for the rails command
https://github.com/dasch/rails-complete
Last synced: about 16 hours ago
JSON representation
Bash completion for the rails command
- Host: GitHub
- URL: https://github.com/dasch/rails-complete
- Owner: dasch
- License: mit
- Created: 2010-09-19T15:25:08.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-14T13:51:02.000Z (almost 14 years ago)
- Last Synced: 2024-04-23T22:09:43.444Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 727 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
- License: MIT-LICENSE
Awesome Lists containing this project
README
Rails Complete
==============Adds auto-completion to the `rails` command.
Install
-------First, you need to run `gem install rails_complete`. Then just add the following
line to your `.bashrc`complete -C rails-complete -o default rails
Contributors
------------* Daniel Schierbeck ([dasch](http://github.com/dasch))
* Joshua Nussbaum ([joshnuss](https://github.com/joshnuss))License
-------Copyright (c) 2010 Daniel Schierbeck.
Released under the MIT license. See MIT-LICENSE for details.