summaryrefslogtreecommitdiffstats
path: root/src/io
AgeCommit message (Collapse)Author
2020-03-16better error handling for threadsJiayi Zhao
- code cleanup
2020-03-14make sure to reload src and dest dirlists after a io operation completesJiayi Zhao
2020-02-09rework input thread and file operationsJiayi Zhao
- no longer depend on fs_extra for copy/paste files - in house solution preserves permissions - ioworkers are now queued, no more parallel io tasks - input thread now listens for ioworker threads as well - cargo fmt
2019-06-23rename io to fsJiayi Zhao
2019-06-05get_selected_paths now returns just a vec rather an optionJiayi Zhao
- fix not being able to select the current entry
2019-06-05add support for displaying owner and group of filesJiayi Zhao
2019-06-05replace unnecessary path copying with references insteadJiayi Zhao
2019-06-05fmt, clippy and make more fields privateJiayi Zhao
2019-06-04change pub fields to private and rename structs to ioJiayi Zhao