summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-habit/src/main.rs
AgeCommit message (Expand)Author
2019-10-26imag-habit: implement ImagApplicationLeon Schuermann
2019-08-28[No-auto] bin/domain/habit: Fix Clippy warningsflip1995
2019-08-28[Auto] bin/core/habit: Fix Clippy warningsflip1995
2019-06-30Merge branch 'libimaghabit-dont-copy-comment-to-instance' into masterMatthias Beyer
2019-06-30Adapt imag-habit impl for `HabitInstance::get_comment()`Matthias Beyer
2019-06-30Add "done" marker in "list" outputMatthias Beyer
2019-02-11Fix negation errorMatthias Beyer
2019-02-11Add debug outputMatthias Beyer
2019-02-11Remove magic constants in trace_unwrap_exit/map_err_trace_exit_unwrap callsMatthias Beyer
2019-02-11Change id reporting API to return ExitCodeMatthias Beyer
2019-02-09Fix: "status" subcommand might not be presentMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-11-11Forbid unsafe code in all cratesMatthias Beyer
2018-11-09Make code more idomaticMatthias Beyer
2018-11-06Add ID reporting in imag-habitMatthias Beyer
2018-11-06Optimize implementation: Less matchesMatthias Beyer
2018-11-01Use new "ask" function interface with input/output stream paramsMatthias Beyer
2018-10-30imag-habit: Move from error-chain to failureMatthias Beyer
2018-10-06Update dependency: prettytable: 0.6 -> 0.8Matthias Beyer
2018-06-27Fix: Use unused resultMatthias Beyer
2018-05-01Refactor imag-habit to new store iterator interfaceMatthias Beyer
2018-04-04Handle unknown subcommands in binaries with Runtime::handle_unknown_subcommandMatthias Beyer
2018-03-22Use variable mutable, so we can create an instanceMatthias Beyer
2018-03-22Add parameter to show done habitsMatthias Beyer
2018-03-04Use output stream from Runtime::stdout()Matthias Beyer
2018-02-20Remove usage of libimagentrylistMatthias Beyer
2018-02-19Fix for broken pipe panicsMatthias Beyer
2018-02-18Add debug output what is about to be doneMatthias Beyer
2018-02-13Use new make_imag_version!() macro for building version stringMatthias Beyer
2018-02-10Do not print "Ok" after successful executionMatthias Beyer
2018-02-07Update dates in license headerMatthias Beyer
2018-02-01Move date <-> string conversion utility to libimagutilMatthias Beyer
2018-01-12Remove dependency "version"Matthias Beyer
2017-12-22Add functionality so we can create a habit with a due dateMatthias Beyer
2017-12-22Adapt for new API of Habit::next_instance_date()Matthias Beyer
2017-12-22Add more output in today()Matthias Beyer
2017-12-22Add future-check in CLI and fix for default command invokationMatthias Beyer
2017-12-22Add `done` functionalityMatthias Beyer
2017-12-22Impl delete()Matthias Beyer
2017-12-22Explicitely state that printing an empty table is forbiddenMatthias Beyer
2017-12-22Make "today" the default commandMatthias Beyer
2017-12-22Let "today" command list upcoming habitsMatthias Beyer
2017-12-22Add a subcommand to list habits due todayMatthias Beyer
2017-12-22Add support for listing the next date when the habit must be doneMatthias Beyer
2017-12-22Implement show()Matthias Beyer
2017-12-22Implement list()Matthias Beyer
2017-12-22Implement create()Matthias Beyer
2017-12-22Import crate for imag-habitMatthias Beyer