This commit is contained in:
JMARyA 2023-12-04 11:02:23 +01:00
commit c5cd492449
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
475 changed files with 27928 additions and 0 deletions

View file

@ -0,0 +1,16 @@
---
obj: application
os: ["macos", "linux", "windows"]
repo: https://github.com/sharkdp/bat
---
# bat
bat is a cat rewrite in [Rust](../../programming/languages/Rust.md)
## Usage
Flags:
```shell
-r, --line-range <N:M>... Only print specific lines
-A, --show-all Show non-printable characters
-p, --plain Only show plain style, no decorations
-d, --diff Only show changed lines
```