Skip to content

ErikBoesen/td

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

td for Todoist

A minimal command-line tool for managing checklists on Todoist.

Disclaimer: td is not created by, affiliated with, or supported by Doist.

Installation

From the td directory, run:

make install

for 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 link

To uninstall:

make uninstall

Any of these commands may require root privileges depending on your environment.

Use

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

License

MIT

Author

Erik Boesen

About

🐚 Use Todoist from the command line 🎊

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors