Commit Graph

15 Commits (080c5f3de472b595bb7da8121e46a9700e322a35)

Author SHA1 Message Date
Rashil Gandhi 43afae34be
Add PowerShell completion file (#1826) 3 years ago
Ville Skyttä e05f5010da Add bash completion
Closes https://github.com/sharkdp/bat/issues/1010
3 years ago
sharkdp f18009e5d5 Remove 'liquid' dependency 4 years ago
Kienyew a86f3e5b81 Fix packaging and Use parameterized names for zsh completion 4 years ago
Lzu Tao 56111aa20d simplify build.rs 4 years ago
sharkdp 8e18786556 Run 'cargo fmt' 4 years ago
Lzu Tao a4828387c1 simplify build.rs 4 years ago
David Tolnay 570805bc98 Strip dependencies of bat-as-a-library 4 years ago
Igor Raits 136a745c5d chore: Update liquid to 0.20
Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
4 years ago
sharkdp 02f2b55d5f Write completions and manfile to cargo outdir (cargo publish restriction) 4 years ago
Ethan P f09b75dafa
Revert changing generated file names based on parameters
It should be handled by a packaging script, not a build script.
5 years ago
Ethan P ea2179b352
Update fish completions to use parameterized names 5 years ago
Ethan P c8478cedc5
Update manual page to use parameterized names 5 years ago
sharkdp a500629359 Completely disable generation of shell completion files 6 years ago
davideGiovannini 0d71968615 Generate shell completions with clap during build (#327)
* Generate shell completions with clap during build

* Updated ci release script, added SHELL_COMPLETIONS_DIR override to build.rs and fixed dependency version
6 years ago