summaryrefslogtreecommitdiffstats
path: root/imag-todo/src
AgeCommit message (Expand)Author
2016-10-01imag-todo: Add copyright notice to all filesMatthias Beyer
2016-09-08imag-todo: Use Err/Ok utils to mapMatthias Beyer
2016-08-06removed unused imports. functionality which required these imports has been m...mario
2016-08-06Merge pull request #17 from matthiasbeyer/libimagtodo/fixesmario-kr
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-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-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
2016-06-15added exec/add with description,priority,project,due and frequencymario
2016-06-13changed /usr/bin/local/task to taskYase
2016-06-09error handling for unwrap process stuff on exec taskwarriorYase
2016-06-08exec command calls taskwarriorYase
2016-06-07ui.rs needed a multiple(true)Yase
2016-06-01cmd queryYase
2016-05-10add command parsingmario
2016-05-10add first implementation of command buildmario
2016-05-03Renamed imag-task to imag-todo, libimagtask to libimagtodomario