summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-grep/src/lib.rs
AgeCommit message (Expand)Author
2020-04-13Fix: Collapse nested ifminorMatthias Beyer
2020-04-13Fix: Do not write data if output is pipeMatthias Beyer
2020-03-29Implement piping for imag-grepMatthias Beyer
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-22Remove error conversion which is not necessary anymore.Matthias Beyer
2019-10-26Add id reporting in imag-grepMatthias Beyer
2019-10-26Use resiter::IterInnerOkOrElse instead of libimagerror versionMatthias Beyer
2019-10-26Remove calls to exit() and replace them with error propagation up to main()Matthias Beyer
2019-10-26imag-grep: implement ImagApplicationLeon Schuermann