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
Ethan P. 3f22311ec8
Add ANSI stripping to bat-as-a-library
1 month ago
..
assets Inline `format!` args wherever possible 5 months ago
bin/bat Add `--strip-ansi=auto` option 1 month ago
syntax_mapping Add syntax mapping for Wireguard config 5 months ago
assets.rs Inline `format!` args wherever possible 5 months ago
config.rs Add `--strip-ansi` option 1 month ago
controller.rs Make the error handler `FnMut` 6 months ago
decorations.rs Inline `format!` args wherever possible 5 months ago
diff.rs Fix clippy warnings with Rust 1.68 1 year ago
error.rs Add `$LESSOPEN` and `$LESSCLOSE` support (#2444) 11 months ago
input.rs Inline `format!` args wherever possible 5 months ago
less.rs Fix clippy suggestions 2 years ago
lessopen.rs require LESSOPEN to have exactly one %s 11 months ago
lib.rs Add `--strip-ansi` option 1 month ago
line_range.rs fix: rewrite overflow test using `usize::MAX` 10 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 11 months ago
pager.rs tidied commits 8 months ago
paging.rs Bump MSRV to 1.62 (#2496) 1 year ago
preprocessor.rs Add `--strip-ansi=auto` option 1 month ago
pretty_printer.rs Add ANSI stripping to bat-as-a-library 1 month ago
printer.rs Add `--strip-ansi=auto` option 1 month ago
style.rs Inline `format!` args wherever possible 5 months ago
syntax_mapping.rs Add note on thread synchronization 5 months ago
terminal.rs Use `nu-ansi-term` instead of `ansi_term` 1 year ago
vscreen.rs Make EscapeSequenceOffsetsIterator pub, add fns to get indices 2 months ago
wrapping.rs Addressed PR feedback. Upped min version and used matches! macro 4 years ago