toothpick For the fine art of picking

Build Status

Installation

$ gem install toothpick

Usage

#Setup toothpick
toothpick init git@github.com:code-mancers/picks.git

#Open today's pick file for editing
toothpick new
#Save and quit to commit and push pick to repo

#NOTE: Experimental feature
#Search for a pick and open containing files in your $EDITOR
toothpick search STRING

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