knowledge-base/inc
Jonathan Hodgson 05e5cac976 Fix 2 bugs. Deleting file without yaml file and multi-word delete
The first bug output an error if trying to stage the deletion of the
yaml file if the file never existed. The error is now piped to /dev/null
and `|| true` is appended to the line which causes the script to carry
on execution

The second change is when deleting a file, you no longer have to quote
the file name if it is a multi word file. This puts it in line with the
new command
2020-12-30 19:21:31 +00:00
..
file-management Fix 2 bugs. Deleting file without yaml file and multi-word delete 2020-12-30 19:21:31 +00:00
fzf Fix inconsistency between help message and actions for fzf 2020-12-22 09:38:21 +00:00
init Adds the ability to add files that already exist 2020-12-30 16:42:47 +00:00
tag-management Adds perge-tags option 2020-12-30 17:42:22 +00:00
yaml Adds the ability to add files that already exist 2020-12-30 16:42:47 +00:00