Re: DirDiffVim for folders, but files are missed?

2024-01-02 Thread K otgc
Thanks, I actually did use Meld, great GUI. However, the sorting process needs digital automation. Manually moving 1000's of files on several accounts is too slow and I haven't figured out how Meld could do that? On Wednesday 3 January 2024 at 05:30:06 UTC+10 meine wrote: > On Mon, Jan 01, 2024

Re: Function to find all matches in a string?

2024-01-02 Thread Arun
On Saturday, December 23, 2023 at 2:35:52 PM UTC-8 Tim Chase wrote: I was looking for something similar to Python's re.findall()/finditer() function to answer a question on Reddit[1] but was surprised I couldn't find anything in :help function-list The general intent would be to take an inpu

Re: DirDiffVim for folders, but files are missed?

2024-01-02 Thread 'meine' via vim_use
On Mon, Jan 01, 2024 at 07:03:31AM -0800, 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" -> sel

Re: DirDiffVim for folders, but files are missed?

2024-01-02 Thread K otgc
Here's my plan for ProjectGooglePhotosCleanUpDownloads: *Process1*: copying and pasting 241 (TakeoutAlbumYears/Google Photos/Photos from ) +12 (TakeoutAlbumsMade/Google Photos/VariousNamedDirectoriesIMade) directories; *Process2*: sorting duplicate files in a Main directory; *Process3*: copyi

Re: Building a Reactive Library from Scratch in Vim 9 Script

2024-01-02 Thread BPJ
Whatever happened to "as effective as possible with as little code as possible"? ;-D (Yeah I know. I don't either. Type checking library, anybody? No bonus points for guessing which language I'm using!) -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your repl