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
Keith Hall b01ed8d773
Merge branch 'master' into fix/3073_list_themes
2 weeks ago
..
assets Inline `format!` args wherever possible 8 months ago
bin/bat Don't output default theme info to piped stdout 2 months ago
syntax_mapping Map `*.mkd` files to `Markdown` syntax (#3061) 3 weeks ago
assets.rs Inline `format!` args wherever possible 8 months ago
config.rs Add `--strip-ansi` option 4 months ago
controller.rs Make the error handler `FnMut` 9 months ago
decorations.rs Inline `format!` args wherever possible 8 months ago
diff.rs Fix clippy warnings with Rust 1.68 2 years ago
error.rs Add `$LESSOPEN` and `$LESSCLOSE` support (#2444) 1 year ago
input.rs Inline `format!` args wherever possible 8 months ago
less.rs Fix clippy suggestions 2 years ago
lessopen.rs require LESSOPEN to have exactly one %s 1 year ago
lib.rs Add `--strip-ansi` option 4 months ago
line_range.rs fix: rewrite overflow test using `usize::MAX` 1 year ago
macros.rs Use `nu-ansi-term` instead of `ansi_term` 2 years ago
nonprintable_notation.rs Print non-printable characters using caret notation (#2443) 2 years ago
output.rs pass --no-lessopen to less by default 1 year ago
pager.rs tidied commits 10 months ago
paging.rs Bump MSRV to 1.62 (#2496) 2 years ago
preprocessor.rs Add `--strip-ansi=auto` option 4 months ago
pretty_printer.rs Add ANSI stripping to bat-as-a-library 4 months ago
printer.rs Add `--strip-ansi=auto` option 4 months ago
style.rs First StyleComponentList should remove from 'auto' style. 3 months ago
syntax_mapping.rs Add note on thread synchronization 8 months ago
terminal.rs Use `nu-ansi-term` instead of `ansi_term` 2 years ago
vscreen.rs Make EscapeSequenceOffsetsIterator pub, add fns to get indices 4 months ago
wrapping.rs Addressed PR feedback. Upped min version and used matches! macro 4 years ago