summaryrefslogtreecommitdiffstats
path: root/src/actions/copy.rs
AgeCommit message (Expand)Author
2019-10-08Extract libical-sys wrapper libraryMatthias Beyer
2019-02-24fix testsNora
2019-02-24structopt: copyNora
2019-02-05move to Rust Edition 2018Nora
2019-01-28ci: filter integration and unit tests by module nameVincent Breitmoser
2019-01-22copy: also test contentNora
2019-01-22copy: add testNora
2019-01-20consistently use khlines for inputVincent Breitmoser
2019-01-19pass args around as &str instead of StringVincent Breitmoser
2019-01-18introduce KhResult for nicer error handlingVincent Breitmoser
2019-01-14copy: cosmetic cleanupNora
2019-01-13move logic from bin/khaleesi.rs into actionsVincent Breitmoser
2019-01-12copy: make copy_internal return a ResultNora
2019-01-12copy: add testNora
2019-01-12make edit and copy take default input from the cursorNora
2019-01-12khline: improve trait structureVincent Breitmoser
2019-01-12implement parsing of khlines and conversion to instancesVincent Breitmoser
2019-01-12introduce KhLine struct for khaleesi linesVincent Breitmoser
2019-01-12move actions into actions moduleVincent Breitmoser