all repos — scriptura @ a6778d7afa62b41238d549ce40328047fb7c44a2

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