Denys Séguret
Denys Séguret
One of the cool features of scm_breeze is the repository index. Is it included or will it be included in this project ?
There seems to be the need for a list of recipes, including * some hotkey sets, for example vi or emacs related * some alternate openers * some very special...
I need testers to avoid distributing broken new versions, to tune and improve new features, and to ensure there's no regression, especially on platforms I can't test on. To test,...
This command cross build --target aarch64-linux-android fails linking: ``` error: linking with `aarch64-linux-android-gcc` failed: exit status: 1 | = note: "aarch64-linux-android-gcc" "/target/aarch64-linux-android/debug/deps/broot-ebcf1d1e5d6cd23d.1dvl4bj37o04vvjq.rcgu.o" "/target/aarch64-linux-android/debug/deps/broot-ebcf1d1e5d6cd23d.2dcjxelxk06rkdn3.rcgu.o" "/target/aarch64-linux-android/debug/deps/broot-ebcf1d1e5d6cd23d.2o0j9fo8z59lfkd9.rcgu.o" "/target/aarch64-linux-android/debug/deps/broot-ebcf1d1e5d6cd23d.2u0lwoc0y3lmsbuc.rcgu.o" "/target/aarch64-linux-android/debug/deps/broot-ebcf1d1e5d6cd23d.2z6iwv4c4t2dhwp0.rcgu.o" "/target/aarch64-linux-android/debug/deps/broot-ebcf1d1e5d6cd23d.351ve6g1jgevptfe.rcgu.o" "/target/aarch64-linux-android/debug/deps/broot-ebcf1d1e5d6cd23d.3buoprsgp1xe1h3w.rcgu.o" "/target/aarch64-linux-android/debug/deps/broot-ebcf1d1e5d6cd23d.3smgmnp19167quxc.rcgu.o" "/target/aarch64-linux-android/debug/deps/broot-ebcf1d1e5d6cd23d.3t88l7u9n86vcg88.rcgu.o"...
Today, when counting the files of a directory, the directory itself and the sub-directories are counted. Which means there's never a zero in the file count column:  What do...
An alias was previously proposed: alias br [] { broot | trim | cd $it } but it doesn't seem to work now, either because of changes in nushell or...
I'd like to have a list of skins to propose to users. So if you have a skin you find good (a complete one, not just two colors changed), please...
Primary mentioned here: https://github.com/Canop/broot/issues/266#issuecomment-972113711 It should be possible to execute a command with argument the space separated list of paths
Use case: allow both `:e` (using the current selected file and line) and `:e new/file.txt` allowing creation. This would allow merging the current `:edit` and `:create` verbs. If you have...
A suggestion which was made [here](https://miaou.dystroy.org/3?Code_Croissants#15596988) (in French) is to enter normal mode on backspace in an empty input, and to leave it on space. More generally, it should be...