summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Expand)Author
2020-05-31task-hookrs: 0.7.0 -> masterMatthias Beyer
2020-05-31uuid: 0.7 -> 0.8Matthias Beyer
2020-05-31handlebars: 2 -> 3Matthias Beyer
2020-05-31itertools: 0.8.0 -> 0.9.0Matthias Beyer
2020-04-29Replace repository with new sourcehut repoMatthias Beyer
2020-04-13Fix: Collapse nested ifminorMatthias Beyer
2020-04-13Fix: Do not write data if output is pipeMatthias 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-29Implement piping for imag-grepMatthias Beyer
2020-03-24Update toml-query: 0.9.2 -> 0.10.0Matthias Beyer
2020-03-24Revert "Move to toml-query from master branch"Matthias Beyer
2020-03-08Move to toml-query from master branchMatthias 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-03-01Adapt flag forwarding to new runtime flagsMatthias Beyer
2020-03-01Use more fine-granular function as Runtime::ignore_ids() was removedMatthias Beyer
2020-02-29Add some scopes for better readabilityMatthias Beyer
2020-02-29Include progressbar in iteratorMatthias Beyer
2020-02-29Update indicatif: 0.12.0 -> 0.14.0Matthias Beyer
2020-02-29Fix: Also write newlinesMatthias Beyer
2020-02-28Get the program name from the name of the executableMatthias Beyer
2020-02-28Use existing variable instead of hardcoding appnameMatthias 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-03Outsource listing of a single mail to helper functionMatthias Beyer
2020-01-03Add imag-mail-unread commandMatthias Beyer
2020-01-03Merge branch 'imag-mail/scan' into masterMatthias Beyer
2020-01-03Add support for format in configuration for imag-mail-listMatthias Beyer
2020-01-03Rewrite scan function with option to fetch pathes in parallelMatthias Beyer
2020-01-03Add imag-mail-scan command for scanning directory for new mailMatthias Beyer
2020-01-03Remove feature to print content as wellMatthias Beyer
2020-01-02Use MessageId type where applicableMatthias Beyer
2020-01-02Store::retrieve_mail_from_path() should have a flag to force making a ref out...Matthias Beyer
2020-01-02Fix: Clap argument nameMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-25Rewrite "show" Command to be able to read ids from stdinMatthias Beyer
2019-12-24Fix: Make "list" default command of imag-tagMatthias Beyer
2019-12-24Fix: Drop habit before getting instancesMatthias Beyer
2019-12-24Fix: Specify versionMatthias 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-23Remove len() != 0 comparison with negation and ::is_empty() callMatthias Beyer
2019-12-23Remove unnecessary clone() callMatthias Beyer
2019-12-23Remove unnecessary return keywordMatthias Beyer