Not that I know. I use both.
Then there's always useradd and adduser. Much clearer, right?
Some examples,
Code:
2024-Olympics-M_3m_Prel-str1080.mkv
2024-Olympics-M_3m_SF-str1080.mkv
2024-Olympics-M_3m_Fin-str1080.mkv
2024-Olympics-M_3m_Sync_Fin-str1080.mkv
The media parsers probably don't care, but my brain doesn't see _ like it sees -. I do the same for TV and ripped movies, just with the {Title}-{year}-{episode}-{source}.mkv
As for select/paste, X/Windows doesn't seem to care. Or perhaps it is my terminal? Doube-click grabs the word (spaces denote a word), triple-click grabs the entire line. Both put them into the X/buffer. I don't use addon "clipboards". No need. They just get in the way. No need for "copy" using keyboard or menus either. Why do things the slow way?
If a Title has a '-' in it, I convert that to an '_' for consistency.
For scripts, it is really 50/50 each way. Don't know why? I almost never make a script with uppercase unless the purpose of the script is related to something commonly using uppercase.
Code:
NASA-KSC-audio
NTFS-250G-Format
The NASA-KSC audio script was created about a decade ago. The NTFS-250G-Format script was created about 4 yrs ago after I got tied of looking up in my vimwiki how to do it. Scripts where my wiki for decades before I got hooked onto vimwiki. I have lots of README files in my ~/bin/ and in specific directories as reminders. They aren't just "README" since those are for packages, but I add other descriptive characters to the filename so I know it is something I've written.
Being able to find the file I need later is what my names are all about. Normally, I use locate -ir for that.