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

Convert stdin to stdout

smhmd opened this issue · comments

Consider the use of stdrename to convert stdin:

$ echo 'TEXT' | stdrename -k -
text

I'd use this to convert things in clipboard.

Sorry for the delay. I'm back to school so I have very little time to work on side projects atm. This shouldn't take too long to implement though so I'll make sure to tackle it as soon as I can.