Canop / broot

A new way to see and navigate directory trees : https://dystroy.org/broot
MIT License
10.81k stars 237 forks source link

add the `:show` internal #937

Closed Canop closed 2 months ago

Canop commented 2 months ago

:show is similar to :select but adds the missing lines in the tree.

Example:

broot -c ':show some/long/path'

will generally manage to display the provided path if it's a children of the tree root.

Fix #936