summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-contact/src/main.rs
AgeCommit message (Expand)Author
2019-10-26imag-contact: implement ImagApplicationLeon Schuermann
2019-08-28[No-auto] bin/domain/contact: Fix Clippy warningsflip1995
2019-08-28[Auto] bin/core/contact: Fix Clippy warningsflip1995
2019-07-26Fix match same arms bug found by clippyflip1995
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-04-27Merge branch 'minor' into masterMatthias Beyer
2019-04-27Add debug outputMatthias Beyer
2019-04-22Add contact editing.Matthias Beyer
2019-04-22Refactor: Move contact-by-hash finding to utilsMatthias Beyer
2019-04-22Add force-override option to "imag-contact import"Matthias Beyer
2019-04-22Rewrite imag-contact to handle reference storingMatthias Beyer
2019-02-15Adapt to new all_contacts() return typeMatthias Beyer
2019-02-15Fix: Also print if runtime ignores IDsMatthias Beyer
2019-02-11Remove magic constants in trace_unwrap_exit/map_err_trace_exit_unwrap callsMatthias Beyer
2019-02-11Optimize: Do not attempt to print if output is a pipeMatthias 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-07Rewrite iteration without collecting inbetweenMatthias Beyer
2018-11-06Add id reporting in imag-contactMatthias Beyer
2018-11-06Optimize implementationMatthias Beyer
2018-10-30imag-contact: Move from error-chain to failureMatthias Beyer
2018-10-07Fix: Use "retrieve" instead of "create" when importingMatthias Beyer
2018-09-27Fix: 'imag-contact show' should increase output counterMatthias Beyer
2018-05-02Revert "Deny non-absolut import pathes"Matthias Beyer
2018-04-27Adapt for new libimagcontact interfaceMatthias Beyer
2018-04-25Reimplement imag-contactMatthias Beyer
2018-04-25Deny non-absolut import pathesMatthias Beyer
2018-04-06Add functionality to find contacts and print the storeid/file pathMatthias Beyer
2018-04-04Handle unknown subcommands in binaries with Runtime::handle_unknown_subcommandMatthias Beyer
2018-03-12Add JSON output supportMatthias Beyer
2018-03-12Add "find" commandMatthias Beyer
2018-03-04Use output stream from Runtime::stdout()Matthias Beyer
2018-02-19Refactor imag-contact for new libimagentryref APIMatthias Beyer
2018-02-19Fix for broken pipe errorsMatthias Beyer
2018-02-18Merge pull request #1224 from matthiasbeyer/git-version-in-versionMatthias Beyer
2018-02-13Use new make_imag_version!() macro for building version stringMatthias Beyer
2018-02-12Use ErrFromStr convenience extensionMatthias Beyer
2018-02-12Fix imag-contact for new error interfaceMatthias Beyer
2018-02-10Do not print "Ok" after successful executionMatthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-01-29Remove map_err_trace_exit() calls in favour of map_err_trace_exit_unwrap()Matthias Beyer
2018-01-13imag-contact: Replace read with typed readMatthias Beyer
2018-01-12Remove dependency "version"Matthias Beyer
2017-11-09Implement create subcommandMatthias Beyer
2017-11-09Add new required dependenciesMatthias Beyer
2017-11-09Add implementation for imag-contactMatthias Beyer
2017-11-09Initial import of imag-contactMatthias Beyer