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 e5c81ed41e Replace our own macros to write buffers with standard macros 8 months ago
..
assets Fix clippy suggestions 2 years ago
bin/bat Make -pp override --paging and vice versa when passed as a later argument. (#2660) 9 months ago
syntax_mapping Add .dpkg-new and .dpkg-tmp to ignored suffixes 9 months ago
assets.rs Replace `dirs` crate with `etcetera` crate 9 months ago
config.rs Add `$LESSOPEN` and `$LESSCLOSE` support (#2444) 9 months ago
controller.rs Add `$LESSOPEN` and `$LESSCLOSE` support (#2444) 9 months 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 Add `$LESSOPEN` and `$LESSCLOSE` support (#2444) 9 months ago
input.rs Add `$LESSOPEN` and `$LESSCLOSE` support (#2444) 9 months ago
less.rs Fix clippy suggestions 2 years ago
lessopen.rs require LESSOPEN to have exactly one %s 9 months ago
lib.rs Add `$LESSOPEN` and `$LESSCLOSE` support (#2444) 9 months ago
line_range.rs fix: rewrite overflow test using `usize::MAX` 8 months 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 pass --no-lessopen to less by default 9 months 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 Add `OutputHandle` enum to use instead of `&mut dyn io::Write` 9 months ago
printer.rs Replace our own macros to write buffers with standard macros 8 months ago
style.rs Remove unnecessary heap allocations in `PrettyPrinter::print` for style components 1 year ago
syntax_mapping.rs Associate `*.sarif` files with `json` syntax (#2695) 8 months 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