Denys Séguret
Denys Séguret
I've read the issue in fd and I see I'm not the only one failing to make any sense for those occasional freeze in iteration (it's not related to infinite...
The same freeze in fd and other rust tools has been tracked to an issue in the rust lib (read_dir). It's been fixed, then unfixed at least twice. `fd` compiled...
I'm not closing this issue as it would be more convenient to be able to search in `/proc` (I was using that feature extensively in the past, when coding `lfs`...)
You're right. Never noticed that as I always launch this command in a broot launched in a repository.
@runvnc I suspect this is the same problem than https://github.com/Canop/broot/issues/98 at the root but my knowledge of cygwin is very (very) limited.
Yes, that's something I'd like to do. Putting it higher in the TODO list. Side note: you're supposed to use a key combination for :copy_path, not to type it yourself
I mean that most internals aren't really designed to be typed but to be either used in "scripts" (calling broot with --cmd), used in more complex verbs defining [sequences](https://dystroy.org/broot/conf_verbs/#cmd-execution), or...
It makes sense but isn't totally trivial. There are two specific difficulties with the current ergonomics: 1. the preview of the replace (but it could replace the preview of the...
Yes, it's deliberate, it's required by MacOS: https://github.com/Canop/broot/issues/84 What downside is there ?
> Should br call broot with a certain flag to indicate that it was a shell func and suppress that? This flag is the `outcmd` launch argument. Broot must be...