bat/src
Martin Nordholts 40a423905a Fix clippy warnings with Rust 1.68 2023-03-14 21:19:14 +01:00
..
assets Fix clippy suggestions 2022-09-04 14:28:44 +02:00
bin/bat Fix clippy warnings with Rust 1.68 2023-03-14 21:19:14 +01:00
syntax_mapping Support for ignored-suffix CLI arguments (#1892) 2021-11-19 17:05:23 +01:00
assets.rs Directly read preferences instead of using the defaults CLI 2023-02-05 16:53:28 +01:00
config.rs Add various other code refactorings 2021-09-12 15:50:10 +02:00
controller.rs use io::Empty instead of crafted dummy stdin struct 2021-10-23 13:04:24 +02:00
decorations.rs Reduce public API 2020-04-22 23:55:28 +02:00
diff.rs Fix clippy warnings with Rust 1.68 2023-03-14 21:19:14 +01:00
error.rs Bump to syntect 5.0.0 to e.g. start lazy-loading syntaxes (#2181) 2022-05-07 13:43:11 +02:00
input.rs Run `cargo clippy --fix --all-targets --all-features` with Rust 1.60 2022-05-04 07:49:40 +02:00
less.rs Fix clippy suggestions 2022-09-04 14:28:44 +02:00
lib.rs Revert "Remove code that tries to handle ANSI escape inputs" 2022-09-10 17:59:33 +02:00
line_range.rs Fix clippy suggestions 2022-09-04 14:28:44 +02:00
macros.rs Introduce bat_warning! helper macro 2020-12-28 09:27:40 +01:00
output.rs Add support for BusyBox less as pager (#2162) 2022-05-04 07:56:38 +02:00
pager.rs Prevent fork nightmare with PAGER=batcat (#2235) 2022-08-12 14:27:47 +02:00
paging.rs Bump MSRV to 1.62 (#2496) 2023-03-03 13:20:03 +01:00
preprocessor.rs Fix clippy warnings with Rust 1.68 2023-03-14 21:19:14 +01:00
pretty_printer.rs Remove unnecessary heap allocations in `PrettyPrinter::print` for style components 2023-01-15 21:16:36 +09:00
printer.rs Fix clippy warnings with Rust 1.68 2023-03-14 21:19:14 +01:00
style.rs Remove unnecessary heap allocations in `PrettyPrinter::print` for style components 2023-01-15 21:16:36 +09:00
syntax_mapping.rs Map `fish_history` to YAML 2022-09-04 22:22:18 +02:00
terminal.rs Add ansi theme to replace ansi-light and ansi-dark 2020-12-21 17:05:10 +01:00
vscreen.rs Revert "Remove code that tries to handle ANSI escape inputs" 2022-09-10 17:59:33 +02:00
wrapping.rs Addressed PR feedback. Upped min version and used matches! macro 2021-01-09 15:21:26 +01:00