diff options
author | Julio Capote <jcapote@gmail.com> | 2022-08-21 13:12:16 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-08-21 13:12:16 +0000 |
commit | fa6770898e323a5ea0b8ff98d3f7a8e319b87aec (patch) | |
tree | f7f5a73bda537129dd65f40aa90da77252b2629f /share | |
parent | b711384b092fd4a2b93b4b4ef1cb0d0ab7b09ed8 (diff) | |
download | recit-fa6770898e323a5ea0b8ff98d3f7a8e319b87aec.tar.gz |
use template file from share
Diffstat (limited to 'share')
-rw-r--r-- | share/recit/recit.example.rec | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/share/recit/recit.example.rec b/share/recit/recit.example.rec new file mode 100644 index 0000000..81cfc8c --- /dev/null +++ b/share/recit/recit.example.rec @@ -0,0 +1,13 @@ +%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 |