summaryrefslogtreecommitdiffstats
path: root/src/edit.rs
AgeCommit message (Expand)Author
2019-02-05move to Rust Edition 2018Nora
2019-01-20move main function back to actions/edit.rsNora
2019-01-20edit: refactor for legibilityNora
2019-01-12move actions into actions moduleVincent Breitmoser
2019-01-12utils: move datetime_from_timestamp to dateutilsVincent Breitmoser
2019-01-11split off misc from fileutilsNora
2019-01-09create module utilsNora
2019-01-03do not use expect with a functionNora
2019-01-03replace e.g. unwrap_or with unwrap_or_else, where required by clippyNora
2018-12-29order use statements alphabeticallyNora
2018-12-29use EDITOR environment variable for editNora
2018-12-28make kedit work with piped inputNora
2018-12-28deduplicate file before editingNora
2018-12-28add action edit, simply open vim for all sequence elementsNora