Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2022
549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. Dark theme
  2. (in case of collision) "overwrite destination only if bigger"
  3. overwrite (but if destination file different (size or date) then save destination original in collision/path/to/file)
  4.  
  5. crashing if destination doesn't have enough space (?)
  6.  
  7. Destination does not have enough space (it does if you counted the overwrites)
  8. "replace the default copy and move system"
  9.  
  10. No, don't change the default action but ADD alternative to copy/move
  11. Perform copy/move with multiple thread (a configurable number of threads, let's say 8 threads by default or half the number of cores in the cpu ?)
  12.  
  13. Add a performance graph (configurable, but show speed vs time by default)
  14.  
  15. The file operation 'playlist" should be sortable. In particular I want to sort operation in order of file size (do all the smallest files first)
  16.  
  17. Check and ASK all the questions you have to ask first. If you have any questions, then place those file operations to the bottom of the list and do files you can do without asking questions. That way the transfer does not stop
  18.  
  19. On top of the copy/move options there should be a compare. This should produce a list of the files from the sources that are not already in the destination. This list could then be loaded as the operations list
  20.  
  21. Clicking "more" should not resize the ultracopier window width
  22.  
  23. If you choose skip in case of file collision, at the end of the transfer operation, you should be left with a complete list of all the skipped files
  24.  
  25. right clicking the ultracopier systray icon, should (have more options)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement