A tool for managing Todoist tasks using Rofi on Linux systems, ideal for productivity enthusiasts and keyboard-centric users.
Adding Tasks (Partial support for QuickAdd syntax)
When adding tasks, you can assign properties such as priority or due dates.
-
To set a priority, type
p{level}
where{level}
ranges from 1(normal) to 4(urgent). For example:p3 Go to market
-
To asign a due date....
Simply select the task you wish you to complete.
You can update 4 key properties of a task:
- Name
- Description
- Priority
- Due Date
Select the property you want to change and enter a new value.
sudo pacman -S curl dunst
To run this project, you will need to add the following environment variables to your .env.sh file
TODOIST_API_KEY
TODOIST_INBOX_ID
or the id of the project you want to work with
Inspirated in JustAnotherStrange