bat/src
David Peter 708c74f6af
Merge pull request #2795 from mxaddict/master
Added JSONC and aws credentials to the syntax mappings
2024-02-23 21:48:20 +01:00
..
assets Eliminate dependency on serde's "derive" feature 2024-02-08 15:55:30 -08:00
bin/bat Merge branch 'master' into 2783-setting-terminal-title 2024-02-11 22:53:48 +00:00
syntax_mapping Added JSONC and aws credentials to the syntax mappings 2024-02-11 04:57:42 +08:00
assets.rs Migrate `SyntaxMapping` impl to new system 2023-12-11 10:21:05 +08:00
config.rs added a flag to config for setting terminal title 2024-01-27 14:14:40 +00:00
controller.rs Make the error handler `FnMut` 2024-01-17 22:00:29 +01:00
decorations.rs Fix off-by-one error in line number continuation 2024-02-11 16:49:06 -08:00
diff.rs Fix clippy warnings with Rust 1.68 2023-03-14 21:19:14 +01:00
error.rs Add `$LESSOPEN` and `$LESSCLOSE` support (#2444) 2023-09-02 08:48:26 +02:00
input.rs undid unnecessary api visibility changes 2024-02-08 21:41:20 +00:00
less.rs Fix clippy suggestions 2022-09-04 14:28:44 +02:00
lessopen.rs require LESSOPEN to have exactly one %s 2023-09-08 06:25:20 +02:00
lib.rs Add `$LESSOPEN` and `$LESSCLOSE` support (#2444) 2023-09-02 08:48:26 +02:00
line_range.rs fix: rewrite overflow test using `usize::MAX` 2023-10-05 09:20:09 +02:00
macros.rs Use `nu-ansi-term` instead of `ansi_term` 2023-03-24 17:42:54 +01:00
nonprintable_notation.rs Print non-printable characters using caret notation (#2443) 2023-03-14 22:21:30 +01:00
output.rs pass --no-lessopen to less by default 2023-09-08 06:25:20 +02:00
pager.rs tidied commits 2023-12-10 17:24:49 +00:00
paging.rs Bump MSRV to 1.62 (#2496) 2023-03-03 13:20:03 +01:00
preprocessor.rs Add unicode/caret replacements for all control characters (#2712) 2023-10-20 19:41:48 +02:00
pretty_printer.rs Add `OutputHandle` enum to use instead of `&mut dyn io::Write` 2023-09-01 20:52:55 +02:00
printer.rs Remove hyperlink when wrapping lines 2024-02-09 22:09:39 -08:00
style.rs Remove unnecessary heap allocations in `PrettyPrinter::print` for style components 2023-01-15 21:16:36 +09:00
syntax_mapping.rs Reverse precedence of syntax mappings specified on CLI 2024-01-18 22:41:57 +08:00
terminal.rs Use `nu-ansi-term` instead of `ansi_term` 2023-03-24 17:42:54 +01:00
vscreen.rs Apply clippy fixes (#2864) 2024-02-20 19:39:22 +01:00
wrapping.rs Addressed PR feedback. Upped min version and used matches! macro 2021-01-09 15:21:26 +01:00