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
rhysd 4cc2a489d0 Remove unnecessary heap allocations in `PrettyPrinter::print` for style components 1 year ago
..
assets Fix clippy suggestions 2 years ago
bin/bat Fix `bat cache --clear` not clearing the `--target` dir if specified 2 years ago
syntax_mapping Support for ignored-suffix CLI arguments (#1892) 3 years ago
assets.rs Fix code fence in doc comment 1 year 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 4 years ago
diff.rs Improve readability 3 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 Fix clippy suggestions 2 years ago
lib.rs Revert "Remove code that tries to handle ANSI escape inputs" 2 years ago
line_range.rs Fix clippy suggestions 2 years ago
macros.rs Introduce bat_warning! helper macro 3 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 Fix clippy suggestions 2 years ago
preprocessor.rs Revert "Remove code that tries to handle ANSI escape inputs" 2 years ago
pretty_printer.rs Remove unnecessary heap allocations in `PrettyPrinter::print` for style components 1 year ago
printer.rs Revert "Remove code that tries to handle ANSI escape inputs" 2 years ago
style.rs Remove unnecessary heap allocations in `PrettyPrinter::print` for style components 1 year ago
syntax_mapping.rs Map `fish_history` to YAML 2 years ago
terminal.rs Add ansi theme to replace ansi-light and ansi-dark 3 years ago
vscreen.rs Revert "Remove code that tries to handle ANSI escape inputs" 2 years ago
wrapping.rs Addressed PR feedback. Upped min version and used matches! macro 3 years ago