summaryrefslogtreecommitdiffstats
path: root/imag-todo
AgeCommit message (Expand)Author
2016-11-05Merge pull request #826 from matthiasbeyer/clap-completionMatthias Beyer
2016-11-02Update clap to >=2.17Matthias Beyer
2016-10-31Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-unitsMatthias Beyer
2016-10-25Update task-hookrs dependency to 0.2.2Matthias Beyer
2016-10-24imag-todo/Cargo.toml: Update dependenciesMatthias Beyer
2016-10-24Add codegen-units = 2 in ./imag-todo/Cargo.tomlMatthias Beyer
2016-10-20Fix: Cargo.toml does not know "website", but "homepage"Matthias Beyer
2016-10-18Add meta-info in imag-todo/Cargo.tomlMatthias Beyer
2016-10-01imag-todo: Add copyright notice to all filesMatthias Beyer
2016-09-08imag-todo: Use Err/Ok utils to mapMatthias Beyer
2016-08-07imag-todo: Crate version 0.1.0 -> 0.2.0Gavin Thomas Claugus
2016-08-06Merge pull request #633 from asuivelentine/imag/toml-dependencyMatthias Beyer
2016-08-06Upgrade clap dependency to 2.*Kai Sickeler
2016-08-06Upgrade toml dependency to 0.2Kai Sickeler
2016-08-06removed unused imports. functionality which required these imports has been m...mario
2016-08-06Merge pull request #18 from matthiasbeyer/imag-todo/add-example-hook-scriptsmario-kr
2016-08-06Merge pull request #17 from matthiasbeyer/libimagtodo/fixesmario-kr
2016-08-06Add on-modify taskwarrior hook scriptMatthias Beyer
2016-08-06Add on-add taskwarrior hook scriptMatthias Beyer
2016-08-06Do not panic if there was no command passedMatthias Beyer
2016-08-06We must actually use println!() hereMatthias Beyer
2016-08-06Move deletion logic into libMatthias Beyer
2016-08-06change to task_hookrs 0.2.0mario
2016-08-06Merge pull request #14 from matthiasbeyer/fixup-buildmario-kr
2016-08-06change to task_hookrs 0.2.0mario
2016-08-06Fix comment which broke the buildMatthias Beyer
2016-08-06Comments for listing subcommandMatthias Beyer
2016-08-06Add comment to task delete procedureMatthias Beyer
2016-08-06Print the imported string before the information outputMatthias Beyer
2016-08-06Add note why we stdin.lock() hereMatthias Beyer
2016-07-21Reimplement list()Matthias Beyer
2016-07-21Remove unused importsMatthias Beyer
2016-07-21Do not use "mut" here, we don't need itMatthias Beyer
2016-07-21Use if() instead of match here, to have less noiseMatthias Beyer
2016-07-21Use Iterator::enumerate() instead of mut variableMatthias Beyer
2016-07-21Use the right macro hereMatthias Beyer
2016-07-21Fix indentation in ui definitionMatthias Beyer
2016-07-21Rewrite UI with Task::import()Matthias Beyer
2016-07-21Use generate_runtime_setup() instead of doing it manuallyMatthias Beyer
2016-07-21Adapt for new interface of libimagtodoMatthias Beyer
2016-07-21Fix misleading function nameMatthias Beyer
2016-07-21Format codeMatthias Beyer
2016-07-21We do not need to String::push() here twiceMatthias Beyer
2016-07-21Do not hide the error here, yell it out!Matthias Beyer
2016-07-06Rip out ui setup for "add" subcommandMatthias Beyer
2016-07-06Rip out exec()Matthias Beyer
2016-07-06Remove the most ugly partsMatthias Beyer
2016-07-06Move functionality to own functionsMatthias Beyer
2016-07-06Remove unnecessary whitespaceMatthias Beyer
2016-07-04change from libimagutil::trace to libimagerror::tracemario