Tag Archives: github

Faraday Libraries

Faraday Faraday is an high-level HTTP client library with middleware support, and support for multiple low-level HTTP client libraries. It can be used just by adding it to the Gemfile and running bundle install, just like RestClient can. Or, a … Continue reading

Posted in uncategorized | Tagged , , , , | Comments Off

new grem feature: jumping quickly to a location on github.com

I added a new feature to grem: if you’re somewhere in your ~/github directory, you can simply type “grem” and the program will use launchy to open an appropriate page on GitHub in the default browser. For example: if you’re … Continue reading

Posted in uncategorized | Tagged , , , , , | Comments Off

grem: a github repo manager

Meet grem. Short for gremlin, grem is a tool for managing local copies of github repos. Grem is also my first gem. It was remarkably easy to create a gem with newgem and push it to gemcutter. Right now, all … Continue reading

Posted in uncategorized | Tagged , , , , , , | Comments Off

Organizing github repos

There are only two hard things in Computer Science: cache invalidation and naming things. – Phil Carlton I find that I spend an awful lot of time naming things. More than that, it’s a distraction. I also spend a lot … Continue reading

Posted in uncategorized | Tagged , , , , | 5 Comments