summaryrefslogtreecommitdiffstats
path: root/src/controller.rs
AgeCommit message (Expand)Author
2021-02-28Change circle detection to use new more conservative method and run in main l...Niklas Mohrin
2021-01-05Add cycle detection with clircle, now v0.2Niklas Mohrin
2020-12-21Remove repeated `contains` callsLovecraftian Horror
2020-11-24Revert "Add io cycle detection with clircle"sharkdp
2020-11-23fix some clippy warningsMarcoIeni
2020-11-23Add io cycle detection with clircleNiklas Mohrin
2020-10-08Add `-S` flag to less when `--wrap=never` (closes #1255)gahag
2020-07-02Enable non-printable chars for redirected output (#1061)Evgeniy Andreev (gsomix)
2020-05-16Print error message when invalid syntax is specifiedEthan P
2020-05-12Add padding above headers when no gridPrat T
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