diff options
Diffstat (limited to '')
-rwxr-xr-x | libexec/recit-add-project | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libexec/recit-add-project b/libexec/recit-add-project new file mode 100755 index 0000000..25627bc --- /dev/null +++ b/libexec/recit-add-project @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# Usage: recit add-project "notes" + +# shellcheck source=/dev/null +source lib/loader + +recfile=$(load_recit) + +recins --verbose -f Id -v "$1" -t Project "${recfile}"
\ No newline at end of file |