Gadiguibou / stdrename

'stdrename' is a small command line utility to rename all files in a folder according to a specified naming convention (camelCase, snake_case, kebab-case, etc.).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default action

smhmd opened this issue · comments

Even though kebab-case is my preferred convention as well, I think the default action of stdrename, i.e. stdrename kebab-case . is dangerous. I almost ran it in my home directory before I backed up and tested it in a directory in /tmp. (I know it's indicated in README, but it's easily missed.) The default action could be equivalent to stdrename -h (much like git and other popular CLIs.)