Skip to content

Commit

Permalink
Mention --completion in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
einfachIrgendwer0815 authored and keith-hall committed Nov 25, 2024
1 parent 0e03256 commit f6789bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,12 @@ cargo install --locked bat
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`).

Shell completions are also available by running:
```bash
bat --completion <shell>
# see --help for supported shells
```

## Customization

### Highlighting theme
Expand Down

0 comments on commit f6789bc

Please sign in to comment.