Denys Séguret
Denys Séguret
Your use case, keeping a dirty unsynchronized Cargo.lock , looks uncommon enough. You can solve it either by adding it to a local `.ignore` file (not `.gitignore`) or by adding...
I welcome other user's feedback on this but having such controls in the command is not a direction I like. Comments welcome both on this specific approach and on other...
> That said one thing I have wanted is a way to be able to get a list of the available jobs while bacon is running without needing to set...
If you launch broot with the `br` function then you can cd to the chosen directory with alt-enter.
I'm sorry but I don't understand what you want. Is it simply to define another shortcut to the behavior you now have with alt-enter ? Or do you want `ctrl-q`...
The solution I used in broot was to use a forked version of syntect to prevent panics (and not applying not computable rules). A more general solution might be to...
> I believe it would be useful for `bat`. Better to have slightly wrong highlighting than panicking halfway through I think 🙂 So I'll try to propose a clean PR...
@keith-hall Can you please have a look at https://github.com/trishume/syntect/pull/564 and give me your opinion ? This is the exact code of the fork used in broot current's main, avoiding runtime...
@keith-hall Any idea to unblock this PR ?
A lot of good point. Also https://github.com/Canop/broot/issues/888#issuecomment-2224324287