Live data from Hacker News

Taskwarrior – CLI Task Management

taskwarrior.org

1–10 of 72 posts

Re: Taskwarrior – CLI Task Management

#3
Self plug, I'm developing a minimal gui for Taskwarrior, focused on keyboard navigation.

https://github.com/tmahmood/taskwarrior-web/

Task warrior is the my core of task management, as I've ADHD,I lost track of my task if it's not easily visible, this ui helps me with that. It shows timer for active task on the top.

Future plan is to integrate time warrior too.

Re: Taskwarrior – CLI Task Management

#4
In case anyone else is interested in seeing the schema I ran a few example commands through this and the dumped my ~/.task/taskchampion.sqlite3 database out to SQL: https://gist.github.com/simonw/ab208b18b6c3ab31ea3feb70f6502...

It's mainly JSON data stored in some simple tables, with full historic change tracking modeled as JSON too.

Here's that example loaded into Datasette Lite: https://lite.datasette.io/?sql=https://gist.github.com/simon...

Re: Taskwarrior – CLI Task Management

#6
I absolutely love Taskwarrior. I love that it'll just tell you what to do next based on weight, priority, due date, size, etc. I love annotating and adding tags/labels etc and how generic things are.

It's really a pain in the ass that I can't get it on multiple devices so I ultimately never am in the right place to add todo items. I know there's a Task champion sync-server that's rewritten as part of Taskwarrior 3.0 but it seems very early in the development and I haven't gotten to to work and have been using Inkdrop instead; would love to go back to Taskwarrior.

Re: Taskwarrior – CLI Task Management

#10
post #8

Love taskwarrior. Looking forward There's a great TUI; https://github.com/kdheepak/taskwarrior-tui I wish cross-device-sync was feasible, but it's pretty good.

> cross-device-sync

This looks like an attempt at that?

https://github.com/GothenburgBitFactory/taskserver

Post reply on HN