On Linux (e.g. Arch Linux KDE), maybe a Bash script.
2 arguments (as cp): source (file(s), folder(s)) & directory
0≤n
Copy paste source to directory
If source has the same name with directory content (file(s), folder(s)), copy paste to directory/0 to create if exists not
If source has the same name with directory/n content, copy paste to directory/n+1 to create if exists not.
I tried https://stackoverflow.com/questions/79881483/a-software-to-copy-paste-handling-same-name-by-n-folder without success...
2 arguments (as cp): source (file(s), folder(s)) & directory
0≤n
Copy paste source to directory
If source has the same name with directory content (file(s), folder(s)), copy paste to directory/0 to create if exists not
If source has the same name with directory/n content, copy paste to directory/n+1 to create if exists not.
I tried https://stackoverflow.com/questions/79881483/a-software-to-copy-paste-handling-same-name-by-n-folder without success...