summaryrefslogtreecommitdiffstats
path: root/imag-todo
AgeCommit message (Expand)Author
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
2016-06-30reduce warningsmario
2016-06-30fixed parenthesesmario
2016-06-30delete-hook workingmario
2016-06-30add-hook workingmario
2016-06-30changed task-hookrs dependency to github.com/mario-kr/task-hookrs git for add...mario
2016-06-29impl deletemario
2016-06-28implemented list-featureomario
2016-06-28added "list" option in clap uimario
2016-06-28implemented add-hookmario
2016-06-15fix syntax errormario