Settings

Theme

Show HN: Command line task management tool (Weekend Project)

github.com

13 points by importMe 13 years ago · 15 comments

Reader

habosa 13 years ago

This is great, I love tools like this.

I made something very similar: https://github.com/hatboysam/shpm

It's a command line task manager I wrote in Haskell. I use it every day and it has replaced all other task apps I have tried because it's fast and simple. I also like it because it stores all of my tasks in plain text so I can always edit the file over Dropbox when I'm not at my computer but want to add something to the list.

  • importMeOP 13 years ago

    Wow, SHPM looks like a neat project. I like the fact that you store it in a text file.

    At the moment, TaskCmd stores the tasks in a JSON file that can be edited easily, but it can be a pain sometimes.

    • habosa 13 years ago

      Thanks! It's perfect for me, but I get the sense that the only good todo app is the one you make yourself. That's why people without the ability to make one spend so much time switching back and forth.

thepumpkin1979 13 years ago

Nice work. Btw, I don't think you need to add node_modules to your repo, at least colors is already on npmjs.org and you can use package.json and NPM to distribute node.js 'env' enabled binaries, it should ease the configuration instructions. Hope this helps :)

RossM 13 years ago

I quite like todo.txt[0] which has a similar interface but uses a specific format, sorted in a text file.

[0]: http://todotxt.com

dil 13 years ago

Another alternative: http://taskwarrior.org/

  • SEJeff 13 years ago

    And taskwarrior has been around for awhile unlike a (clever) weekend hack.

niggler 13 years ago

Is github down for maintenance?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection