summaryrefslogtreecommitdiffstats
path: root/src/commands/file_ops.rs
AgeCommit message (Expand)Author
2023-09-07rename some typesJeff Zhao
2023-08-12add trash support via command line tools instead of libraryJeff Zhao
2023-08-12added all_selected field in CopyFilePath (#391)Uros
2022-11-23cargo clippyJeff Zhao
2022-09-03add symlink relativeJeff Zhao
2022-08-01add `symlink_files` commandJeff Zhao
2022-07-18asynchronize delete operationJeff Zhao
2022-05-03add pbcopy to support macos file ops (#166)Ting Zhou
2022-04-17code cleanupJeff Zhao
2022-04-17track child processes and properly close them when completeJeff Zhao
2022-04-09selected files now indented like rangerJeff Zhao
2022-02-24Fix clippy warnings (#144)sushi-shi
2021-09-25rename copy_dirname to copy_dirpathJeff Zhao
2021-07-13Add copying filename without extension (#83)Noah Too
2021-07-11Fix: spaces being trimmed when copying files/paths (#82)Noah Too
2021-05-19fix cuts not displaying proper valuesJeff Zhao
2021-05-16renamed CopyDir to CopyDirNamemakeefu
2021-05-15modified: src/commands/file_ops.rsmakeefu
2021-05-06move worker stuff to its own context structJeff Zhao
2021-05-06change pwd to cwdJeff Zhao
2021-05-02rework error typesJeff Zhao
2021-04-29rename some structs that start with Joshuto to AppJeff Zhao
2021-04-16code cleanupJeff Zhao
2021-02-09move files around, code clean upJeff Zhao
2021-02-02cargo fmtJeff Zhao
2021-02-02remove clipboard dependencies and utilize commands insteadJeff Zhao
2021-01-31code cleanupJeff Zhao
2021-01-24add optional clipboard supportJeff Zhao
2020-11-02stop using debug print for termion keyJiayi Zhao
2020-09-19Change command to use an enum instead of polymorphismJiayi Zhao