Denys Séguret
Denys Séguret
Sorting by size is not something I usually do: I launch broot with `br -w` most of the times if I'm interested in sizes. Sorting by date is also something...
Can you please confirm that what you want is https://github.com/Canop/broot/issues/465 ? (the most awaited feature of broot, high on my TODO list)
Closing as duplicate of #465 @SplendidSwifter Don't hesitate to add to #465, for example with your use case or a vote: I rely on user feedback to select the issues...
Related: https://github.com/Canop/broot/issues/576
In my experience, there aren't so many cases when you run a command just taking the current file as path. You often need to pipe, or to specify another path....
Not saying the request is wrong, but to mitigate the problem you can already define [ignore patterns](https://dystroy.org/bacon/config/#job-properties).
Hi. I'll try to handle that but I'm in holidays right now and it would be easier if you could prepare a simplified repository so that I can reproduce the...
The upsides you listed are real. But there are downsides too: - this is a new configuration format for bacon, and one which isn't well normalized - .env files most...
When you run `cargo test > somefile`, the output of `cargo test` is already stripped from control codes. It looks like cargo test doesn't have a way to force outputting...
The way bacon works for "run" tasks, is it calls the `cargo run` command. What you want is to have first the `cargo build` watched and when it passes without...