A minimal command-line tool for managing checklists on Todoist.
Disclaimer: td is not created by, affiliated with, or supported by Doist.
From the td directory, run:
make installfor a full installation.
Alternatively, if you're working on td in a development environment, you may wish to symlink the executable for ease of testing:
make linkTo uninstall:
make uninstallAny of these commands may require root privileges depending on your environment.
To list all tasks:
td list # or `td l`To add a task:
td add -m "Title of task" # or `td a`To delete a task:
td delete # or `td d`
# select task for deletion in interactive list