summaryrefslogtreecommitdiffstats
path: root/src/utils/fileutil.rs
AgeCommit message (Expand)Author
2019-12-20Remove dead codeMatthias Beyer
2019-10-08Minor cleanups: Remove unused stuffMatthias Beyer
2019-10-08Run cargo fmtMatthias Beyer
2019-10-08Extract libical-sys wrapper libraryMatthias Beyer
2019-06-09follow symlinks in all file accessesNora
2019-02-05move to Rust Edition 2018Nora
2019-02-03cleanup cursor moveNora
2019-02-02ad khcursor prevNora
2019-01-20introduce stdioutils, move test fixtures over thereVincent Breitmoser
2019-01-20introcue stdin buffer for testsVincent Breitmoser
2019-01-20drop two unused methods from fileutilVincent Breitmoser
2019-01-19fileutil and khline: use io::ResultsNora
2019-01-19add function read_single_char_from_stdinNora
2019-01-19edit: add testNora
2019-01-17add "get" actionVincent Breitmoser
2019-01-16edit: check edited file and allow continued editNora
2019-01-15fileutil: add test for read_single_charNora
2019-01-15fileutil: add read_single_char functionNora
2019-01-12make edit and copy take default input from the cursorNora
2019-01-12move broken test for khlineVincent Breitmoser
2019-01-12fix rebase errorNora
2019-01-12implement parsing of khlines and conversion to instancesVincent Breitmoser
2019-01-12fileutil: add test for read_khaleesi_lineNora
2019-01-12unroll: use read_khaleesi_lineNora
2019-01-12utils: move datetime_from_timestamp to dateutilsVincent Breitmoser
2019-01-12clean up prettyprint and fileutilVincent Breitmoser
2019-01-12fileutil: remove unused functionVincent Breitmoser
2019-01-12receive &Path instead of PathBuf in from_strVincent Breitmoser
2019-01-11fix test errors introduced by splitting off misc utilsNora
2019-01-11split off misc from fileutilsNora
2019-01-11index: reindex only files modified after last refresh (by default)Vincent Breitmoser
2019-01-09create module utilsNora