top | item 41007422

Omm ("on-my-mind") – A keyboard-driven task manager for the command line

48 points| dhth | 1 year ago |github.com

16 comments

order

legionlegion|1 year ago

This reminds me of Taskwarrior but would argue that TaskWarrior is more feature rich and mature since it’s been in development for over 20 years I believe

antonvs|1 year ago

Is the choice of tasks in the demo a comment on the ultimate futility of todo lists?

Even though Wile E. Coyote executes his tasks perfectly, his plans almost always fail.

dhth|1 year ago

Haha, I didn’t think too deep about the choice of the tasks before putting them in, but you’re on to something here.

I tried to design omm to overcome that futility, at least for myself. Having said that, I find it funny that I might’ve subconsciously remarked on it in the demo.

brudgers|1 year ago

I have n things TODO.

I decide to make a TODO list.

Now I have n+1 things TODO.

eslav|1 year ago

This is great. Thank you for building this.

Is there a way to change the behavior? I like to see tasks get completed thru the day. For me return would toggle “done” state for a task (strike through?) and keep the task visible but done. Then at day end I could “archive all done” tasks to clear out the clutter.

Thoughts?

dhth|1 year ago

Thanks!

So, you’re proposing adding a third state (“done”) to tasks (as an addition to “active” and “archived”). It should be doable; I’ll see if I can add it as optional behavior via a configuration parameter.

opan|1 year ago

Until I saw your comment, I was imagining something like htop from the title. I guess the name makes more sense knowing it's that kind of task manager. Like a to-do list.

surfingdino|1 year ago

Sidekick for the CLI age ;-) I like it!

dhth|1 year ago

That’s a nice way to put it :)

oceanparkway|1 year ago

Love this. Appreciate the simplicity and intuitive keyboard shortcuts.

dhth|1 year ago

Thanks!

mharig|1 year ago

Hint: TODO lists are just stripped down Kanban boards.

Maybe someone will find e.g. clikan more useful.