Search your starred GitHub repos from your shell.
gem install galileo
See your most recent GitHub stars:
galileo
Search through the names & descriptions of the starred repos:
galileo markdown parser
Filter by language:
galileo markdown parser -l javascript
Refresh the repo cache from GitHub:
galileo -r
- Fork it ( http://github.com/JacksonGariety/galileo/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 new Pull Request