mirror of
https://github.com/sharkdp/bat.git
synced 2024-12-13 18:10:52 +01:00
Mention --completion in the README
This commit is contained in:
parent
dbe25ba5e6
commit
04c7d15084
@ -465,6 +465,12 @@ cargo install --locked bat
|
|||||||
Note that additional files like the man page or shell completion
|
Note that additional files like the man page or shell completion
|
||||||
files can not be installed in this way. They will be generated by `cargo` and should be available in the cargo target folder (under `build`).
|
files can not be installed in this way. They will be generated by `cargo` and should be available in the cargo target folder (under `build`).
|
||||||
|
|
||||||
|
Shell completions are also available by running:
|
||||||
|
```bash
|
||||||
|
bat --completion <shell>
|
||||||
|
# see --help for supported shells
|
||||||
|
```
|
||||||
|
|
||||||
## Customization
|
## Customization
|
||||||
|
|
||||||
### Highlighting theme
|
### Highlighting theme
|
||||||
|
Loading…
Reference in New Issue
Block a user