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
Martin Nordholts 5b37438f08 `bat --help`: Put `--ignored-suffix` directly after `--map-syntax`
It feels out of place to have between `--acknowledgements` and `--help`.
2 years ago
..
assets Credit syntax definition and theme authors with new `--acknowledgements` option (#1971) 3 years ago
bin/bat `bat --help`: Put `--ignored-suffix` directly after `--map-syntax` 2 years ago
syntax_mapping Support for ignored-suffix CLI arguments (#1892) 3 years ago
assets.rs Credit syntax definition and theme authors with new `--acknowledgements` option (#1971) 3 years ago
config.rs Add various other code refactorings 3 years ago
controller.rs use io::Empty instead of crafted dummy stdin struct 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 Improved ANSI passthrough (#1596) 3 years ago
line_range.rs Line range edge cases test 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 Improved ANSI passthrough (#1596) 3 years ago
style.rs style: add component 'rule' for horizontal file delimiter 4 years ago
syntax_mapping.rs Mark `MappingTarget` as `#[non_exhaustive]` for increased semver flexibility 2 years ago
terminal.rs Add ansi theme to replace ansi-light and ansi-dark 3 years ago
vscreen.rs Improved ANSI passthrough (#1596) 3 years ago
wrapping.rs Addressed PR feedback. Upped min version and used matches! macro 3 years ago