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
Collin Styles 7929179a74 Make `PrettyPrinter::header` an alias for `header_filename`
Fixes #2378
1 year ago
..
assets Fix clippy suggestions 2 years ago
bin/bat Merge pull request #2513 from nickelc/deps/dirs 1 year ago
syntax_mapping Support for ignored-suffix CLI arguments (#1892) 3 years ago
assets.rs Replace `dirs-next` with the original `dirs` crate 1 year ago
config.rs Print non-printable characters using caret notation (#2443) 1 year ago
controller.rs use io::Empty instead of crafted dummy stdin struct 3 years ago
decorations.rs Use `nu-ansi-term` instead of `ansi_term` 1 year ago
diff.rs Fix clippy warnings with Rust 1.68 1 year ago
error.rs Use `nu-ansi-term` instead of `ansi_term` 1 year 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 Print non-printable characters using caret notation (#2443) 1 year ago
line_range.rs Fix clippy suggestions 2 years ago
macros.rs Use `nu-ansi-term` instead of `ansi_term` 1 year ago
nonprintable_notation.rs Print non-printable characters using caret notation (#2443) 1 year 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 Bump MSRV to 1.62 (#2496) 1 year ago
preprocessor.rs Merge pull request #2502 from Enselic/clippy-1.68 1 year ago
pretty_printer.rs Make `PrettyPrinter::header` an alias for `header_filename` 1 year ago
printer.rs Use `nu-ansi-term` instead of `ansi_term` 1 year 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 Use `nu-ansi-term` instead of `ansi_term` 1 year 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