You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bat/src
Marie Katrine Ekeberg 9c7ca33929
Make `--no-paging`/`-P` override `--paging=...` if passed as a later arg (#2201)
* Make the no-paging option override earlier paging options

* Update CHANGELOG.md

Co-authored-by: Martin Nordholts <enselic@gmail.com>
2 years ago
..
assets Allow the license used by GraphQL 3 years ago
bin/bat Make `--no-paging`/`-P` override `--paging=...` if passed as a later arg (#2201) 2 years ago
syntax_mapping Support for ignored-suffix CLI arguments (#1892) 3 years ago
assets.rs Make the default macOS theme depend on Dark Mode (#2197) 2 years ago
config.rs Add various other code refactorings 3 years ago
controller.rs use io::Empty instead of crafted dummy stdin struct 3 years ago
decorations.rs Reduce public API 5 years ago
diff.rs Improve readability 4 years ago
error.rs Bump to syntect 5.0.0 to e.g. start lazy-loading syntaxes (#2181) 2 years ago
input.rs Run `cargo clippy --fix --all-targets --all-features` with Rust 1.60 2 years ago
less.rs Add support for BusyBox less as pager (#2162) 2 years ago
lib.rs Improved ANSI passthrough (#1596) 3 years ago
line_range.rs Line range edge cases test 3 years ago
macros.rs Introduce bat_warning! helper macro 4 years ago
output.rs Add support for BusyBox less as pager (#2162) 2 years ago
pager.rs Prevent fork nightmare with PAGER=batcat (#2235) 2 years ago
paging.rs Move PagingMode to separate module 5 years ago
preprocessor.rs correctly handle multiple tabs in one line 3 years ago
pretty_printer.rs Allow configuring show_nonprintable from PrettyPrinter 3 years ago
printer.rs Bump to syntect 5.0.0 to e.g. start lazy-loading syntaxes (#2181) 2 years ago
style.rs Add a --style=default option (#2119) 2 years ago
syntax_mapping.rs Add syntax mapping from NSE to Lua (#2214) 2 years ago
terminal.rs Add ansi theme to replace ansi-light and ansi-dark 4 years ago
vscreen.rs Improved ANSI passthrough (#1596) 3 years ago
wrapping.rs Addressed PR feedback. Upped min version and used matches! macro 4 years ago