dewy#
A TUI for Todoist built with Ink + React.js + Typescript.
Install#
$ npm install --global dewy
Usage#
$ dewy
Configuration#
dewy uses a config file at ~/.config/dewy/config.json:
{
"apiToken": "your-todoist-api-token",
"homeFilter": "(today | overdue) & (assigned to: me | !assigned)"
}
| Key | Type | Required | Description |
|---|---|---|---|
apiToken |
string | yes | Your Todoist API token |
homeFilter |
string | no | Custom Todoist filter to apply on the home view |
Commands#
add <text>- Add a new task via Todoist's QuickAdddone <number>- Complete a task by its numberrefresh- Reload tasksproject <name>- View tasks in a projecttoday- View today's taskshome- View the home filterquit- Exit
License#
GPL-3.0-or-later