.dotfiles/.config/fish/functions/gignored.fish

4 lines
129 B
Fish
Raw Permalink Normal View History

2024-10-21 20:46:27 +03:00
function gignored -w 'grep "^[[:lower:]]"' -d "list temporarily ignored files"
git ls-files -v | grep "^[[:lower:]]" $argv
end