tig icon indicating copy to clipboard operation
tig copied to clipboard

[feature request] calling FZF in tree view in order to quickly navigate to a blob/tree

Open sim590 opened this issue 8 months ago • 0 comments

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.

sim590 avatar Apr 22 '25 20:04 sim590