Hacker News new | ask | show | jobs
by themckman 4939 days ago
Over the summer I started building a little command line tool to do task management for small projects I was working on (find it here: http://github.com/198d/clask). It basically creates another root branch in the repository you're working on and writes YAML files with various pieces of task metadata. The command line tool really just facilitated the editing/viewing of the underlying YAML files.

More recently, at work, I've been using a Trello board, as I'm sure many others here do.