- A very easy to use command line interface for developers and shell users based on Todoist, a todo based application. You can simply add, remove, list and complete tasks from your terminal.
- package link: https://www.npmjs.com/package/cli-todoist
- login and logout using access token
- list your tasks - all or tasks that are due today
- add task to your list
- mark them completed or delete any task
- due string can also be entered
- (to be addedd) login via browser automatically
npm i -g cli-todoist
cli-todoist v
cli-todoist login
cli-todoist c
cli-todoist
cli-todoist logout
- runtime/ framwork: node.js, npm
- dependencies: node-fetch, inquirer, etc.
- third-party: todoist api