edit command

This commit is contained in:
aaron-jack-manning
2022-08-21 10:59:09 +10:00
parent 6670cc4c24
commit c8df51dd67
4 changed files with 103 additions and 25 deletions

View File

@@ -6,12 +6,6 @@ A (currently in development) to do app for the command line.
- Options for editing additional config
- `config`
- `editor` subcommand for setting default text editor
- Editing individual tasks directly (command: `edit`)
- Create temporary file for the data
- Fork process to open the text editor
- Wait for process to return
- Open, read and then delete the temporary file
- Deserialize as a map so each value can be checked and useful errors reported
- 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