0.0
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
The core of yap-shell.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
~> 0.5.9
~> 11
~> 3.0

Runtime

~> 0.10.2
~> 1.1.1
~> 3.4.0
~> 0.9.6
~> 1.10.2
~> 0.3.1
~> 0.7.0
 Project Readme

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