dotfiles/fish/functions/gignored.fish
2022-11-27 14:20:25 +08:00

3 lines
129 B
Fish

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