Every weekend I will be showcasing some awesome projects that will be termed as Hack of the Week.
This week "Hack of the Week " is Octogit. Its a Python project that gives a command line interface to connect to Github and it lets you hack on your project without opening the Github web interface.
Its an incredibly useful tool in your arsenal, why? Because all you need to do now is to login using your Github username and password and then you can create your Repository, Sort our issues, Open them, Close them. Does everything you always wanted to do without leaving your faithful terminal. While it might now appeal to Windows Developers as much but for OS X and Linux/BSD users it is a boon if you are using Github to deploy your code.
What it does very well: Gives a damn easy way to work with our favorite Github in command line mode.
What it could also have: It would be pretty awesome if it could somehow allow to post Gist ( a popular Github pastebin service) along with other features it have. Though it is possible to achieve it using some Vim and Emacs plugins.
You can connect with the Hacker here: Mahdi yusuf
Installing it is simple:
Just type in your terminal: pip install octogit.
This week "Hack of the Week " is Octogit. Its a Python project that gives a command line interface to connect to Github and it lets you hack on your project without opening the Github web interface.
Octogit in Action |
What it does very well: Gives a damn easy way to work with our favorite Github in command line mode.
What it could also have: It would be pretty awesome if it could somehow allow to post Gist ( a popular Github pastebin service) along with other features it have. Though it is possible to achieve it using some Vim and Emacs plugins.
You can connect with the Hacker here: Mahdi yusuf
Installing it is simple:
Just type in your terminal: pip install octogit.
qsy
2012-09-01T13:38:49.792Z
Should be octogit, not Octopress, which is a different project altogether.