all repos — scriptura @ 67c5dc65972ef72d72080ea7792296971c8f388c

a corner in $HOME for your scripts

extract completion helper functions

Alan Pearce
commit

67c5dc65972ef72d72080ea7792296971c8f388c

parent

c45b4ea656064fa445843ab7885f814350232446

1 file changed, 3 insertions(+), 0 deletions(-)

changed files
A functions/__scriptura_print.fish
@@ -0,0 +1,3 @@
+function __scriptura_print --argument-names from + path basename $(path filter --type file,dir --perm exec $from/*) +end