init
This commit is contained in:
commit
c5cd492449
475 changed files with 27928 additions and 0 deletions
16
technology/applications/cli/bat.md
Normal file
16
technology/applications/cli/bat.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue