summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-04-18Merge pull request #1380 from matthiasbeyer/minorMatthias Beyer
2018-04-18Merge pull request #1400 from matthiasbeyer/imag-wiki/initMatthias Beyer
2018-04-18Merge pull request #1182 from matthiasbeyer/libimagwiki/initMatthias Beyer
2018-04-18Update dependency: task-hookrs: master -> 0.5Matthias Beyer
2018-04-18Add changelog entry for libimagwiki/imag-wikiMatthias Beyer
2018-04-18Merge pull request #1359 from matthiasbeyer/doc-writing-modulesMatthias Beyer
2018-04-18Remove unused imports/codeMatthias Beyer
2018-04-18Remove CLI for mainpage settingMatthias Beyer
2018-04-18Remove notion of "main page"Matthias 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-18Remove functionality to delete whole wikiMatthias Beyer
2018-04-17Merge pull request #1403 from matthiasbeyer/remove-pipe-magicMatthias Beyer
2018-04-17Fix documentation in crate metadataMatthias Beyer
2018-04-16Revert "Implement pipe magic in libimagrt"Matthias Beyer
2018-04-16Add documentation for typeMatthias Beyer
2018-04-16Automatically create "index" and link new pagesMatthias Beyer
2018-04-15Add logging outputMatthias Beyer
2018-04-15Add Wiki::delete_entry()Matthias Beyer
2018-04-15Add entry getter functionMatthias Beyer
2018-04-15Add id iteratorMatthias Beyer
2018-04-15Initial import: libimagwikiMatthias Beyer
2018-04-15Merge pull request #1401 from matthiasbeyer/libimagrt/logging-level-fixMatthias Beyer
2018-04-15Update dependency: toml-query: 0.4 -> 0.6Matthias Beyer
2018-04-15Update dependency: toml-query: 0.4 -> 0.6Matthias Beyer
2018-04-15Use --verbose with "info" level by defaultMatthias Beyer
2018-04-14Add changelog for log level fixMatthias Beyer
2018-04-14Fix log level setting in runtimeMatthias Beyer
2018-04-14Add logging in storeMatthias Beyer
2018-04-14Merge pull request #1398 from mario-kr/addsh2Matthias Beyer
2018-04-14Add changelog for autocomplete script generationMatthias Beyer
2018-04-14Remove feature to generate commandline completion scriptsMatthias Beyer
2018-04-14Use "::std" instead of "std"Matthias 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