summaryrefslogtreecommitdiffstats
path: root/src/bin
AgeCommit message (Expand)Author
2023-09-14Make -pp override --paging and vice versa when passed as a later argument. (#...J-Kappes
2023-09-08make LESSOPEN support opt-inAnomalocaridid
2023-09-02Add `$LESSOPEN` and `$LESSCLOSE` support (#2444)Anomalocaridid
2023-09-01Merge pull request #2548 from utkarshgupta137/masterDavid Peter
2023-09-01Replace `dirs` crate with `etcetera` crateUtkarsh Gupta
2023-09-01Fix signaturesPeter Hebden
2023-09-01Add environment variable `BAT_PAGING`einfachIrgendwer0815
2023-09-01Bump MSRV to 1.70.0mataha
2023-05-22Fix paging not happening when stdout is interactive but stdin is notNigecat
2023-04-05Use the `is-terminal` crate instead of `atty`Constantin Nickel
2023-03-24Merge pull request #2513 from nickelc/deps/dirsDavid Peter
2023-03-24Replace `dirs-next` with the original `dirs` crateConstantin Nickel
2023-03-24Use `nu-ansi-term` instead of `ansi_term`Constantin Nickel
2023-03-15Merge pull request #2502 from Enselic/clippy-1.68David Peter
2023-03-14Print non-printable characters using caret notation (#2443)einfachIrgendwer0815
2023-03-14Fix clippy warnings with Rust 1.68Martin Nordholts
2022-11-19Fix `bat cache --clear` not clearing the `--target` dir if specifiedMiles Liu
2022-11-02Fix cache subcommand and add testsAaron Kollasch
2022-11-02Deduplicate lines in matches functionAaron Kollasch
2022-11-02Improve correctness and add more testsAaron Kollasch
2022-11-02Allow env vars to override config but not argsAaron Kollasch
2022-10-30Merge remote-tracking branch 'origin/master' into HEADDavid Peter
2022-10-30Hide 'cache' subcommand, re-enable bold/underline styling, add note about cac...David Peter
2022-10-17Update src/bin/bat/clap_app.rs for PR 2309John Higgins
2022-10-13Fixed inverted logic on -S and --chop-long-linesJohn Higgins
2022-10-09Fixed reversed logic error for --chop-long-linesJohn Higgins
2022-10-03Add github-actions to DependabotGábor Lipták
2022-09-09Added -S flag for truncating long linesJohn Higgins
2022-09-04Merge remote-tracking branch 'origin/master' into feature/668/add-systemwide-...Martin Nordholts
2022-09-04Fix clippy suggestionsDavid Peter
2022-09-03refactor: Parse, don't validateEd Page
2022-09-03refactor: Switch from is_present to actionsEd Page
2022-09-03refactor: Move off of value_ofEd Page
2022-09-03refactor: Replace multiple_occurrencesEd Page
2022-09-03refactor: Replace allow_invalid_utf8 with PathBufEd Page
2022-09-03refactor: Resolve basic clap deprecationsEd Page
2022-09-03refactor: Port to clap3Ed Page
2022-08-14Make `--no-paging`/`-P` override `--paging=...` if passed as a later arg (#2201)Marie Katrine Ekeberg
2022-07-07Fix documentation typo: --pager=never → --paging=neverAnders Kaseorg
2022-05-04Add a --style=default option (#2119)Isaac Horvath
2022-05-04Run `cargo clippy --fix --all-targets --all-features` with Rust 1.60Martin Nordholts
2022-04-02Print info about custom assets in --diagnosticsMartin Nordholts
2022-03-10Add systemwide config file supportPatrick Pichler
2022-03-07Include contents of custom assets `metadata.yaml` in `--diagnostics`Martin Nordholts
2022-02-07Add new `--style` called `header-filesize` and display it by default (#1988)Mahdi Dibaiee
2022-01-08`bat --help`: Put `--ignored-suffix` directly after `--map-syntax`Martin Nordholts
2022-01-04Mark `MappingTarget` as `#[non_exhaustive]` for increased semver flexibilityMartin Nordholts
2021-12-11Credit syntax definition and theme authors with new `--acknowledgements` opti...Martin Nordholts
2021-12-08Run `cargo clippy --fix --all-targets --all-features` with Rust 1.57Martin Nordholts
2021-11-22Use once_cell instead of lazy_staticMartin Nordholts