diff options
author | Julio Capote <jcapote@gmail.com> | 2022-07-14 03:40:24 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-07-14 03:40:24 +0000 |
commit | 891f946e86f8a0911f67983d52fccacc9f8ebbad (patch) | |
tree | 36b032deb891f4adf5c047b255eb0ca6da275fef /lib/recfile_template | |
download | recit-891f946e86f8a0911f67983d52fccacc9f8ebbad.tar.gz |
initial
Diffstat (limited to 'lib/recfile_template')
-rw-r--r-- | lib/recfile_template | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/recfile_template b/lib/recfile_template new file mode 100644 index 0000000..674dc7b --- /dev/null +++ b/lib/recfile_template @@ -0,0 +1,19 @@ +#!/usr/bin/env bash + +function recfile_template { + echo "# recit schema version v0.0.1 +%rec: Project +%key: Id + +Id: example-project +Status: open +Notes: blah blah + +%rec: Entry +%key: Id +%type: Time date +%auto: Time +%type: ProjectRef rec Project +%sort: Time + " +}
\ No newline at end of file |