Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 819 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 819 Bytes

toothpick For the fine art of picking

Build Status

Installation

$ gem install toothpick

Usage

#Setup toothpick
toothpick init [email protected]: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