fuzz-git-modified (91B)
1 #!/usr/bin/env bash 2 3 file=$(git status | grep modified: | awkp 2 | fzf) 4 5 echo "edit $file"