Converting Mac OS filenames to Windows #84
|
My first obsidian vault was on a mac os x. I have the vault linked to a git repo. I have recently had to start using Windows 10. When I clone the repo locally, many of the filenames are incompatible (they include semicolons or other disallowed characters). Do you know of a solution to this problem (aside from running Obsidian from WSL2 linux distro, or changing all the filenames manually on the Mac and pushing to origin? |
Answered by
tallguyjenks
Jun 25, 2021
Replies: 1 comment
|
An easy way? on mac you can install the terminal file browser ranger and use that to rename all the files using vim which would make the renaming really easy. but that's just what I would do with my skillset, yet another thing that sucks about windows |
0 replies
Answer selected by
tallguyjenks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An easy way? on mac you can install the terminal file browser ranger and use that to rename all the files using vim which would make the renaming really easy. but that's just what I would do with my skillset, yet another thing that sucks about windows