summaryrefslogtreecommitdiffstats
path: root/src/copy_move.rs
AgeCommit message (Expand)Author
2023-11-13Fix small bugs. Refactor. Remove .display().to_string()v0.1.24-devqkzk
2023-11-01use macro to log lineqkzk
2023-10-27use arc clone when cloning termqkzk
2023-10-25improve previewing: drop tmp files, preview office files as images, empty pre...qkzk
2023-10-18FIX sending `Event::User(())` events from refresher hangs skim. Use `Event(Ke...v0.1.23-dev-second-pane-followqkzk
2023-10-15Use a ConflictHandler struct to deal with conflicting filenames while copying...qkzk
2023-10-15Don't block main thread when copying with filename conflictqkzk
2023-10-15FIX: copy / move while existing file already exist use another nameqkzk
2023-10-08refactor copy move. CopyOrMove is responsible for the setupqkzk
2023-09-26use memory to read & write last action log lineqkzk
2023-09-24refactor copy_move (a little bit). Use const instead of static for &strqkzk
2023-09-15FIX: copying 0 bytes may cause division by 0 in progress bar thread.qkzk
2023-04-06use &[] instead of &vec in execute in childqkzk
2023-03-11replace FmError & FmResult by anyhowqkzk
2023-03-08action log every file tree modification. Display the logs with Alt+l.qkzk
2023-02-18use notify send to lower binary sizeqkzk
2022-12-30use &str more oftenqkzk
2022-12-26trash respecting xdg specs, mostly doneqkzk
2022-12-16refactor, use &str when possibleqkzk
2022-12-15documentationqkzk
2022-12-02no icon in notification. IDK how to install them...notif_copyqkzk
2022-12-01simplify copy / moveqkzk
2022-12-01simple notification after move/copy of fileqkzk
2022-10-29copy stylecopy_progressqkzk
2022-10-29copy stykeqkzk
2022-10-29refresh view when copy/move finish. Style for progressbarqkzk
2022-10-29copy in thread, display progress async. Hacky :(qkzk
2022-10-29only progress is shown, 100% bar :(qkzk
2022-10-29bugfixes. Progress bar doesn't work anymoreqkzk
2022-10-29refactor copy/moveqkzk
2022-10-28allow filter edition. Copy/Move with progresqkzk