einfachIrgendwer0815
einfachIrgendwer0815
In PR #2766 ([`bcc2de86`](https://github.com/sharkdp/bat/commit/bcc2de86b47c26ad5393588aaead540e348dfc3c)) a new workflow was added which ensures that the `CHANGELOG` stays up to date and that entries follow a certain format. However, this has led to...
Fixes #762 Based on #1441 by @eth-p What I did: - rebased commits of #1441 with slight changes to resolve conflicts - added the squeeze functionality that had been added...
Fixes #636 with the solution proposed [in this comment](https://github.com/sharkdp/bat/issues/636#issuecomment-1887097455). The limit at which reading continues but content gets discarded is now called "soft limit". Respectively, the limit at which bat...
Adds a CLI option called `--binary` which controls how binary content is handled. Possible values: * `no-printing`: do not print any content from a binary file (default; basically what bat...
#2937 introduced the `(default)` suffix to the output of `--list-themes`, which breaks completion scripts. This PR tries to solve that by not printing the `(default)` suffix when stdout is piped....
Adds a new syntax mapping, so that `*.mkd` files will get `Markdown` syntax highlighting. Fixes #3060.
Fixes #2731 while maintaining what #2660 tried to achieve. That means the following combinations of --plain and --paging now work as expected: ```bash bat --plain --paging=never # plain style, no...
As mentioned [here](https://github.com/sharkdp/bat/issues/2057#issuecomment-2576431832), the shell completion scripts distributed with bat v0.25.0 are missing some of the newly introduced command-line flags/options. These are: - `--strip-ansi` - `--binary` - `--completion`