nathan-sain / foundry-world-tools

A Python CLI for managing Foundry VTT assets on the file system
MIT License
10 stars 5 forks source link

Support replace operations in the renameall command #2

Closed nathan-sain closed 3 years ago

nathan-sain commented 3 years ago

When bulk renaming files replacing portions of the path with new characters is often needed. For example a directory named ice_wizard needs to be named ice-wizard. This rename cannot be accomplished by removing characters based on pattern matching.

nathan-sain commented 3 years ago

this is working now