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

Correctly handle `.` and `..` #24

Closed mtimkovich closed 3 years ago

mtimkovich commented 3 years ago

What I'm thinking of doing is if the argument is just one directory, expand it e.g:

renamer .
renamer ..
renamer src
marcusbuffett commented 3 years ago

Thanks @mtimkovich :D Closing this out