summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-contact
AgeCommit message (Expand)Author
2018-11-11Forbid unsafe code in all cratesMatthias Beyer
2018-11-10Update version stringsMatthias Beyer
2018-11-09Update dependencies from git versions to proper versions.Matthias 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-27Update dependency: handlebars: 0.29.0 -> 1.0Matthias Beyer
2018-09-27Temporarily set vobject to custom fork until we have a new releaseMatthias Beyer
2018-09-27Update dependency: vobject: 0.{4,5} -> 0.6Matthias Beyer
2018-09-27Revert "Update dependency: handlebars: 0.29.0 -> 1.0"Matthias Beyer
2018-09-27Update dependency: handlebars: 0.29.0 -> 1.0Matthias Beyer
2018-09-27Update dependency: toml-query: 0.6 -> 0.7Matthias Beyer
2018-09-27Fix: 'imag-contact show' should increase output counterMatthias Beyer
2018-05-09Update version string: 0.8.0 -> 0.9.0Matthias 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-25Remove feature usageMatthias Beyer
2018-04-25Deny non-absolut import pathesMatthias Beyer
2018-04-19Update version numbers: 0.7.0 -> 0.8.0Matthias Beyer
2018-04-18Merge pull request #1380 from matthiasbeyer/minorMatthias Beyer
2018-04-17Fix documentation in crate metadataMatthias Beyer
2018-04-14Add lintsMatthias Beyer
2018-04-13Use clap with wrap_help featureMatthias Beyer
2018-04-13Use clap "^2.29" instead of ">=2.29"Matthias 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
2018-04-06Add format argumentMatthias Beyer
2018-04-04Handle unknown subcommands in binaries with Runtime::handle_unknown_subcommandMatthias Beyer
2018-03-12Add JSON output supportMatthias Beyer
2018-03-12Merge pull request #1336 from matthiasbeyer/imag-contact/find-showMatthias Beyer
2018-03-12Add "find" commandMatthias Beyer
2018-03-12Join mails with commaMatthias 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