The original post: /r/linux by /u/BlackTortellino on 2024-10-12 12:44:52.
Yesterday I was doing some file cleaning in my Debian Bookworm, when I realized that many downloaded file and folder names contained uppercase characters and spaces. So, to not waste time renaming them all, I tried to find a specific tool for the job that I needed, but NOTHING. So I decided to do it the old fashioned way as always: create it myself. Between one line of code and another, I finally managed to create this tool in Shell Script, capable, at least in the first (current) version, of renaming files chosen by the user in lowercase. This is how Nameo was born, my tool created by and for Linux users around the world. Let me know what you think and… a little follow on my github account would be super appreciated!
GitHub: https://github.com/Rob1c
Nameo Tool: https://github.com/Rob1c/Nameo