all repos — scriptura @ aa4e81b671a65cb2c89f3b0cc38eb9dd2d1b174e

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