summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Expand)Author
2018-04-24Remove "dump" subcommandMatthias Beyer
2018-04-24Add support for formatted markdown outputMatthias Beyer
2018-04-24Fix: Pass output stream to view_entries()Matthias Beyer
2018-04-24Fix imag-view for new view_entry() interfaceMatthias Beyer
2018-04-24Merge pull request #1422 from matthiasbeyer/imag-git/initMatthias Beyer
2018-04-24Generate completion for imag-gitMatthias Beyer
2018-04-24Add imag-git commandMatthias Beyer
2018-04-24Fix imag-mail to list from appropriate collectionMatthias Beyer
2018-04-24Replace Store::retrieve_for_module() with own iterator typeMatthias Beyer
2018-04-22Merge pull request #1437 from matthiasbeyer/imag/fix-doubled-outputMatthias Beyer
2018-04-22Merge pull request #1436 from matthiasbeyer/imag-log/show-orderedMatthias Beyer
2018-04-22Merge pull request #1435 from matthiasbeyer/imag-view/fix-autowrappingMatthias Beyer
2018-04-22Fix: Do not inherit stdout hereMatthias Beyer
2018-04-22Fix: imag-log show should order by datetimeMatthias Beyer
2018-04-22Fix: Do not automatically wrap textMatthias Beyer
2018-04-22Do not use version crate in build scriptMatthias Beyer
2018-04-22Do not depend on "version" crateMatthias Beyer
2018-04-20Merge pull request #1421 from matthiasbeyer/imag-view/wrappingMatthias Beyer
2018-04-20Merge pull request #1419 from matthiasbeyer/imag-diary/list-diariesMatthias 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-19Add feature for wrapping outputMatthias Beyer
2018-04-19Add functionality to list diariesMatthias Beyer
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