summaryrefslogtreecommitdiffstats
path: root/bin/core
AgeCommit message (Expand)Author
2018-04-18Merge pull request #1380 from matthiasbeyer/minorMatthias 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-14Fix: Use qualificationMatthias 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 #1391 from matthiasbeyer/imag-grep/fix-countMatthias Beyer
2018-04-13Fix missing countingMatthias Beyer
2018-04-13Add functionality to filter for a collectionMatthias Beyer
2018-04-11Update copyright yearsMatthias Beyer
2018-04-06Add support for piping entry ids into commandMatthias Beyer
2018-04-06Add support for viewing multiple entriesMatthias 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
2018-03-23Add header editing supportMatthias Beyer
2018-03-23Do table output by defaultMatthias Beyer
2018-03-23Merge pull request #1363 from matthiasbeyer/imag-init/create-store-dirMatthias Beyer
2018-03-23Fix: Create store directory as wellMatthias Beyer
2018-03-23Add debug output in testsMatthias Beyer
2018-03-16Add functionality to include store path (defaults to no)Matthias Beyer
2018-03-12Merge pull request #1345 from matthiasbeyer/imag/inherit-stdioMatthias Beyer
2018-03-12Merge pull request #1343 from matthiasbeyer/imag-tag/rewrite-cliMatthias Beyer
2018-03-12Inherit stdio to child processMatthias Beyer
2018-03-12Rewrite CLI for more positional argsMatthias Beyer
2018-03-12Allow reading store ids from stdinMatthias Beyer
2018-03-06Replace hard coded version strings with compiletime envMatthias Beyer
2018-03-04Use output stream from Runtime::stdout()Matthias Beyer
2018-02-26Change "imag" impl to not instantiate Runtime objectMatthias Beyer
2018-02-25Provide unlink() CLI interfaceMatthias Beyer
2018-02-20Merge pull request #1306 from matthiasbeyer/minorMatthias Beyer
2018-02-20Merge pull request #1304 from matthiasbeyer/imag-init/imag-version-generatorMatthias Beyer
2018-02-20Increase gap sizeMatthias Beyer
2018-02-20Use the make_imag_version!() helperMatthias Beyer
2018-02-20Remove usage of libimagentrylistMatthias Beyer