diff options
author | Julio Capote <jcapote@gmail.com> | 2022-08-21 13:12:29 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-08-21 13:12:29 +0000 |
commit | 76b279302a6d1f6ecb4b6e1d1fe082aa66451e8f (patch) | |
tree | 5622dd1916cd0fbe51a55ea14ee3d46ca35bc4fa /libexec/recit-entries | |
parent | fa6770898e323a5ea0b8ff98d3f7a8e319b87aec (diff) | |
download | recit-76b279302a6d1f6ecb4b6e1d1fe082aa66451e8f.tar.gz |
templated entries
Diffstat (limited to 'libexec/recit-entries')
-rwxr-xr-x | libexec/recit-entries | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/recit-entries b/libexec/recit-entries index fd74853..e76f14d 100755 --- a/libexec/recit-entries +++ b/libexec/recit-entries @@ -59,7 +59,7 @@ if ! [[ "$project" = "" ]]; then fi if [[ "$expression" = "" ]]; then - recsel -t Entry "${recfile}" + recsel -t Entry "${recfile}" | recfmt -f share/recit/templates/entries.templ else recsel -t Entry -e "$expression" "${recfile}" fi |