aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2022-08-21 15:52:55 +0000
committerJulio Capote <jcapote@gmail.com>2022-08-21 15:52:55 +0000
commit4a44130aadb9981260363730393aa4c62208c7a5 (patch)
tree7fd19cedcaaafa9fef4bc4dbc7bf53f3f953bd42 /libexec
parent76b80294047d05360e8069f5c397c9850674cd54 (diff)
downloadrecit-4a44130aadb9981260363730393aa4c62208c7a5.tar.gz
cleanup
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/recit-entries9
1 files changed, 1 insertions, 8 deletions
diff --git a/libexec/recit-entries b/libexec/recit-entries
index 3888963..7fcf438 100755
--- a/libexec/recit-entries
+++ b/libexec/recit-entries
@@ -58,11 +58,4 @@ if ! [[ "$project" = "" ]]; then
fi
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
+recit-recsel-entries "$expression" \ No newline at end of file