no-gravity/plancli: File based project planning on the command line
github.com·2h
⌨️CLI Development
Preview
Report Post

plancli

File based project planning on the command line

Every project I work on has a plan/ directory in which I do the whole project management.

I started this simply in vim by creating files like productchart/plan/1000-tests_for_the_comparison_pages.txt to create a task to write "Tests for the comparison pages" of the Product Chart project.

The 1000 is the priority of the task.

It makes handling tasks nicely easy, as I have the project directory open in vim anyhow. So when I open the plan/ dir, I see a sorted list of tasks. I can search like in every other vim buffer. I can look into a task like into each other file. I can edit them right away in vim too. And I can fire off terminal commands like grep to search inside the tasks etc.…

Similar Posts

Loading similar posts...