Canop / broot

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

Open with preview_text pane open #832

Closed jamischarles closed 8 months ago

jamischarles commented 8 months ago

I LOOOOVE broot. Esp the intuitive commands and using space to use commands. Genius!

Is there any way at all to open broot with the preview_text pane open?

Canop commented 8 months ago

2 ways:

1) give broot the path to a file:

br some/file.txt

2) ask broot to open the preview with the -c argument:

br -c :open_preview

jamischarles commented 8 months ago

PERFECT! I combined that with :focus [currentFolder] in neovim to open and focus on the current folder. Amazing. Thanks!