# Pushnote Push notes from the command line to a local server. ## Installation Install the gem: ``` gem install pushnote rbenv rehash ``` Start the local pushnote server: ``` pushnoted start ``` ## Usage Push a note: ``` echo This is the note body. | pushnote --title "My note" ``` View all notes by vising `localhost:9283` in your browser: ![image](https://cloud.githubusercontent.com/assets/692632/5994336/e14900bc-aa23-11e4-8bbd-40266a7d2904.png) ## Contributing 1. Fork it ( https://github.com/[my-github-username]/pushnote/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