A text processing CLI tool that rewrites FS paths according to a pattern.
- Reads values from standard input.
- Rewrites them according to a pattern.
- Prints results to standard output.
Input values are assumed to be FS paths, however, rew
is able to process any UTF-8 encoded text.
find -iname '*.jpeg' | rew 'img_{C}.{e|l|r:e}'
Rew is also distributed with two accompanying utilities (mvb
and cpb
) which move/copy files and directories, based on rew
output.
find -iname '*.jpeg' | rew 'img_{C}.{e|l|r:e}' -d | mvb
- 📦 Installation
- 🚀 Usage
- ✏️ Pattern
- ⌨️ Input
- 💬 Output
- 🔬 Comparison with similar tools
- 🗃 Examples
- 📈 Changelog
Rew is licensed under the MIT license.