summaryrefslogtreecommitdiffstats
path: root/src/io
AgeCommit message (Expand)Author
2024-02-27fix: escape `'` char in trash operations (#501)Azad
2023-12-18fix TableJeff Zhao
2023-09-07rename some typesJeff Zhao
2023-08-24fix clippyJeff Zhao
2023-08-12add trash support via command line tools instead of libraryJeff Zhao
2023-07-23fix typoJeff Zhao
2023-07-23fix recycle_bin feature not disabling references to trashJeff Zhao
2023-02-11add current file to file operationsJeff Zhao
2022-11-23cargo clippyJeff Zhao
2022-09-03add symlink relativeJeff Zhao
2022-08-01add `symlink_files` commandJeff Zhao
2022-08-01add delete_files with foreground optionJeff Zhao
2022-07-18fix 0 being reportedJeff Zhao
2022-07-18asynchronize delete operationJeff Zhao
2021-12-04move more logic into process_non_interactiveJeff Zhao
2021-11-27cargo clippyJeff Zhao
2021-11-18fix not being able to cut cross deviceJeff Zhao
2021-10-31cargo fmtJeff Zhao
2021-10-31fix paste overwrite erroring when creating directoriesJeff Zhao
2021-06-14fix paste overwrite not workingJeff Zhao
2021-06-09fix cut jobs not correctly reporting file transfer sizeJeff Zhao
2021-05-19fix cuts not displaying proper valuesJeff Zhao
2021-05-16format codePrince
2021-05-16remove redundant Default implementationPrince
2021-05-07add more info to io workJeff Zhao
2021-04-29rework config structureJeff Zhao
2021-04-24paste jobs now have an accurate number of items to pasteJeff Zhao
2021-04-16code cleanupJeff Zhao
2020-12-15folder view now always prefix file names with a spaceJiayi Zhao
2020-12-13code cleanup and fix path not showing when too longJiayi Zhao
2020-12-11add a view for showing worker progressJiayi Zhao
2020-11-22add support for moving parent cursorJiayi Zhao
2020-11-02stop using debug print for termion keyJiayi Zhao
2020-09-19Change command to use an enum instead of polymorphismJiayi Zhao
2020-09-04io operations now give more informationJiayi Zhao
2020-08-30make io worker msgs more friendly and informativeJiayi Zhao
2020-08-30rework and fix issuesJiayi Zhao
2020-08-29big rework and dependency updateJiayi Zhao
2020-06-06shell command now parses correctlyKamiyaa
2020-03-16better error handling for threadsJiayi Zhao
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
2019-06-23rename io to fsJiayi Zhao
2019-06-05get_selected_paths now returns just a vec rather an optionJiayi Zhao
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