summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Expand)Author
2018-04-19Update version numbers: 0.7.0 -> 0.8.0Matthias Beyer
2018-04-19Update dependencies: Add versionMatthias Beyer
2018-04-18Fix: Use fill storeid when listingMatthias Beyer
2018-04-18Fix: Make error message more explanatoryMatthias Beyer
2018-04-18Merge pull request #1380 from matthiasbeyer/minorMatthias Beyer
2018-04-18Remove unused imports/codeMatthias Beyer
2018-04-18Remove CLI for mainpage settingMatthias Beyer
2018-04-18Add autolinkingMatthias Beyer
2018-04-18Add name filtering in show commandMatthias Beyer
2018-04-18Add show subcommandMatthias Beyer
2018-04-18Remove grep functionalityMatthias Beyer
2018-04-18Rename "create" command to "create-wiki", introduce "create" for creating ent...Matthias Beyer
2018-04-18Implement grep commandMatthias Beyer
2018-04-18Add implementation for delete functionalityMatthias Beyer
2018-04-18Add implementation for create subcommandMatthias Beyer
2018-04-18Initial importMatthias Beyer
2018-04-17Fix documentation in crate metadataMatthias Beyer
2018-04-15Update dependency: toml-query: 0.4 -> 0.6Matthias 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
2018-04-14Refactor: use App in the build_ui function of imag-initMario Krehl
2018-04-14Fix: use mod ui and remove unused importsMario Krehl
2018-04-14move target directory of the shell completions to target/shell-completions.d/Mario Krehl
2018-04-14move the build_ui function of imag-ids into its own fileMario Krehl
2018-04-14fix copypasta failsMario Krehl
2018-04-14add all current imag binaries to the shell-completion scriptMario Krehl
2018-04-14build script for shell completion works againMario Krehl
2018-04-14add build.rs againMario Krehl
2018-04-14Add comment for `&version!()[..]`mario
2018-04-14Add comments about functionality,mario
2018-04-14Add build_subcommand! macromario
2018-04-14Add additional dependenciesmario
2018-04-14Change from types implementing build_ui to a mod for every binary.mario
2018-04-14Fix: Use qualificationMatthias Beyer
2018-04-14Add lintsMatthias Beyer
2018-04-14Add lintsMatthias Beyer
2018-04-14Add lintsMatthias Beyer
2018-04-14Add lintsMatthias Beyer
2018-04-14Add lintsMatthias Beyer
2018-04-14Add lintsMatthias Beyer
2018-04-14Add lintsMatthias Beyer
2018-04-13Merge pull request #1395 from matthiasbeyer/clap-text-wrapMatthias Beyer
2018-04-13Use clap with wrap_help featureMatthias Beyer
2018-04-13Use clap "^2.29" instead of ">=2.29"Matthias Beyer
2018-04-13Merge pull request #1393 from matthiasbeyer/imag-diary/list-ids-sortedMatthias Beyer
2018-04-13Merge pull request #1391 from matthiasbeyer/imag-grep/fix-countMatthias Beyer
2018-04-13Fix: List ids sortedMatthias Beyer
2018-04-13Fix missing countingMatthias Beyer