summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
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
2018-12-22add toml and serde depsVincent Breitmoser
2018-12-16select from index (wip)Nora
2018-12-16add simple khaleesi grepVincent Breitmoser
2018-12-15rename select to listNora
2018-12-05use libical-sys crate from crates.ioVincent Breitmoser
2018-11-30implement Trait bucketable for IcalVEvent and IcalVCalendar, use is in index ...Nora
2018-11-24unrollNora