summaryrefslogtreecommitdiffstats
path: root/src/input.rs
AgeCommit message (Expand)Author
2023-09-02Add `$LESSOPEN` and `$LESSCLOSE` support (#2444)Anomalocaridid
2022-05-04Run `cargo clippy --fix --all-targets --all-features` with Rust 1.60Martin Nordholts
2022-02-07Add new `--style` called `header-filesize` and display it by default (#1988)Mahdi Dibaiee
2021-09-27src/assets.rs: Extract helper method OpenedInput::path()Martin Nordholts
2021-09-12Use deref coercion to simplify some argument passingMarcin Puc
2021-09-12Reduce nesting in if blocks by short circuitingMarcin Puc
2021-08-19Fix all lints that are new with Rust 1.54Martin Nordholts
2021-08-02Use assert!(..) instead of assert_eq!(true, ..)Martin Nordholts
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