bat icon indicating copy to clipboard operation
bat copied to clipboard

A cat(1) clone with wings.

Results 487 bat issues
Sort by recently updated
recently updated
newest added

I notice that when I type: bat and then, I press the TAB key for completion, and there are lots of files to choose, the shell provides me with all...

question

**What steps will reproduce the bug?** 1. Run bat file.ova **What happens?** Take too long to output something **What did you expect to happen instead?** Print that it is a...

bug
performance

That extension is used by [Ikiwiki](https://ikiwiki.info/) and [other applications](https://superuser.com/a/285878), and it's recognized by GitHub as Markdown. I currently use this in my `~/.config/bat/config`: ``` --map-syntax "*.mdwn:Markdown" ``` but it would...

syntax-request

It would be great if +cmd arguments were added which are passed to less if it is the pager. So.. `$ bat +G file` would go to the end of...

feature-request

I had a go at issue [#2093](https://github.com/sharkdp/bat/issues/2093) as my first contribution.

Hello, thank you for your awesome works on `bat` ! But I think there is a feature that still missing. Suppose that I just want to change the line number...

feature-request
themes

Part of fix for #2128 Makes the -P ~and -pp~ option take precedence over --paging when given. See issue for more details 🙂 Had to change one test, as it...

**Describe the bug you encountered:** I set `--paging=always` in my `~/.config/bat/config` file. Then I can turn paging off by issuing the long option `bat --paging=never`. However neither `bat -P` or...

bug
good first issue

Would it be possible for bat to read from the `hidden_file_extensions` property of `.sublime-syntax` files in addition to the `file_extension` property? For some projects, file types are have a different...

feature-request
good first issue

Hello! I wrote a similar program called [clp](https://github.com/jpe90/clp). Would it be possible to add to alternatives.md? The diff below fills out a new column for clp but leaves placeholders for...