Build Status

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

  1. Fork it ( https://github.com/zdennis/yap-shell/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request