Here's my plan for ProjectGooglePhotosCleanUpDownloads: *Process1*: copying and pasting 241 (TakeoutAlbumYears/Google Photos/Photos from YYYY) +12 (TakeoutAlbumsMade/Google Photos/VariousNamedDirectoriesIMade) directories; *Process2*: sorting duplicate files in a Main directory; *Process3*: copying non duplicate files to a new directory TakeoutAlbumsMade/Google Photos/VariousNamedDirectoriesIMade/PhotosNotInAlbums.
Any suggestions on which software robably (Vim, Vimdiff or Vim-dirdiff) and commands to use please? On Tuesday 2 January 2024 at 01:58:36 UTC+10 K otgc wrote: > Hello, > I have Google Photos downloaded and I'm trying to sort out the mess of > duplicates. > I usually use vimdiff for file content, however this needs files in > directories compared. > > Running command vim -c "DirDiff dir1 dir2" -> select Enter -> DirDiff.vim > correctly shows folders only in dir1 and dir2. > However, I need dir1's files that aren't duplicates of dir2, to move into > dir2. > How can I manage this please? > -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/d5ce90d7-89f3-4e79-8d75-823552f8e743n%40googlegroups.com.
