Renote
Description
Renote is a CLI for note-taking.
Installation
gem install thor
Installation
Install from the command line:
$ gem install renote
Usage
Because Renote is built on the extraordinarily nifty Thor, you can simply run the CLI with no arguments to display the most up-to-date usage information.
$ renote
Contributing
- Fork it ( https://github.com/[my-github-username]/renote/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