summaryrefslogtreecommitdiffstats
path: root/src/input.rs
AgeCommit message (Expand)Author
2021-06-13Spelling fixesVille Skyttä
2021-03-07'mut self' => 'self', remove pubDavid Peter
2021-03-07Improve readabilityAleksey Kladov
2021-02-28Change circle detection to use new more conservative method and run in main l...Niklas Mohrin
2021-01-09Use new matches!(…) macro to simplify codesharkdp
2021-01-05Add cycle detection with clircle, now v0.2Niklas Mohrin
2020-11-24Revert "Add io cycle detection with clircle"sharkdp
2020-11-23remove all matchesMarcoIeni
2020-11-23fix some clippy warningsMarcoIeni
2020-11-23Add io cycle detection with clircleNiklas Mohrin
2020-05-29Remove unnecessary '-> ()'sEthan P
2020-05-29Replace Input::stdin_as_file with bat-application functionsEthan P
2020-05-29Remove Input.as_file and add Input::stdin_as_fileEthan 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 InputDescription APIEthan P
2020-05-29Add documentation to InputDescriptionEthan P
2020-05-15Add helper fn for checking if opened input is theme preview fileEthan P
2020-04-22Add *_with_name methodssharkdp
2020-04-22Rename error modulesharkdp
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