30

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.

devin
  • 6,407
  • 14
  • 48
  • 53

5 Answers5

4

What about Trac or Redmine? They all cover your needs, except "Vim integration"

return1.at
  • 2,992
  • 3
  • 23
  • 26
2

Shameless self promotion warning

ScratchDocs!

  • ScratchDocs uses Git to store its data, organized by folders and task files.
  • Tasks are stored in org-mode.
  • You have the notion of Iterations (think Scrum), Stories (top-level tasks) and Tasks, which are the same as stories but are used to break stories down.
  • The whole thing has a cli interface written in Python.
  • can be set up via a git hook to generate a through HTML export of the tasks after each push.
  • Easily hackable and extendable to do whatever you fancy.

So, if you could use something like VimOrganizer for editing your task files, you'd be all set.

guyromm
  • 61
  • 5
2

Maybe one of the Org-mode clones for VIM (e.g. VimOrganizer) is the right tool for you:

  1. It is designed for task managment
  2. It uses only text files => git can track everything
  3. It's integrated in VIM
  4. Emacs Org-mode has a powerful note taking system (called capture). I don't know about the VIM clones. But at least you can write your notes directly into the plain text files.
  5. There is no real CLI, but maybe VIM is all you want/need?
Michael
  • 1,502
  • 19
  • 29
2

http://www.springloops.com hands down atm, tested and demo'd pretty much everything over 2 days.

ps. Not an affiliate or anything Im just happy to have found them and this post comes up in Google search

Wyck
  • 2,023
  • 4
  • 28
  • 34
1

Have you had a look at CodebaseHQ? It's on online solution, but integrates project management with DVCSs other than Git.

Abizern
  • 146,289
  • 39
  • 203
  • 257