Project management with Git integration

Viewed 23882

I've looked around for a project management system, I've tried to use this one but it lacks some features I want and doesn't really seem to be under any sort of active development.

I only need a few features:

  1. Basic project/task management
  2. Very good git integration (when I pull/push my repo I want the management files to go too)
  3. Vim integration (or at least use the editor I have set a la 'export EDITOR=/usr/bin/vim'
  4. A note taking system (for meetings ideally)
  5. Command line interface, there can be other interfaces too, but I really want CLI.

Of all the project management systems I've found, fossil comes closest to satisfying my needs, but still falls short.

5 Answers
Related