aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-01-29 03:36:55 +0000
committerJulio Capote <jcapote@gmail.com>2023-01-29 03:36:55 +0000
commit09fb26712395bc9306728c00c00a98e098e27cd2 (patch)
tree234ea4089d9e6906a2975e7edb808dc50d0bda40 /libexec
parentdf9ffaaadf7f7e876706d4fd762f47d158c01d8c (diff)
downloadrecit-09fb26712395bc9306728c00c00a98e098e27cd2.tar.gz
add recit-here
Diffstat (limited to 'libexec')
-rwxr-xr-xlibexec/recit-here5
1 files changed, 5 insertions, 0 deletions
diff --git a/libexec/recit-here b/libexec/recit-here
new file mode 100755
index 0000000..8b661fa
--- /dev/null
+++ b/libexec/recit-here
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+# Usage: recit here
+# Summary: Show all entries associated with the current directory
+
+recit-entries -c "$PWD" \ No newline at end of file