summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2019-12-20Make utils module privateMatthias Beyer
2019-12-20Move code for testing to submoduleMatthias Beyer
2019-12-20Add crate top-level documentationMatthias Beyer
2019-10-08Minor cleanups: Remove unused stuffMatthias Beyer
2019-10-08Remove error module, as it is not usedMatthias Beyer
2019-10-08Run cargo fmtMatthias Beyer
2019-10-08Extract libical-sys wrapper libraryMatthias Beyer
2019-04-26clippy: disable redundant closure lintNora
2019-03-09start extracting kheventNora
2019-02-24cursor: show possible values in --helpNora
2019-02-24move cli to cli.rsNora
2019-02-21order alphabeticallyNora
2019-02-05remove unused importsNora
2019-02-05replace most uses of extern crate by useNora
2019-02-05use pretty_assertions for improved test outputNora
2019-01-29use $HOME instead of working dir as default in release buildsVincent Breitmoser
2019-01-22work around race conditions in libicalVincent Breitmoser
2019-01-20edit: refactor for legibilityNora
2019-01-19config: add testsVincent Breitmoser
2019-01-19introduce custom error type for nicer backtracesVincent Breitmoser
2019-01-18icalvcalendar: add property last-modified if it does not existNora
2019-01-18dateutil: add testable now() functionNora
2019-01-18introduce KhResult for nicer error handlingVincent Breitmoser
2019-01-17add "get" actionVincent Breitmoser
2019-01-16tests: add "khprintln!" macro to check stdout in testsVincent Breitmoser
2019-01-15use tempfile crate outside of testNora
2019-01-13backup: inital commitNora
2019-01-13move logic from bin/khaleesi.rs into actionsVincent Breitmoser
2019-01-12cursor: inital cursorfileNora
2019-01-12seqfile: add read_seqfile_testNora
2019-01-12split off seqfile handling from seq.rsNora
2019-01-12introduce KhLine struct for khaleesi linesVincent Breitmoser
2019-01-12move actions into actions moduleVincent Breitmoser
2019-01-12drop khaleesi sortVincent Breitmoser
2019-01-09index: write indexing time to fileVincent Breitmoser
2019-01-09create module utilsNora
2019-01-09initial modifyNora
2019-01-09index: use file lock while runningVincent Breitmoser
2019-01-05move extern crate walkdir into lib.rsVincent Breitmoser
2019-01-02use indocNora
2019-01-02initial new commandNora
2018-12-31selectors: split into module, add grep selectorVincent Breitmoser
2018-12-31use uuid crate to create a new uidNora
2018-12-30extract selectors into their own moduleVincent Breitmoser
2018-12-30initial implementation of khcopyNora
2018-12-29select: rewrite selection logic, allow selection by week, add in/on modifierVincent Breitmoser
2018-12-29order lib.rs alphabeticallyNora
2018-12-28add action edit, simply open vim for all sequence elementsNora
2018-12-23add show command that reads prints the contents of all events on stdin or seqNora
2018-12-22add prototype config to config.rsVincent Breitmoser