summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-contact/src
AgeCommit message (Expand)Author
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-03-01Use more fine-granular function as Runtime::ignore_ids() was removedMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-25Rewrite "show" Command to be able to read ids from stdinMatthias Beyer
2019-12-23Remove unnecessary return keywordMatthias Beyer
2019-12-01Convert imag-contact to propagate errors to main()Matthias Beyer
2019-10-26imag-contact: implement ImagApplicationLeon Schuermann
2019-08-28Allow some Clippy lintsflip1995
2019-08-28[No-auto] bin/domain/contact: Fix Clippy warningsflip1995
2019-08-28[Auto] bin/core/contact: Fix Clippy warningsflip1995
2019-08-25Run "cargo fix --all-features" in root of projectMatthias Beyer
2019-07-26Fix match same arms bug found by clippyflip1995
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-05-11Merge branch 'imag-contact-edit-retry' into master-ffMatthias Beyer
2019-05-11Remove unused constantMatthias Beyer
2019-05-11Add support for looping over editMatthias 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-11-01Use new "ask" function interface with input/output stream paramsMatthias Beyer
2018-10-30imag-contact: Move from error-chain to failureMatthias Beyer
2018-10-07Fix: Use "retrieve" instead of "create" when importingMatthias Beyer
2018-10-06Update dependenciesMatthias Beyer
2018-09-27Fix: Use VcardBuilder instead of Vcard itselfMatthias 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-27Set extension or warn if none thereMatthias Beyer
2018-04-26Merge pull request #1453 from matthiasbeyer/imag-contact/create-uidMatthias Beyer
2018-04-26Fix: Generate UID when creating a contactMatthias Beyer
2018-04-26Fix: Make most fields optionalMatthias Beyer
2018-04-25Reimplement imag-contactMatthias Beyer
2018-04-25Deny non-absolut import pathesMatthias Beyer
2018-04-14Add lintsMatthias Beyer
2018-04-06Add functionality to find contacts and print the storeid/file pathMatthias Beyer
2018-04-06Merge pull request #1375 from matthiasbeyer/imag-contact/find-formatMatthias Beyer
2018-04-06Fix formatted output, use seperator for listsMatthias Beyer