summaryrefslogtreecommitdiffstats
path: root/src/selectors
AgeCommit message (Expand)Author
2019-04-28replace import chrono::* with chorno::prelude::*Nora
2019-04-28selectors: rustfmtNora
2019-03-11cleanupNora
2019-03-11make khevent.event privateNora
2019-03-09working kheventNora
2019-03-09start extracting kheventNora
2019-02-05move to Rust Edition 2018Nora
2019-02-05khagenda: allow selectionsVincent Breitmoser
2019-01-28ci: filter integration and unit tests by module nameVincent Breitmoser
2019-01-23use IcalTime instead of chrono times for most time operationsVincent Breitmoser
2019-01-19pass args around as &str instead of StringVincent Breitmoser
2019-01-12receive &Path instead of PathBuf in from_strVincent Breitmoser
2019-01-11grep: move tests to submoduleNora
2019-01-11selectors/grep: add remaining testNora
2019-01-11fix test errors introduced by splitting off misc utilsNora
2019-01-11remove warningsNora
2019-01-11split off misc from fileutilsNora
2019-01-09create module utilsNora
2019-01-05use while letNora
2019-01-04icalwrap: improve testsVincent Breitmoser
2019-01-04selectors: add some testsVincent Breitmoser
2019-01-04selectors: re-add range selectorVincent Breitmoser
2019-01-04selectors: collect filters dynamicallyVincent Breitmoser
2019-01-04selectors: slightly refactor term parsing, add prop termVincent Breitmoser
2019-01-03remove unneede return statementsNora
2019-01-02fix some clippy warningsVincent Breitmoser
2019-01-02select from multiple calendarsNora
2019-01-02update usage hint for selectorsNora
2018-12-31make grep search in locationNora
2018-12-31selectors: split into module, add grep selectorVincent Breitmoser