diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-29 03:36:55 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-29 03:36:55 +0000 |
commit | 09fb26712395bc9306728c00c00a98e098e27cd2 (patch) | |
tree | 234ea4089d9e6906a2975e7edb808dc50d0bda40 | |
parent | df9ffaaadf7f7e876706d4fd762f47d158c01d8c (diff) | |
download | recit-09fb26712395bc9306728c00c00a98e098e27cd2.tar.gz |
add recit-here
-rwxr-xr-x | libexec/recit-here | 5 |
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 |