fzf is a neat way to select lists of stuff from the cli with fuzzy-finding:
https://github.com/junegunn/fzf
this is a good one-liner:
vim `git status -u --porcelain | cut -b4- | fzf`
edits files selected from a list of things git thinks are new/changed.
i need a name for the fzf part so i'll remember to use it. suggestions welcome. fzf-git-status? select-from-changed? sel-changed?