summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Expand)Author
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-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
2018-04-13Add functionality to filter for a collectionMatthias Beyer
2018-04-07Merge pull request #1378 from matthiasbeyer/imag-view/ids-from-stdinMatthias Beyer
2018-04-07Merge pull request #1377 from matthiasbeyer/imag-contact/find-idMatthias Beyer
2018-04-06Add support for piping entry ids into commandMatthias Beyer
2018-04-06Merge pull request #1376 from matthiasbeyer/imag-view/multiple-idsMatthias 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-06Add support for viewing multiple entriesMatthias 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-26Fix: Entry::to_str() should return Result<_>Matthias Beyer
2018-03-23Merge pull request #1368 from matthiasbeyer/imag-link/list-output-tableMatthias Beyer