David Peter
David Peter
This request/bug-ticket looks very reasonable to me - thank you! However, do we really need a new public method for that? Shouldn't `clear_highlights` be called automatically after `.print()`ing?
> The point is that it is a breaking change in API. I avoided the breaking change but clearing the line ranges at `print()` is sufficient for me. Do you...
This might also allow us to automatically generate shell completion files again. Assuming they are as good as the hand-written ones. See also: https://github.com/sharkdp/bat/blob/312c8ef01f1a80f4a806629a7dacd32508b267a5/build.rs#L1-L2
I have now migrated three other projects to clap 3. I would suggest that we first do a ["normal" migration](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md#migrating) by still using the `App`/`Arg` structs. We can later think...
Thank you for this feature request. I would also like to see this being integrated into `bat`! (see related comment by me a while ago: https://github.com/sharkdp/bat/issues/1311#issuecomment-708572267) As for the details...
That sounds like a cool feature request - thank you!
Interesting idea. I think this should be prototyped in an external script/experiment first.
There are hotkeys for a lot of different settings. Unfortunately, they are not documented (#12), but you can see them here: https://github.com/sharkdp/binocle/blob/master/src/event_loop.rs#L109-L217
what exatly do you want to copy & paste?
I'm sorry, but I don't understand.