summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-log/src
AgeCommit message (Expand)Author
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-20Rewrite imag-log to propagate errors to main() instead of exit()ingMatthias Beyer
2019-10-26imag-log: implement ImagApplicationLeon Schuermann
2019-08-28[No-auto] bin/domain/log: Fix Clippy warningsflip1995
2019-08-28[Auto] bin/core/log: Fix Clippy warningsflip1995
2019-08-25Fix: imag-log should report touched entriesMatthias Beyer
2019-08-25Run "cargo fix --all-features" in root of projectMatthias Beyer
2019-07-14Fix for update to latest itertoolsMatthias Beyer
2019-06-30Fix: Sort by date, not by idMatthias Beyer
2019-06-26Add option to imag-log to ignore newlinesMatthias Beyer
2019-05-30Replace deprecated functioncallMatthias Beyer
2019-05-23Fix: Negation errorMatthias Beyer
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-02-11Add wrapping functionality for imag-logMatthias Beyer
2019-02-11Strip whitespace on the right when printingMatthias Beyer
2019-02-11Remove magic constants in trace_unwrap_exit/map_err_trace_exit_unwrap callsMatthias Beyer
2019-02-11Change id reporting API to return ExitCodeMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-11-11Forbid unsafe code in all cratesMatthias Beyer
2018-11-07Make code more functional by more function chainingMatthias Beyer
2018-11-07Make code more functional by more function chaining.Matthias Beyer
2018-11-06Add ID reporting in imag-logMatthias Beyer
2018-10-30imag-log: Move from error-chain to failureMatthias Beyer
2018-05-11Fix: Duplicated printing of entries with "show --all"Matthias Beyer
2018-04-22Fix: imag-log show should order by datetimeMatthias Beyer
2018-04-14Fix: Use qualificationMatthias Beyer
2018-04-04Handle unknown subcommands in binaries with Runtime::handle_unknown_subcommandMatthias Beyer
2018-03-04Use output stream from Runtime::stdout()Matthias Beyer
2018-03-02Fix imag-log for new Diary::entries() interfaceMatthias Beyer
2018-02-19Abstract exit code as a typeMatthias Beyer
2018-02-19Fix output for broken pipe errorsMatthias Beyer
2018-02-13Use new make_imag_version!() macro for building version stringMatthias Beyer
2018-02-10Merge pull request #1262 from matthiasbeyer/do-not-print-okMatthias Beyer
2018-02-10Do not print "Ok" after successful executionMatthias Beyer
2018-02-10Alias subcommand "show" to "list"Matthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-02-06Merge pull request #1259 from matthiasbeyer/imag-log/no-leading-spaceMatthias Beyer
2018-02-06Do not put a leading space in the logMatthias Beyer
2018-02-06Do not list entries which are not "log" entriesMatthias Beyer
2018-01-13imag-log: Replace read with typed readMatthias Beyer
2018-01-12Remove dependency "version"Matthias Beyer
2018-01-03Add "show" functionalityMatthias Beyer
2018-01-03Add CLI implementationMatthias Beyer
2018-01-03Initial import: imag-logMatthias Beyer