summaryrefslogtreecommitdiffstats
path: root/build.rs
AgeCommit message (Expand)Author
2023-11-02Reorganise build script into modulescyqsimon
2023-11-02Use implicit format string capture syntaxcyqsimon
2023-11-02Immutably construct variables mapcyqsimon
2023-11-02Read env in build script at runtimecyqsimon
2023-11-02Reorganise functions in build scriptcyqsimon
2023-11-02Use anyhow in build scriptcyqsimon
2023-11-02Remove old completion generation codecyqsimon
2023-03-25Allow customizing output directory for generated assetsMarcin Puc
2021-08-28Add PowerShell completion file (#1826)Rashil Gandhi
2021-06-28Add bash completionVille Skyttä
2020-09-20Remove 'liquid' dependencysharkdp
2020-09-14Fix packaging and Use parameterized names for zsh completionKienyew
2020-04-24simplify build.rsLzu Tao
2020-04-24Run 'cargo fmt'sharkdp
2020-04-24simplify build.rsLzu Tao
2020-03-31Strip dependencies of bat-as-a-libraryDavid Tolnay
2020-03-22chore: Update liquid to 0.20Igor Raits
2020-03-22Write completions and manfile to cargo outdir (cargo publish restriction)sharkdp
2019-09-27Revert changing generated file names based on parametersEthan P
2019-09-27Update fish completions to use parameterized namesEthan P
2019-09-27Update manual page to use parameterized namesEthan P
2019-01-26Completely disable generation of shell completion filessharkdp
2018-10-03Generate shell completions with clap during build (#327)davideGiovannini