75lb / renamer

Rename files in bulk.
MIT License
529 stars 30 forks source link

--git flag? #62

Closed codfish closed 1 year ago

codfish commented 2 years ago

Thoughts on providing a --git flag (name WIP) to the cli that would run git instead of fs here? Would need to solve for elegantly running a git command in node but would be helpful.

Scenario: I have to rename a ton of files in a git repo but i need to use git mv so i don't lose history.

I would be open to building this, just wanted to get initial thoughts and if it sounds like something you would like to add, any suggestions/requirements come to mind?

75lb commented 1 year ago

Marking this is a dupe of #58. Yes, we need this feature.. Suggestions welcome as to how you would like/expect it to be solved..