summaryrefslogtreecommitdiffstats
path: root/bin/core/imag-tag
AgeCommit message (Expand)Author
2018-10-30imag-tag: Move from error-chain to failureMatthias Beyer
2018-10-17Update about-text in imag-tagMatthias Beyer
2018-09-27Update dependency: toml-query: 0.6 -> 0.7Matthias Beyer
2018-05-09Update version string: 0.8.0 -> 0.9.0Matthias Beyer
2018-04-19Add functionality to read storeids from stdinMatthias Beyer
2018-04-19Add support for tagging/untagging multiple entries with one callMatthias 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-14Fix: Use qualificationMatthias 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-04Handle unknown subcommands in binaries with Runtime::handle_unknown_subcommandMatthias Beyer
2018-03-26Fix: Entry::to_str() should return Result<_>Matthias Beyer
2018-03-12Rewrite CLI for more positional argsMatthias Beyer
2018-03-06Replace hard coded version strings with compiletime envMatthias Beyer
2018-03-04Use output stream from Runtime::stdout()Matthias Beyer
2018-02-19Fix broke pipe panicsMatthias Beyer
2018-02-18Fix binary nameMatthias 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-12Remove calls to trace_error_exitMatthias Beyer
2018-02-11Update version string: 0.6.0 -> 0.7.0Matthias Beyer
2018-02-10Update dependency: clap: 2.17 -> 2.29Matthias Beyer
2018-02-10Compile clap with suggestions and color supportMatthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-01-18env_logger: 0.5.0-rc.2 -> 0.5Matthias Beyer
2018-01-15env_logger: 0.5.0-rc.1 -> 0.5.0-rc.2Matthias Beyer
2018-01-15log: 0.4.0-rc.1 -> 0.4.0Matthias Beyer
2018-01-15env_logger: 0.4.* -> 0.5.0-rc.1Matthias Beyer
2018-01-15Update dependency: log: 0.3.* -> 0.4.0-rc.1Matthias Beyer
2018-01-13Update dependency: toml-query -> 0.6Matthias Beyer
2018-01-12Remove dependency "version"Matthias Beyer
2017-12-25Update version strings: 0.5.0 -> 0.6.0Matthias Beyer
2017-10-31Add badges in Cargo.toml of all cratesMatthias Beyer
2017-10-12Update toml-query: 0.3.* -> 0.4Matthias Beyer
2017-09-24Update version strings: 0.4.0 -> 0.5.0Matthias Beyer
2017-09-20Remove unused importMatthias Beyer
2017-09-20Add debugging outputMatthias Beyer
2017-09-20Each test should use an other name for the file it createsMatthias Beyer
2017-09-20Do not use "imag" namespace in headerMatthias Beyer
2017-09-19Add default entry by simply creating an empty EntryMatthias Beyer
2017-09-19Update dependency specsMatthias Beyer
2017-09-17Transform UI to use positional argsMatthias Beyer
2017-09-06Update toml-query: 0.3.* -> ^0.3.1Matthias Beyer
2017-09-02Merge pull request #1044 from matthiasbeyer/libimagrt/feature-testingMatthias Beyer
2017-09-02Fix dependency spec: libimagrt must be used with "testing" enabled for testsMatthias Beyer
2017-09-02Move tagging UI code to binaryMatthias Beyer
2017-09-01Fix readme links in cargo metadataMatthias Beyer