summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-todo/src/lib.rs
AgeCommit message (Expand)Author
2020-02-16Fix: Subcommand is named "deleted"Matthias Beyer
2020-01-02Update copyright years to 2015-2020Matthias Beyer
2019-12-23Use closure as suggested by clippyMatthias Beyer
2019-12-23Remove unnecessary to_string() callsMatthias Beyer
2019-12-23Remove lifetime specificationMatthias Beyer
2019-12-22Remove error conversion which is not necessary anymore.Matthias Beyer
2019-12-22Use Default implementation for constructingMatthias Beyer
2019-12-22Allow clippy::wrong_self_convention here for better readable codeMatthias Beyer
2019-12-22Rewrite else block, return predicate directlyMatthias Beyer
2019-12-22Simplify condition with iterator functionsMatthias Beyer
2019-12-22Use closure instead of always constructing objectMatthias Beyer
2019-12-22Simplify condition by using iterator helper functionsMatthias Beyer
2019-12-21Impl FromStr instead of own functionMatthias Beyer
2019-12-01Implement imag-todo-show table view by defaultMatthias Beyer
2019-12-01Fix: Ignore Broken Pipe errors when writing listMatthias Beyer
2019-12-01Merge branch 'imag-todo/ids-from-stdin' into masterMatthias Beyer
2019-12-01Rewrite list_todos() to be able to read ids from stdinMatthias Beyer
2019-12-01Rewrite show functionality of imag-todoMatthias Beyer
2019-11-13Fix: Only view entry if output is not a pipeMatthias Beyer
2019-11-09Add import functionality for taskwarrior importsMatthias Beyer
2019-11-09Reimplement imag-todoMatthias Beyer
2019-10-26imag-todo: implement ImagApplicationLeon Schuermann