Yap
Yap is a modern, developer shell. Inspired by shells like bash and zsh it's a modern implementation keeping the good parts and leaving out the rest.
See the slide deck that introduces Yap
Installation
This should not go in your Gemfile, you should install from the command line:
> gem install yap-shell
Then follow the on-screen installation instructions.
Usage
See the Yap shell reference
Contributing
- Fork it ( https://github.com/zdennis/yap-shell/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request