summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-calendar/src
AgeCommit message (Expand)Author
2020-05-31handlebars: 2 -> 3Matthias Beyer
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-22Remove error conversion which is not necessary anymore.Matthias Beyer
2019-12-22Use Iterator::flatten() instead of ::flat_map()Matthias 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 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-22Simplify assignmentMatthias Beyer
2019-12-22Remove unused Error::from() callMatthias Beyer
2019-12-22Remove not needed into_iter() callMatthias Beyer
2019-12-22Rewrite filter_map() as simple filter()Matthias Beyer
2019-12-22Remove not needed static lifetimeMatthias Beyer
2019-12-22Remove not needed return keywordsMatthias Beyer
2019-11-10Fix: Do not call exit(), but propagate errorMatthias Beyer
2019-10-27Transform imag-calendar to not call exit() but propagate errors to main()Matthias Beyer
2019-10-27Fix indentionMatthias Beyer
2019-10-26imag-calendar: implement ImagApplication & add CLI completionLeon Schuermann
2019-10-11Implement show subcommandMatthias Beyer
2019-10-11Make helper type derive DebugMatthias Beyer
2019-10-11Add argument to only list events after a certain dateMatthias Beyer
2019-10-11Add argument to only list events before a certain dateMatthias Beyer
2019-10-11Add helper function to parse string with kairosMatthias Beyer
2019-10-11Rewrite helper to be less complicatedMatthias Beyer
2019-10-11Refactor to use new helper functionMatthias Beyer
2019-10-11Add filtering for past eventsMatthias Beyer
2019-10-11Enhance listing functionality with handlebars templatingMatthias Beyer
2019-10-11Add basic listing functionalityMatthias Beyer
2019-10-11Add example ref configuration for calendarMatthias Beyer
2019-10-11Add imag-calendarMatthias Beyer