A command line task manager. https://crates.io/crates/toru
Go to file
2022-08-21 17:34:44 +10:00
src ability to change editor 2022-08-21 17:34:44 +10:00
.gitignore ignore old code files 2022-08-20 14:03:51 +10:00
Cargo.lock name to id index and validation on names 2022-08-21 16:43:42 +10:00
Cargo.toml name to id index and validation on names 2022-08-21 16:43:42 +10:00
README.md ability to change editor 2022-08-21 17:34:44 +10:00

Toru

A (currently in development) to do app for the command line.

Planned Features and Changes:

  • Listing tasks in vault (command: list)
    • Options for which field to order by, and how to order (ascending or descending)
    • Options for which columns to include
    • If no values given, read a set of defaults from a list.toml file, which can be edited from a similar command
  • Dependency tracker
    • Store dependencies in a file and correctly update them upon creation and removal of notes
    • Error if any circular dependencies are introduced
    • Make sure dependencies written to file are only those that could be successfully created
  • Automatically added recurring notes