brename icon indicating copy to clipboard operation
brename copied to clipboard

A practical cross-platform command-line tool for safely batch renaming files/directories via regular expression

Results 10 brename issues
Sort by recently updated
recently updated
newest added

If renamed files are in the git repository, run ```git mv``` instead of just ```mv```. ```brename``` can auto-detect that (1) the ```git``` program is present (2) directory is inside of...

1. Saving renaming details of the **LAST** successful operation into current path, like `.brename_detail.txt`. 1. We may not use `\t` as the delimiter cause it's legal in path name, `_shenwei356-brename_`...

new feature

First off, thank you so much for creating this tool! It's been a super useful introduction to my CLI toolset that has made working with huge numbers of files so...

For example , I'd like to find broken files in a HDD.

I have a USB SSD drive. I'm a folder in it similar to: ```/Volumes/SD-250G-SSD/MyProject/MyFolder/MySubFolder/AndSubSubFolder```. brename commands don't work within it - it just doesn't match the patterns. If I copy...

Add an optional flag for resolving symlinks. Ref: http://stackoverflow.com/questions/18062026/resolve-symlinks-in-go

enhancement

The error occurs on Synology DSM 7 x86 often when I scan a folder with bunch of files: fatal error: runtime: out of memory runtime stack: runtime.throw({0x836229?, 0x0?}) /usr/local/go/src/runtime/panic.go:1047 +0x5d...

Tried to rename some french files with UTF-8 chars in it (`û`) and it seems it does not even match. ![image](https://user-images.githubusercontent.com/2778741/210133926-4de52248-8bc9-4fa0-9aa3-914dd02f6a9f.png)

Hi there. I was playing around with this and i can't find a way to select just the desidered matches only. Let me make some examples about this: 1. Filename01_description_01...

Can we ask user to perform rename after a dry run? ```bash $ brename -d -p 386 -r amd64 Searching for paths to rename... [OK] brename_linux_386.tar.gz -> brename_linux_amd64.tar.gz [OK] brename_windows_386.exe.tar.gz...