summaryrefslogtreecommitdiffstats
path: root/src/printer.rs
AgeCommit message (Expand)Author
2021-05-27Use the functional update syntaxMohamed Abdelnour
2021-01-09Addressed PR feedback. Upped min version and used matches! macromark chaitin
2021-01-09fix bug where long lines were truncated in plain mode without wrap=never not ...mark chaitin
2020-12-21Add ansi theme to replace ansi-light and ansi-darkMitchell Kember
2020-12-19Don't add artificial newline to last line if --style=plainMartin Nordholts
2020-12-19replace_nonprintable: Keep \n aroundMartin Nordholts
2020-11-23fix some clippy warningsMarcoIeni
2020-10-12style: add component 'rule' for horizontal file delimiterTom Milligan
2020-09-20Code formattingsharkdp
2020-07-02Enable non-printable chars for redirected output (#1061)Evgeniy Andreev (gsomix)
2020-05-29Refactor InputDescription API into Input APIEthan P
2020-05-29Add InputDescription APIEthan P
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-12Remove padding if the header style is not enabledPrat T
2020-05-12Add padding above headers when no gridPrat T
2020-04-24Add annotations againsharkdp
2020-04-24Skip non-file inputs when using --diffsharkdp
2020-04-24Fix some clippy lintsLzu Tao
2020-04-24Implementation of 'bat --diff'sharkdp
2020-04-22Fix warnings for --no-default-features modesharkdp
2020-04-22Rename error modulesharkdp
2020-04-22Fix #937sharkdp
2020-04-22Rename wrap => wrappingsharkdp
2020-04-22Reduce public APIsharkdp
2020-04-22Fix warnings, sort imports, input from stringsharkdp
2020-04-22Completely refactor 'input' modulesharkdp
2020-04-22Add InputDescriptionsharkdp
2020-04-22Rename InputFile => Inputsharkdp
2020-04-22Separate inputs from configsharkdp
2020-04-22Large refactoring towards a better builder structuresharkdp
2020-04-21Improve error messagesharkdp
2020-04-21Small refactoring, handle invalid UTF-8 filenamessharkdp
2020-04-21Use to_string_lossysharkdp
2020-04-21Moved user_provided_filename to be contained within OrdinaryFile structKyle Criddle
2020-04-21Use --file-name to detect syntax highlightingKyle Criddle
2020-04-11cargo fmtsharkdp
2020-03-31Move git changes support behind a featureDavid Tolnay
2020-03-24Merge branch 'master' into fix_654_stdin_filenameKyle Criddle
2020-03-24Implemented --file-name for multiple files + testsKyle Criddle
2020-03-21Rename output component to 'style compinent', move wrap to separate modulesharkdp
2020-03-21Run cargo fmtsharkdp
2020-03-21move Config struct to separate filesharkdp
2020-03-21Restructure and fix bug in line range modulesharkdp
2020-03-19--file-name for normal files. integration tests.Kyle Criddle
2020-03-17Implement --file-name<name> optionKyle Criddle
2020-02-28Run 'cargo fmt'sharkdp
2020-02-28Fix bug where max_width is not initialized after line breakKogia-sima
2020-02-28Fix wrapping method to support unicode textKogia-sima