summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Expand)Author
2018-02-11Update version string: 0.6.0 -> 0.7.0Matthias Beyer
2018-02-11Merge pull request #1275 from matthiasbeyer/clap-featuresMatthias Beyer
2018-02-11Merge pull request #1280 from matthiasbeyer/imag-init/fix-git-initMatthias Beyer
2018-02-10Merge pull request #1262 from matthiasbeyer/do-not-print-okMatthias Beyer
2018-02-10Merge pull request #1264 from matthiasbeyer/imag-log/show-alias-listMatthias Beyer
2018-02-10Merge pull request #1266 from matthiasbeyer/imag/list-commands-alphabeticallyMatthias Beyer
2018-02-10Merge pull request #1265 from matthiasbeyer/imag/helpMatthias Beyer
2018-02-10Fix: git dir is not worktree dirMatthias Beyer
2018-02-10Do not print "Ok" after successful executionMatthias Beyer
2018-02-10Do not print stats when listing files with matchesMatthias Beyer
2018-02-10Alias subcommand "show" to "list"Matthias Beyer
2018-02-10Add subcommand "help"Matthias Beyer
2018-02-10Sort commands alphabeticallyMatthias Beyer
2018-02-10Update dependency: clap: 2.17 -> 2.29Matthias Beyer
2018-02-10Compile clap with suggestions and color supportMatthias Beyer
2018-02-10Revert "Fix include path for release"Matthias Beyer
2018-02-10Fix include path for releaseMatthias Beyer
2018-02-10Add missing Cargo.toml metadataMatthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-02-06Fix links after moving entryMatthias Beyer
2018-02-06Merge pull request #1259 from matthiasbeyer/imag-log/no-leading-spaceMatthias Beyer
2018-02-06Merge pull request #1258 from matthiasbeyer/imag-log/dont-list-non-log-entriesMatthias Beyer
2018-02-06Merge pull request #1255 from matthiasbeyer/imag-notes/fix-listMatthias Beyer
2018-02-06Do not put a leading space in the logMatthias Beyer
2018-02-06Do not list entries which are not "log" entriesMatthias Beyer
2018-02-06Use libimagstore get iteratorMatthias Beyer
2018-02-06Print to stderrMatthias Beyer
2018-02-06Print "imag-<tool>" rather than only "<tool>"Matthias Beyer
2018-02-05Merge pull request #1231 from matthiasbeyer/update-kairosMatthias Beyer
2018-02-05Update kairos dependency: 0.1.0-beta-2 -> 0.1.0Matthias Beyer
2018-02-04Add second support in imag-diary commandline interfaceMatthias Beyer
2018-02-01Show content by defaultMatthias Beyer
2018-02-01Change calls to into_get_iter() to not take argumentMatthias Beyer
2018-02-01Provide StoreId Iterator which has a ref to the StoreMatthias Beyer
2018-02-01Merge pull request #1219 from matthiasbeyer/minorMatthias Beyer
2018-02-01Move date <-> string conversion utility to libimagutilMatthias Beyer
2018-01-29Comment type fixedMatthias Beyer
2018-01-29Remove map_err_trace_exit() calls in favour of map_err_trace_exit_unwrap()Matthias Beyer
2018-01-29Refactor: MinifyMatthias Beyer
2018-01-29Remove unused importsMatthias Beyer
2018-01-28Implement stopping all tags which are startedMatthias Beyer
2018-01-18Merge pull request #1166 from matthiasbeyer/log-0-4-0Matthias Beyer
2018-01-18env_logger: 0.5.0-rc.2 -> 0.5Matthias Beyer
2018-01-16Change list command to use a table for outputMatthias 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-13Call default command if no command is passedMatthias Beyer
2018-01-13Refactor: Split actual list implementation from argument processingMatthias Beyer