all repos — scriptura @ ded4757fb5c9d7d9a731004d18f9f3318604fc0b

a corner in $HOME for your scripts

functions/__scriptura_desc.fish (view raw)

1
2
3
function __scriptura_desc --argument-names file
    string match --groups-only --regex '^#\s*([^!].*)$' <$file | string join "\n"
end