summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-01-19dateutil: add datetime_from_strNora
2019-01-19errors: add From<chrono::ParseError>Nora
2019-01-19introduce IcalTime typeVincent Breitmoser
2019-01-19config: more testingVincent Breitmoser
2019-01-19config: add testsVincent Breitmoser
2019-01-19pass args around as &str instead of StringVincent Breitmoser
2019-01-19put early and unused cal/dbg methods into archiveVincent Breitmoser
2019-01-19use io::ResultNora
2019-01-19make clippy happyNora
2019-01-19backup: use io::ResultNora
2019-01-19fileutil and khline: use io::ResultsNora
2019-01-19add function read_single_char_from_stdinNora
2019-01-19introduce custom error type for nicer backtracesVincent Breitmoser
2019-01-19edit: add testNora
2019-01-18edit: update stamp fields after editingNora
2019-01-18cleanupNora
2019-01-18icalvcalendar: use dateutil::now in with_dtstamp_nowNora
2019-01-18icalvcalendar: add property last-modified if it does not existNora
2019-01-18dateutil: add testable now() functionNora
2019-01-18move remove_property to icalcomponentNora
2019-01-18introduce KhResult for nicer error handlingVincent Breitmoser
2019-01-17icalcomponent: add test for LAST-MODIFIED propertyNora
2019-01-17icalvcalendar: make check_for_errors return Vec<String>Nora
2019-01-17get/calendars: don't depend on filesystem orderVincent Breitmoser
2019-01-17add "get" actionVincent Breitmoser
2019-01-16agenda: test stdoutVincent Breitmoser
2019-01-16tests: add "khprintln!" macro to check stdout in testsVincent Breitmoser
2019-01-16clippy: fix unneeded return statementNora
2019-01-16clippy: fix useless use of format!Nora
2019-01-16show: fix after path changeNora
2019-01-16edit: finish workflow, copy tempfile back to fileNora
2019-01-16icalvcalendar: cosmetic changesNora
2019-01-16edit: backup only if neededNora
2019-01-16icalwrap: improve output of checkerNora
2019-01-16edit: check edited file and allow continued editNora
2019-01-15fileutil: add test for read_single_charNora
2019-01-15fileutil: add read_single_char functionNora
2019-01-15use tempfile crate outside of testNora
2019-01-15icalvcalendar: make check_for_errors return Option<String>Nora
2019-01-14edit: split off using the editorNora
2019-01-14icalvcalendar: refactor checking, add safe methodNora
2019-01-14clippy: remove match on booleanNora
2019-01-14copy: cosmetic cleanupNora
2019-01-14input: remove unneeded return statementNora
2019-01-14clippy: useless use of format!Nora
2019-01-14edit: backup file before editingNora
2019-01-13icalwrap: slight update to is_recur_validVincent Breitmoser
2019-01-13backup: remove warningsNora
2019-01-13backup: actually copy fileNora
2019-01-13icalwrap: add is_recur_valid methodVincent Breitmoser