Canop / broot

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

How do I move around locations? #858

Closed madprops closed 3 months ago

madprops commented 3 months ago

I'm liking broot quite a bit. I hit a roadblock when I tried to cd to another location.

1) Is there a way to use cd inside broot?

2) Is there a way to save bookmarks or visited locations and jump between them?

Canop commented 3 months ago

For the 1, you seem to want :focus.

You can use it in the input by typing :fo /var for example.

For the 2, there's no function to add bookmark but you can define shortcuts in your verbs configuration. You can see some exemples in the default configuration: https://github.com/Canop/broot/blob/main/resources/default-conf/verbs.hjson#L109

madprops commented 3 months ago

Thanks that works nicely. I can backup the verbs and add locations when I need to.