option to edit, delete, view, etc with name

This commit is contained in:
aaron-jack-manning
2022-08-21 17:14:26 +10:00
parent cd0dce4168
commit 1a136a8966
3 changed files with 51 additions and 13 deletions

View File

@@ -10,9 +10,6 @@ A (currently in development) to do app for the command line.
- 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
- Ability to view, edit, delete, etc. using name
- Disallow numerical names and have command automatically identify if it is a name or Id
- Error on operation if two tasks exist with the same name
- Dependency tracker
- Store dependencies in a file and correctly update them upon creation and removal of notes
- Error if any circular dependencies are introduced