summaryrefslogtreecommitdiffstats
path: root/src/actions/edit.rs
AgeCommit message (Expand)Author
2019-10-08Extract libical-sys wrapper libraryMatthias Beyer
2019-03-11cleanupNora
2019-03-10all tests passing againNora
2019-02-24structopt editNora
2019-02-05move to Rust Edition 2018Nora
2019-01-28ci: filter integration and unit tests by module nameVincent Breitmoser
2019-01-20move main function back to actions/edit.rsNora
2019-01-20edit: refactor for legibilityNora
2019-01-20introduce stdioutils, move test fixtures over thereVincent Breitmoser
2019-01-20consistently use khlines for inputVincent Breitmoser
2019-01-20replace magic stringsNora
2019-01-19pass args around as &str instead of StringVincent Breitmoser
2019-01-19add function read_single_char_from_stdinNora
2019-01-19edit: add testNora
2019-01-18edit: update stamp fields after editingNora
2019-01-18cleanupNora
2019-01-18introduce KhResult for nicer error handlingVincent Breitmoser
2019-01-17icalvcalendar: make check_for_errors return Vec<String>Nora
2019-01-16edit: finish workflow, copy tempfile back to fileNora
2019-01-16edit: backup only if neededNora
2019-01-16edit: check edited file and allow continued editNora
2019-01-14edit: split off using the editorNora
2019-01-14edit: backup file before editingNora
2019-01-13move logic from bin/khaleesi.rs into actionsVincent Breitmoser
2019-01-12make edit and copy take default input from the cursorNora
2019-01-12move actions into actions moduleVincent Breitmoser