75lb / renamer

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

Any way to undo? #23

Closed linck5 closed 7 years ago

linck5 commented 7 years ago

First I want to congratulate this package. Really simple and powerful.

But is there any way to undo your previous command? It would be very convenient.

75lb commented 7 years ago

currently, there is no way to undo a rename operation.. Best practise is to always use --dry-run first, before making any permanent change.

linck5 commented 7 years ago

oh, sorry I didn't notice that this command existed. That pretty much can achieve the same goal. Thank you for the reply.