1
Fork 0
Add tasks to todoist, using Rofi
This repository has been archived on 2026-05-18. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Rust 90.1%
  • Shell 9.9%
Find a file
Jake Howard 46161f28c6
Update to v9 API
Fixes #4
2023-08-20 12:27:09 +01:00
.circleci Use correct args for rustfmt 2018-10-12 23:07:34 +01:00
src Update to v9 API 2023-08-20 12:27:09 +01:00
.gitignore Add PKGBUILD file 2018-10-13 12:41:02 +01:00
Cargo.lock Convert API token to lazy static 2018-10-12 23:34:51 +01:00
Cargo.toml Add PKGBUILD file 2018-10-13 12:41:02 +01:00
PKGBUILD Add PKGBUILD file 2018-10-13 12:41:02 +01:00
README.md Add more details to readme 2018-10-13 12:19:04 +01:00

rofi-todoist

Add tasks to todoist, using Rofi

CircleCI

Usage

Set $TODOIST_API_TOKEN to your Todoist API token.

Run the application. This will present a rofi prompt to input the task data. Entering nothing, pressing escape, or clicking off of rofi will cancel the application. The prompt supports the Todoist Quick Add syntax, however doesn't handle autocomplete or formatting.

Press enter to commit the task details. Once the data has been sent to Todoist, the task name will be displayed. If there was an error, details of it will be displayed instead.