Ethan P.
Ethan P.
That's odd. I tried to reproduce this on my own machine with both MacOS/BSD `man` and Linux/GNU `man`, but I didn't manage to end up with the `win\xe2\x80\x90` part. If...
Thanks for pointing this out! It's now fixed in `master`, and will be released soon.
Awesome, thanks for noticing and fixing this!
`batman` actually uses the `man` command the distro provides, so I'm not sure why it wouldn't be able to find installed man pages. Does the regular `man` command also fail...
It also does this to the sidebar views (e.g. Files, Search in Files, Starred). It's literally the only thing here stopping me from replacing the built-in open hotkey with BCP.
I wasn't able to add support in the exact way you described, but basic support for this is implemented in 043d2da9645fa1a625e85a1f68f43adbffe219c7.
Rebased on top of https://github.com/sharkdp/bat/commit/b7e44c76dc7bfe1d4bf6693ac20abdbbc48754b9. Also made a new commit to answer the question of how `--style=+numbers`/`--style=-numbers` would behave if `--style` was only specified once. It was more consistent and...
This PR was sitting as a draft for a while and I was reminded of it by some of the more recent issues being opened about `bat` having issues acting...
That's a lot of overhead, wow. What if we keep a preallocated buffer for printing individual lines? Avoid the syscall and alloc overhead until the very end when the output...
I wanted to revisit this issue and see if things have improved as a result of https://github.com/sharkdp/bat/pull/2544. I created a test file by using your command, `git log --color --graph...