Denys Séguret

Results 761 comments of Denys Séguret

Yes, I know it (I'm the author of [bacon](https://github.com/Canop/bacon), too)

The br shell function takes from broot a whole command that it executes (evals). That is it takes eg `cd some/path`. On some shells, this is a little complex to...

Is the problem specifically related to `ctrl-alt-\` or to any combination involving `alt-\` ?

Precision: this process disappears when broot is closed. Broot doesn't call xdg-open directly but through the `opener` crate (https://github.com/Seeker14491/opener) It would be interesting to check whether the problem is in...

`:open_leave` isn't supposed (or able) to change the current directory of the opening shell. Try with this: { key: enter internal: open_leave apply_to: file } { key: enter external: "cd...

> Is there a way to get a verbose output of broot to see why it fails? I found no such cli option... Yes, there's a log: https://dystroy.org/broot/community/#log

You don't have other verbs than the one I proposed mapped to the enter key ? I'll have a deeper look and try on nushell but it won't be before...

Such a freeze isn't "normal". I mean it's not just broot being slow to explore, but it probably means that a system call (eg `read_dir` or `metadata`) never ends. It's...

You may use the `:copy_path` internal. (broot must be compiled with the "clipboard" feature)