summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-06-03Fix compiler warning for 'windows' tests (dead_code)Roy Ivy III
2020-05-29Change use of 'BatInput' to 'input::Input'Ethan P
2020-05-29Remove unnecessary '-> ()'sEthan P
2020-05-29Replace Input::stdin_as_file with bat-application functionsEthan P
2020-05-29Remove unused with_name for theme preview fileEthan P
2020-05-29Remove Input.as_file and add Input::stdin_as_fileEthan P
2020-05-29Improve documentation for Input APIEthan P
2020-05-29Reexport bat::pretty_printer::Input as bat::InputEthan P
2020-05-29Fix regression with --list-themes and --languageEthan P
2020-05-29Refactor InputDescription API into Input APIEthan P
2020-05-29Fix a typoEthan P
2020-05-29[breaking] Remove special handling for theme previewsEthan P
2020-05-29Add PrettyPrinter::input functionEthan P
2020-05-29Add InputDescription APIEthan P
2020-05-29Add documentation to InputDescriptionEthan P
2020-05-28Add support for NO_COLOR env var (#1021)Ethan P
2020-05-27Update testssharkdp
2020-05-26Switch from path-absolutize to path_abssharkdp
2020-05-25Mark 'vcs_modification_markers' as deprecatedsharkdp
2020-05-25Make 'vcs_modification_markers' change non-breakingsharkdp
2020-05-24Fix syntax detection for symlinkssharkdp
2020-05-24Fix syntax detection for files called 'rails'sharkdp
2020-05-16Print error message when invalid syntax is specifiedEthan P
2020-05-16Refactor HighlightingAssets::get_syntax to return Result typeEthan P
2020-05-15Allow application to be built without git supportEthan P
2020-05-15Remove vcs_modification_markers from PrettyPrinter 'git' feature disabledEthan P
2020-05-15Merge branch 'master' of github.com:sharkdp/bat into string-inputEthan P
2020-05-15Add helper fn for checking if opened input is theme preview fileEthan P
2020-05-13Consolidate syntax detection behavior for all InputKind typesEthan P
2020-05-13Rename test for checking if inputkinds are consistentEthan P
2020-05-13Test that OrdinaryFile consistent with CustomReaderEthan P
2020-05-13Change assets.rs tests to use InputKind::CustomReaderEthan P
2020-05-12Remove padding if the header style is not enabledPrat T
2020-05-12Add padding above headers when no gridPrat T
2020-05-11Make syntax detection more consistent for Reader and File inputsEthan P
2020-05-11Fix base16, and combine 00 and 0f alpha encodingsMitchell Kember
2020-04-25Write error messages to pager, if attachedsharkdp
2020-04-24Add annotations againsharkdp
2020-04-24Add '-d' for '--diff'sharkdp
2020-04-24Skip non-file inputs when using --diffsharkdp
2020-04-24Run 'cargo fmt'sharkdp
2020-04-24Use unreachable!(…)sharkdp
2020-04-24Fix some clippy lintsLzu Tao
2020-04-24Implementation of 'bat --diff'sharkdp
2020-04-23cargo fmtsharkdp
2020-04-22Add a syntax mapping for bats own config filesharkdp
2020-04-22Fix import in appsharkdp
2020-04-22Update documentationsharkdp
2020-04-22Make module privatesharkdp
2020-04-22Move PagingMode to separate modulesharkdp