summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-09-06Strip BOM from output in interactive mode (#1938)dag-h
2022-09-05Clear `highlighted_lines` when calling `PrettyPrinter::print`rhysd
2022-09-05Add `bat::PrettyPrinter::clear_highlights` (fixes #1919)rhysd
2022-09-04Map `fish_history` to YAMLKid
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-09-03Make `bat::PrettyPrinter::syntaxes()` iterate over new `bat::Syntax` struct (...Martin Nordholts
2022-08-29Remove code that tries to handle ANSI escape inputs (#2189)Martin Nordholts
2022-08-16Make --map-syntax and --ignored-suffix work together (#2260)Christopher Acosta
2022-08-14Make `--no-paging`/`-P` override `--paging=...` if passed as a later arg (#2201)Marie Katrine Ekeberg
2022-08-12Prevent fork nightmare with PAGER=batcat (#2235)John Higgins
2022-07-07Fix documentation typo: --pager=never → --paging=neverAnders Kaseorg
2022-06-04Add syntax mapping from NSE to Lua (#2214)Cre3per
2022-05-24Make the default macOS theme depend on Dark Mode (#2197)Martin Nordholts
2022-05-07Bump to syntect 5.0.0 to e.g. start lazy-loading syntaxes (#2181)Martin Nordholts
2022-05-05printer.rs: De-duplicate code to highlight long linesMartin Nordholts
2022-05-04Add a --style=default option (#2119)Isaac Horvath
2022-05-04Skip syntax highlighting for long lines (#2165)Keith Hall
2022-05-04Add support for BusyBox less as pager (#2162)Nathan Fisher
2022-05-04Run `cargo clippy --fix --all-targets --all-features` with Rust 1.60Martin Nordholts
2022-04-27Add mapping for Unix mail spool (#2156)cyqsimon
2022-04-02Print info about custom assets in --diagnosticsMartin Nordholts
2022-04-02Allow configuring show_nonprintable from PrettyPrinteracheronfail
2022-03-10Add systemwide config file supportPatrick Pichler
2022-03-07Include contents of custom assets `metadata.yaml` in `--diagnostics`Martin Nordholts
2022-03-06correctly handle multiple tabs in one linePatrick Hilhorst
2022-03-06Correctly render tab stopsPatrick Hilhorst
2022-03-06Syntax: add clang-format (#2076)TruncatedDinosour
2022-02-26Recognize files in `$XDG_CONFIG_HOME/git/` and `$HOME/.config/git/` better (#...cyqsimon
2022-02-14Underline highlighted lines in ANSI theme (#1985)Mahdi Dibaiee
2022-02-08Expose syntect theme and syntax sets (#2030)Dan Davison
2022-02-07Add new `--style` called `header-filesize` and display it by default (#1988)Mahdi Dibaiee
2022-02-07Allow the license used by GraphQLMartin Nordholts
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-08Improved ANSI passthrough (#1596)Ethan P
2021-12-08Run `cargo clippy --fix --all-targets --all-features` with Rust 1.57Martin Nordholts
2021-12-06Load themes lazily for improved startup time (#1969)Martin Nordholts
2021-11-24Line range edge cases testBojan Durdevic
2021-11-24Line range minus overflow preventionBojan Durdevic
2021-11-24Line range minus syntax clippy suggestions addressedBojan Durdevic
2021-11-24Support for line range minus syntaxBojan Durdevic