.dotfiles/.config/fish/functions/gignored.fish
2026-02-23 22:20:58 +02:00

3 lines
129 B
Fish

function gignored -w 'grep "^[[:lower:]]"' -d "list temporarily ignored files"
git ls-files -v | grep "^[[:lower:]]" $argv
end