i use Todoist as my todo task manager. i like its label system, the mobile app, and most of all its Quick Add feature. however, there is no linux client that isn't just a web app. i use linux on my laptop that comes with me everywhere, and so i decided to create a TUI rust-based client for todoist using its Sync API.
currently it can:
i don't know how it interacts with different projects or collaborators, and have no plans to find out because i don't use these features.
i have plans to implement:
you can find the client here on my github, and install using 'cargo install --git'.