summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2023-10-05fix: rewrite overflow test using `usize::MAX`skoriop
2023-10-05test: add test for overflow in `LineRange::from`skoriop
2023-10-05fix: integer overflow in `LineRange::parse_range`skoriop
2023-10-04Associate `*.sarif` files with `json` syntax (#2695)Linda_pp
2023-09-14Case insensitive `--map-syntax` (#2650)Nicolas AMBRY
2023-09-14Make -pp override --paging and vice versa when passed as a later argument. (#...J-Kappes
2023-09-08require LESSOPEN to have exactly one %sAnomalocaridid
2023-09-08make LESSOPEN support opt-inAnomalocaridid
2023-09-08pass --no-lessopen to less by defaultAnomalocaridid
2023-09-02Add `$LESSOPEN` and `$LESSCLOSE` support (#2444)Anomalocaridid
2023-09-01Merge pull request #2548 from utkarshgupta137/masterDavid Peter
2023-09-01Merge pull request #2618 from Piturnah/feat/write-to-bufferDavid Peter
2023-09-01Replace `dirs` crate with `etcetera` crateUtkarsh Gupta
2023-09-01Merge pull request #2626 from rhysd/encoding_rsDavid Peter
2023-09-01No duplicate keys test, fixes #2643 (#2647)Orion Yeung
2023-09-01Remove leftover unwrapPeter Hebden
2023-09-01Clippy lintsPeter Hebden
2023-09-01Handle todosPeter Hebden
2023-09-01Fix signaturesPeter Hebden
2023-09-01Add `OutputHandle` enum to use instead of `&mut dyn io::Write`Peter Hebden
2023-09-01Replace unmaintained `encoding` with `encoding_rs`rhysd
2023-09-01Add environment variable `BAT_PAGING`einfachIrgendwer0815
2023-09-01Add `*.ron` syntax mappingOrion Yeung
2023-09-01fix: Add syntax mapping `jsonl` => `json`WinterCore
2023-09-01Bump MSRV to 1.70.0mataha
2023-08-28Add .dpkg-new and .dpkg-tmp to ignored suffixesVille Skyttä
2023-08-02fix for issue #2633John Higgins
2023-07-02Add `Containerfile` syntax mappingeinfachIrgendwer0815
2023-06-01Add `os-release` syntax mappingcyqsimon
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-24Make `PrettyPrinter::header` an alias for `header_filename`Collin Styles
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
2023-03-03Bump MSRV to 1.62 (#2496)Martin Nordholts
2023-02-05Directly read preferences instead of using the defaults CLIBlackHoleFox
2023-01-15Remove unnecessary heap allocations in `PrettyPrinter::print` for style compo...rhysd
2023-01-13Fix code fence in doc commentrhysd
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