list filtering options

This commit is contained in:
aaron-jack-manning
2022-08-25 20:44:10 +10:00
parent 170dbdcc2c
commit 0f542eb054
4 changed files with 239 additions and 47 deletions

View File

@@ -58,7 +58,7 @@ pub fn edit_raw(id : Id, vault_folder : path::PathBuf, editor : &str, state : &m
let temp_path = vault_folder.join("temp.toml");
fs::copy(task.path(), &temp_path)?;
fs::copy(&task.path, &temp_path)?;
let status = open_editor(&temp_path, editor)?;