summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Expand)Author
2020-01-01WIPimag-ref/moveMatthias 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
2019-12-23Remove unnecessary return keywordMatthias Beyer
2019-12-23Remove identical conversionMatthias Beyer
2019-12-23Remove unnecessary let bindingMatthias Beyer
2019-12-23Remove unnecessary clone() callMatthias Beyer
2019-12-23Remove unnecessary clone() callMatthias Beyer
2019-12-23Remove DebugResult and DebugOption helpersMatthias Beyer
2019-12-23Replace map_dbg() and map_dbg_str() with context() and inspect() callsMatthias Beyer
2019-12-22Remove error conversion which is not necessary anymore.Matthias Beyer
2019-12-22Merge branch 'imag-bookmark/open' into masterMatthias Beyer
2019-12-22Merge branch 'imag-wiki/noexit' into masterMatthias Beyer
2019-12-22Add open command for imag-bookmarkMatthias Beyer
2019-12-22Rewrite imag-wiki to propagate errors instead of calling exit()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-22Rewrite if-let binding to simple ifMatthias Beyer
2019-12-22Use Iterator::flatten() instead of ::flat_map()Matthias 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-22Collapse else-if blockMatthias Beyer
2019-12-22Simplify conditionMatthias Beyer
2019-12-22Rewrite for less cluttered codeMatthias Beyer
2019-12-22Bind value and simplify condition with itMatthias Beyer
2019-12-22Rewrite filter(...).next().is_some() with .any(...)Matthias Beyer
2019-12-22Rewrite closure for more structured and easy-to-read codeMatthias Beyer
2019-12-22Use closure instead of always constructing objectMatthias Beyer
2019-12-22Simplify condition by using iterator helper functionsMatthias Beyer
2019-12-22Use char instead of string literalMatthias Beyer
2019-12-22Simplify assignmentMatthias Beyer
2019-12-22Remove unused Error::from() callMatthias Beyer
2019-12-22Remove not needed into_iter() callMatthias Beyer
2019-12-22Remove let binding for unit valueMatthias Beyer
2019-12-22Remove unused Error::from() callMatthias Beyer
2019-12-22Simplify assignmentMatthias Beyer
2019-12-22Remove unused Error::from() callMatthias Beyer