WIP: https://github.com/hipkiss91/GitTodo
Just thought it was about time you could automatically creates "issues" in GIT without changing to a web GUI or where-ever.
Python was something I'd never used before. Unfortunately I have been working extremely hard at my company over the past months completely redesigning a couple of our products, so I know there are a lot of optimisations I can make and improvements in general to make. But I'm coming to the end of the companies projects so hopefully I'll start to see a little more free time in order to get this idea to where is should be - in the hands of thousands of developers.
I can see it as a tool many developer will use. In their day-to-day once it has been completed. People have tried this kind of thing before, but they lacked in ease of use/a format for submitting issues such as markdown (adapted).
The main challenge was developing my understanding of python. I've yet to fully grasp it, but from my initial thoughts it seems like quite a fun language although I do like parentheses as they, too me, show explicit nature of functions and classes etc.