aboutsummaryrefslogtreecommitdiff
path: root/libexec
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 /libexec
parentfa6770898e323a5ea0b8ff98d3f7a8e319b87aec (diff)
downloadrecit-76b279302a6d1f6ecb4b6e1d1fe082aa66451e8f.tar.gz
templated entries
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/recit-entries2
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