aboutsummaryrefslogtreecommitdiff
path: root/libexec/recit-entries
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/recit-entries')
-rwxr-xr-xlibexec/recit-entries14
1 files changed, 8 insertions, 6 deletions
diff --git a/libexec/recit-entries b/libexec/recit-entries
index 9cb45ca..3888963 100755
--- a/libexec/recit-entries
+++ b/libexec/recit-entries
@@ -58,9 +58,11 @@ if ! [[ "$project" = "" ]]; then
fi
fi
-if [[ "$expression" = "" ]]; then
- out=$(recsel -t Entry "${recfile}" | recfmt -f share/recit/templates/entries.templ)
- echo -e "$out"
-else
- recsel -t Entry -e "$expression" "${recfile}"
-fi
+recit-recsel-entries "$expression"
+
+# if [[ "$expression" = "" ]]; then
+# out=$(recsel -t Entry "${recfile}" | recfmt -f share/recit/templates/entries.templ)
+# else
+# out=$(recsel -t Entry "${recfile}" -e "$expression" | recfmt -f share/recit/templates/entries.templ)
+# fi
+# echo -e "$out" \ No newline at end of file