aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2022-08-21 13:12:29 +0000
committerJulio Capote <jcapote@gmail.com>2022-08-21 13:12:29 +0000
commit76b279302a6d1f6ecb4b6e1d1fe082aa66451e8f (patch)
tree5622dd1916cd0fbe51a55ea14ee3d46ca35bc4fa /lib
parentfa6770898e323a5ea0b8ff98d3f7a8e319b87aec (diff)
downloadrecit-76b279302a6d1f6ecb4b6e1d1fe082aa66451e8f.tar.gz
templated entries
Diffstat (limited to 'lib')
-rw-r--r--lib/recfile_template19
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/recfile_template b/lib/recfile_template
deleted file mode 100644
index 674dc7b..0000000
--- a/lib/recfile_template
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/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