marcusbuffett / pipe-rename

Rename your files using your favorite text editor
https://crates.io/crates/pipe-rename
MIT License
397 stars 12 forks source link

Add --force command line flag for skipping the existing file checks. #47

Closed mtimkovich closed 2 years ago

mtimkovich commented 2 years ago

Works well with the --assume_yes flag for skipping all the "are you sure?" checks.

marcusbuffett commented 2 years ago

Code looks good to me 👍 Seems like more of a bandaid than a real fix, but since I can't figure out why some people (#45 #46 ) encounter the nonexistent input files thing, I'm down to put it in so at least they can use it for now w/ this flag.

mtimkovich commented 2 years ago

oh I wasn't even thinking about them LOL. I made this so that my .bashrc could have alias mv='renamer -yf'