Skip to content

JacksonGariety/galileo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Galileo

Search your starred GitHub repos from your shell.

Installation

gem install galileo

Usage

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

Contributing

  1. Fork it ( http://github.com/JacksonGariety/galileo/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 new Pull Request