all repos — scriptura @ ea5fdda99a8b78f2d11b7efe5f68330fb5ce1b8e

a corner in $HOME for your scripts

functions/__scriptura_subcommands.fish (view raw)

1
2
3
function __scriptura_subcommands --description 'List available subcommands'
    path basename $(path filter --type file,dir --perm exec $SCRIPTURA_ROOT/*)
end