aboutsummaryrefslogtreecommitdiff
path: root/libexec/recit-add-project
blob: aa60b9ea7386742b222c4070fedaf88df74a1e5d (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash
# Usage: recit add-project "notes"
# Summary: Add Project


# shellcheck source=/dev/null
source lib/loader

recfile=$(load_recit)

recins --verbose -f Id -v "$1" -t Project "${recfile}"