83 private links
Ok so after writing up about todo list management with iCal, I realized that it was still bugging me that I gave up on Taskwarrior prematurely. Not that I
Going over shell integration for taskwarrior (e.g. show warning over tasks without next action, remind of tasks still waiting, etc)
Two-way Sync of Todoist and Taskwarrior
python taskwarrior api. Contribute to ralphbean
A Python library for interacting with taskwarrior databases. - robgolding
A web interface for the Taskwarrior todo application. Because being a neckbeard is only fun sometimes. - lalyos
Hosted version of taskwarrior. Closed source? No idea if self-hosting is possible.
A VIM Interface for TaskWarrior. Contribute to xarthurx
A few months ago, I started using taskwarrior, and it has changed my life. add
, annotate
, done
, or just logging things I
Taskwarrior terminal user interface. tui
Fully functional web interface:
add, view, list tasks, projects, annotations
looking at the various connections and integrations with taskwarrior
goes over basics of task management and contexts
covers advanced features from ~:55 onwards
- Taskserver
- Context aliasing
- UDAs (user defined attributes), used e.g. for custom weights and extended urgencies
- DOM management (directly access tw dom, useful for e.g. bash scripts)
- hooks
- tasklio
- taskwiki
youtube video lesson series, everything from tw setup, configuration over task concepts to uuids and contexts
Brilliant talk on taskwarrior:
- quick explanation of tasks, tags, dates, contexts
- scheduling (wait; schedule; until)
- integrations with bugwarrior (gitlab,github,trello, even email e.g. when starring)
- intermediate context behaviors
- visualizations & graphical reports (burndown etc)
- shell integration (show overdue/urgent/tomorrow tasks on prompt)
Sync github, bitbucket, and trac issues with taskwarrior
supports many more than tagline above
Interact with taskwarrior through go via this simple api
Can e.g. add tasks, display tasks and so on.
Contains an example which aggregates tasks and sends a (local) email every morning, using api and systemd
Explains concepts of connecting taskwarrior into your shell workflow by realizing its programmability (e.g. using it directly as a python library to show project maintenance on starting shell)
Touches on simple concept to combine projects in taskwarrior and project notes -- not by keeping the two in one file but by combining zsh function with project notes.
Could be extended to automatically bring up notes for taskwarrior task display and so on
WebGUI for taskwarrior, point your local taskwarrior instance to this as a server and it synchronizes
Can add tasks via sms/email, can integrate with (google?) calendars, trello, rss, rest api, works on mobile
alternative is https://freecinc.com to sync taskwarrior
A command line tool for migrating Todoist tasks to Taskwarrior - matt-snider
Contains a link to a fork with two-way synchronization between the 2: on gitlab!
VIT is a lightweight, fast, curses-based front end to Taskwarrior - scottkosty