Ethan P.

Results 146 comments of Ethan P.

Sorry for the delay! This issue slipped through the cracks. Fixed in f192b7a7d8633546adca6754b65554c22fefd42f.

`prettybat` works by piping data from a formatter to `bat`. Because of that, it's not possible for `bat` to know the size of the original file. There is a `--file-name`...

Pretty much, yes. What do you have in your `bat` config file? It doesn't show by default on my setup.

Does disabling hardware decoding fix the colors for you? I've been experiencing the same issue and was worried there was something wrong with my deck's h264 decoder.

This appears to have been an issue for a while, unfortunately. https://steamcommunity.com/app/1675200/discussions/1/3824162051004262723/ If you want to save a few clicks with the gamma workaround, I've been using a `.desktop` file...

For printing the crontab? Sure, that should be simple enough to do. I'll give it a go after my finals are over.

Hi @KaKi87! I did some digging around how `bat-extras` is packaged by people other than myself, and I'm having second thoughts about making simple scripts for extremely specific purposes. It...

This *should* have been supported, but a previous commit appears to have broken it with `bat` (but not `delta`). Fixed in commit https://github.com/eth-p/bat-extras/commit/2e1e768559eeb8cf98ea130c7b32aa825176a7a9, but in the meantime, it works when...

Excellent catch! Skipping syntax parsing when `--color=never` results in significant performance gains: ![image](https://github.com/sharkdp/bat/assets/32112321/122de97b-8193-4748-9418-f7fa927a26c0)

@iamtodor, can you try enabling [mouse reporting](https://iterm2.com/documentation-preferences-profiles-terminal.html#:~:text=Enable%20mouse%20reporting) and mouse wheel events in iTerm? You'll also need to add the `--mouse` option to `less` (either through `bat --pager="less -R --mouse"` or...