~siborgium/dumbme

5f38e007901483c2f96a98742f97b25f7d3cef5f — Sergey Smirnykh 3 years ago c455fe3
add readme
1 files changed, 10 insertions(+), 0 deletions(-)

A README.md
A README.md => README.md +10 -0
@@ 0,0 1,10 @@
# dumb [rena]me

Simple & interactive `rename` wrapper I use. It runs $EDITOR on stdin contents and calls `rename(old_line, new_line)` when you're done editing. Unchanged lines are ignored, adding/removing lines outputs an error. Multiline filenames are not supported.

Examples:

```shell
ls * | dumbme
find . -name '*png' | dumbme
```