summaryrefslogtreecommitdiffstats
path: root/src/controller.rs
AgeCommit message (Expand)Author
2020-04-25Write error messages to pager, if attachedsharkdp
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-22Move PagingMode to separate modulesharkdp
2020-04-22Fix warnings for --no-default-features modesharkdp
2020-04-22Rename error modulesharkdp
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-21Small refactoring, handle invalid UTF-8 filenamessharkdp
2020-04-21Pass stdin as a generic BufRead, fix stdin testssharkdp
2020-04-21Moved user_provided_filename to be contained within OrdinaryFile structKyle Criddle
2020-04-21Use --file-name to detect syntax highlightingKyle Criddle
2020-03-31Updates for review of PR 899David Tolnay
2020-03-25Minor --file-name code hygeineKyle Criddle
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-21Move error handling to a callbacksharkdp
2020-03-21Run cargo fmtsharkdp
2020-03-21move Config struct to separate filesharkdp
2020-03-21Rename enum fieldsharkdp
2020-02-28Fix #798Ethan P
2019-10-20Run `cargo fmt`Fahmi Akbar Wildana
2019-10-20Move back printer.rs and others into libFahmi Akbar Wildana
2019-10-20Fix all compile errors in lib.rs 🚚Fahmi Akbar Wildana
2019-08-31Add new style component to separate multiple '--line-range'sEthan P
2019-08-02use explicit dyn with Write to appease compilerWild Kat
2019-03-09Applied linter fixesDaniele Esposti
2019-03-09Migrated to Rust 2018Daniele Esposti
2019-02-11Only print contents if file wasn't empty, or EOF wasn't first thing received ...Reid Wagner
2019-02-11Revert "Check result of read_until, and return Error if 0, which indicates EO...Reid Wagner
2019-02-07Check result of read_until, and return Error if 0, which indicates EOF was fo...Reid Wagner
2018-12-14Omit launching of pager if NO file existssharkdp
2018-11-01Fix `--show-all` for UTF-16 encodingsharkdp
2018-11-01Feature: Highlight non-printable characterssharkdp
2018-10-21Add --pager optionPark Juhyung
2018-10-20Allow for multiple line rangessharkdp
2018-10-17Add error handling for parsing errorssharkdp
2018-10-11Continue with output after "is directory"-errorsharkdp
2018-10-07Add first-line detection for all input typessharkdp
2018-10-07Move read_line functionality to inputfile modulesharkdp
2018-10-07Move get_reader into inputfile modulesharkdp
2018-10-07Move InputFile to separate modulesharkdp
2018-10-07Remove unnecessary scopesharkdp