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 ed3246c423 Make grep-cli optional dependency 3 years ago
..
assets build_assets.rs: Enable dump of syntax dependencies to Graphviz dot file 3 years ago
bin/bat Make grep-cli optional dependency 3 years ago
assets.rs src/printer.rs: Simplify Plain Text fallback code 3 years ago
config.rs Add various other code refactorings 3 years ago
controller.rs use saturating substraction to calculate Line ranges 3 years ago
decorations.rs Reduce public API 4 years ago
diff.rs Improve readability 3 years ago
error.rs Replace deprecated 'error-chain' with 'thiserror' (#1820) 3 years ago
input.rs src/assets.rs: Extract helper method OpenedInput::path() 3 years ago
less.rs Reduce nesting in if blocks by short circuiting 3 years ago
lib.rs Deny unsafe code in lib and bin 3 years ago
line_range.rs PR comments addressed for line range +delta syntax 3 years ago
macros.rs Introduce bat_warning! helper macro 3 years ago
output.rs Replace deprecated 'error-chain' with 'thiserror' (#1820) 3 years ago
pager.rs Refactor "Use `matches` macro" 3 years ago
paging.rs Move PagingMode to separate module 4 years ago
preprocessor.rs replace_nonprintable: Keep \n around 4 years ago
pretty_printer.rs HighlightingAssets: Make .syntaxes() and syntax_for_file_name() failable 3 years ago
printer.rs src/printer.rs: Simplify Plain Text fallback code 3 years ago
style.rs style: add component 'rule' for horizontal file delimiter 4 years ago
syntax_mapping.rs Use deref coercion to simplify some argument passing 3 years ago
terminal.rs Add ansi theme to replace ansi-light and ansi-dark 3 years ago
wrapping.rs Addressed PR feedback. Upped min version and used matches! macro 3 years ago