summaryrefslogtreecommitdiffstats
path: root/src/actions/index/action.rs
AgeCommit message (Expand)Author
2019-06-09follow symlinks in all file accessesNora
2019-02-26move argument structs to the action modulesNora
2019-02-25index: fix testNora
2019-02-25rename command argument structs for clarityNora
2019-02-24fix testsNora
2019-02-24make index work againNora
2019-02-24make index workNora
2019-02-05move to Rust Edition 2018Nora
2019-01-28ci: filter integration and unit tests by module nameVincent Breitmoser
2019-01-19pass args around as &str instead of StringVincent Breitmoser
2019-01-18introduce KhResult for nicer error handlingVincent Breitmoser
2019-01-14clippy: useless use of format!Nora
2019-01-13move index integration test to actionVincent Breitmoser
2019-01-13move logic from bin/khaleesi.rs into actionsVincent Breitmoser
2019-01-12index: move index.rs to action.rsVincent Breitmoser