Ethan P.
Ethan P.
I did some research into terminal background detection a couple months ago for [my own reasons](https://github.com/eth-p/my-dotfiles/blob/master/home/.local/libexec/term-query-bg), and I can actually explain how to do it without relying on any external...
It might not be the *easiest* first issue out there, but it's a great way to learn Rust "by fire", so to speak 😂. The way everything comes together in...
> A quick look at your toml only shows ansi color code deps so this may be a non issue. To do color we enable ANSI support in the Windows...
~~Does it work if you do `bat --paging=never`?~~ I failed to read that properly. My bad. That's odd. We don't do any buffering in `bat`, so it should be printing...
Adding a quick note for #659: This should probably be configurable by the package maintainer.
Hey! Thanks for getting in touch @peterlobster! The project isn't necessarily abandoned, but I haven't had much time to work on it (or many of my other projects) recently. Life...
> I'll start keeping tabs on it, as I use it quite often (and I maintain them for Gentoo). @ran-dall I'm not familiar with Gentoo, but if you have install...
Awesome, thanks @ran-dall! Added in commit ~~https://github.com/eth-p/bat-extras/commit/7603d7b22c573794040cfc4849bff6306346d200~~ 38014ba72d70599c04414a52b8bd9c3c120662a9 :)
This isn't something I can do with just `bat`, but if you have [delta](https://github.com/dandavison/delta) installed then it's already possible! Just export these two environment variables: ```bash BATDIFF_USE_DELTA=true DELTA_FEATURES=+side-by-side ```
I wasn't aware of `watchexec` when I made `batwatch`. I'll add support for it as soon as I can, thanks!