summaryrefslogtreecommitdiffstats
path: root/bin/core/imag
AgeCommit message (Expand)Author
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-24Fix: Specify versionMatthias Beyer
2019-12-22Collapse else-if blockMatthias Beyer
2019-10-26Add id-in-collection commandMatthias Beyer
2019-10-26Remove calls to exit() and replace them with error propagation up to main()Matthias Beyer
2019-10-26imag-calendar: implement ImagApplication & add CLI completionLeon Schuermann
2019-10-26imag-create: implement ImagApplication & add CLI completionLeon Schuermann
2019-10-26Introduce CLI completion supportLeon Schuermann
2019-08-28[No-auto] bin/core/imag: Fix Clippy warningsflip1995
2019-08-28[Auto] bin/core/imag: Fix Clippy warningsflip1995
2019-07-26Remove use of Runtime functions, hardcode stringsMatthias Beyer
2019-07-24Rewrite get_rtp_match() to not panicMatthias Beyer
2019-06-30Update all dependenciesMatthias Beyer
2019-05-29Update toml-query to 0.9.0Matthias Beyer
2019-05-29Update dependency: toml: 0.4 -> 0.5Matthias Beyer
2019-05-24Introduce proper error handling in IdPathProviderLeon Schuermann
2019-05-22Remove buildscriptsMatthias Beyer
2019-04-22Ignore ".d" binaries in debug buildMatthias Beyer
2019-02-20Revert "Remove imag-mail"Matthias Beyer
2019-02-17Remove imag-mailMatthias Beyer
2019-02-05Remove log-destination-override featuresMatthias Beyer
2019-02-05Add argument forwarding for --ignore-idsMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
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-06Import new dependenciesMatthias Beyer
2018-11-01Merge branch 'fix-flag-forwarding'Matthias Beyer
2018-10-31Fix: Forward flags as wellMatthias Beyer
2018-10-31Add some debugging outputMatthias Beyer
2018-10-31Use libimagrt loggingMatthias Beyer
2018-10-31imag build script: Update available commandsMatthias Beyer
2018-10-30imag: Move from error-chain to failureMatthias Beyer
2018-10-17Fix: URL in imag helptextMatthias Beyer
2018-09-30Update dependency: walkdir 1 -> 2Matthias 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-24Generate completion for imag-gitMatthias Beyer
2018-04-22Merge pull request #1437 from matthiasbeyer/imag/fix-doubled-outputMatthias Beyer
2018-04-22Fix: Do not inherit stdout hereMatthias Beyer
2018-04-22Do not use version crate in build scriptMatthias Beyer
2018-04-22Do not depend on "version" crateMatthias Beyer
2018-04-19Update version numbers: 0.7.0 -> 0.8.0Matthias Beyer
2018-04-19Update dependencies: Add versionMatthias Beyer
2018-04-18Merge pull request #1380 from matthiasbeyer/minorMatthias Beyer
2018-04-17Fix documentation in crate metadataMatthias Beyer
2018-04-14Remove feature to generate commandline completion scriptsMatthias Beyer
2018-04-14Add license header to build.rs scriptMario Krehl
2018-04-14Change target directory of completions to target/Mario Krehl
2018-04-14Fix: macro call build_subcommandMario Krehl