summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-todo/src
AgeCommit message (Expand)Author
2020-05-31handlebars: 2 -> 3Matthias Beyer
2020-04-13Fix: Do not print data if output is pipe, except if that behaviour is overriddenMatthias Beyer
2020-04-13Fix: import anyhow::Error where it is neededMatthias Beyer
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-03-01Add more trace output for Viewer implementationMatthias Beyer
2020-03-01Change implementation to use the iterator extensionsMatthias Beyer
2020-03-01Fix: Also print if output is a data pipeMatthias Beyer
2020-03-01Add more trace outputMatthias Beyer
2020-03-01Fix: Simplify selecting what to printMatthias Beyer
2020-02-15Fix: Allow "mark" subcommand to be passed IDs directly on CLIMatthias Beyer
2020-02-15Fix: Subcommand is named "deleted"Matthias Beyer
2020-01-01Update 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-22Call clone() as late as possibleMatthias Beyer
2019-12-22Do not call into_iter() when iter() is sufficientMatthias Beyer
2019-12-22Do not call clone() on a Copy typeMatthias Beyer
2019-12-22Remove not needed into_iter() callMatthias 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: Allow to pass only UUIDs and automatically add "todo/" prefixMatthias 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
2019-08-28[Auto] bin/core/todo: Fix Clippy warningsflip1995
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-02-11Remove magic constants in trace_unwrap_exit/map_err_trace_exit_unwrap callsMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-11-11Forbid unsafe code in all cratesMatthias Beyer
2018-10-30imag-todo: Move from error-chain to failureMatthias Beyer
2018-05-01Refactor imag-todo to fit new store iterator interfaceMatthias Beyer
2018-04-14Fix: Use qualificationMatthias Beyer
2018-04-14Add lintsMatthias Beyer
2018-04-04Handle unknown subcommands in binaries with Runtime::handle_unknown_subcommandMatthias Beyer
2018-03-04Use output stream from Runtime::stdout()Matthias Beyer
2018-02-19Fix broken pipe panicsMatthias Beyer
2018-02-18Merge pull request #1224 from matthiasbeyer/git-version-in-versionMatthias Beyer