tig
tig copied to clipboard
[feature request] calling FZF in tree view in order to quickly navigate to a blob/tree
So, basically the equivalent of having this:
git ls-tree -r HEAD | fzf
And then, with the selected result, tig either navigates to the tree containing the selected blob or to the actual selected tree if the selection is a tree.