Skip to content
/ cheatly Public
forked from arthurnn/cheatly

A cheat-sheet cli for a cheat repository

License

Notifications You must be signed in to change notification settings

mois3x/cheatly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cheatly

This is a command line toolset to handle the cheat-sheets reposity located at sheets folder.

This gem is not a fork but inspired by defunkt/cheat. However instead of using a full server to store the sheets, it uses github as central repository, making more reliable and easy to add new ones.

Help: Adding a new cheat-sheet

Submit a PR, adding a file to sheets folder, with the cheat-sheet name.

  1. Fork it
  2. cheatly new name (replacing name with name of the sheet)
  3. Create new Pull Request

Installation

$ gem install cheatly

Usage

Help

$ cheatly help

List all cheat sheets

$ cheatly list

Show a cheat sheet

$ cheatly show gem_release

Contributing

  1. Fork it
  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 new Pull Request

Bitdeli Badge

About

A cheat-sheet cli for a cheat repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%