From 04c7d1508437aeb43e25c6adb2f5253c2dd9c176 Mon Sep 17 00:00:00 2001 From: einfachIrgendwer0815 <85333734+einfachIrgendwer0815@users.noreply.github.com> Date: Fri, 15 Nov 2024 19:48:41 +0100 Subject: [PATCH] Mention --completion in the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c09d0e36..cbe9d886 100644 --- a/README.md +++ b/README.md @@ -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 +# see --help for supported shells +``` + ## Customization ### Highlighting theme