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

Global config

smhmd opened this issue · comments

A global ignore file (~/.config/stdrename/ignore) would be great.

Sounds easy enough to implement with the current config crate. Will take a look at that tomorrow.

I've created a new branch to work on that one since it seems to be more complex than I thought. If you want you can make a pull request to accelerate that process a bit. I only work on this project as a past-time right now.

Sadly, I'm not a Rust developer. Unless you want the PR in three months.

No worries then it'll be ready in due time. You can switch to the add-global-config branch to get the Unix implementation in its current state.