summaryrefslogtreecommitdiffstats
path: root/src/bin
AgeCommit message (Expand)Author
2024-04-19refactor: factorize constants by inverting loop and condition orderStéphane Blondon
2024-04-19display which theme is the default one in basic outputStéphane Blondon
2024-04-14display which theme is the default one in colored output (#2838)sblondon
2024-04-07Print $TERM with --diagnosticRivera Calzadillas
2024-04-07Sort env vars printed by --diagnosticRivera Calzadillas
2024-03-10Merge pull request #2868 from cyqsimon/builtin-offload-v2David Peter
2024-02-25Inline `format!` args wherever possibleLena
2024-02-24Rename `--squeeze` to `--squeeze-blank`einfachIrgendwer0815
2024-02-24Hide `--squeeze-limit` from short helpeinfachIrgendwer0815
2024-02-24Add --squeeze-limit to specify max number of consecutive empty linesEthan P
2024-02-24Add --squeeze/-s optionEthan P
2024-02-23Merge pull request #2853 from einfachIrgendwer0815/document_default_style_com...David Peter
2024-02-21Builtin glob matchers build offload, v2cyqsimon
2024-02-11Merge branch 'master' into 2783-setting-terminal-titleOliver Looney
2024-02-11Mention which style components are the defaulteinfachIrgendwer0815
2024-02-08undid unnecessary api visibility changesOliver looney
2024-02-08Using hypens instead of underscores for set-terminal-title commandOliver looney
2024-01-29added set_terminal_title arg to clap_app.rs to fix ci errorsOliver looney
2024-01-27removed set_terminal_title arg from clap_app.rs since other boolean args aren...Oliver looney
2024-01-27terminal title is only set if user opts in with --set_terminal_title flagOliver looney
2024-01-27added a flag to config for setting terminal titleOliver looney
2024-01-18Reverse precedence of syntax mappings specified on CLIcyqsimon
2023-12-31slightly changed set terminal command to match docs & broke print line into m...Oliver looney
2023-12-31small refactoring of set terminal title functionOliver looney
2023-12-18terminal title is only set when pager is being usedOliver looney
2023-12-11Lazily compile `GlobMatcher`scyqsimon
2023-12-11Migrate `SyntaxMapping` impl to new systemcyqsimon
2023-12-10fixed formatting of terminal titleOliver looney
2023-12-10successfully setting the terminal title to bat's input's namesOliver looney
2023-12-02fix: display color when NO_COLOR is an empty string (#2767)Lena
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