guest@pyhacker ~/search

grep -ir "git" *
Results: 2

gitorious.py - A command line interface to Gitorious

We started using Gitorious at work for our git repositories. Since I couldn't find a way to create projects and repositories on the command line, I decided to write one using mechanize. The script allows for project creation and deletion as well as repository creation and deletion. I may add more fe...

more ...

Migrating to Nuxt

It's been 6 years since I migrated this site off of Django and onto Pelican. A lot has changed in the mean time. I still spend the majority of my time hacking in Python but for the past couple of years, frontend Javascript frameworks have really taken off. At work (Carta), we use a variety of fronte...

more ...