We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we ask user to perform rename after a dry run?
$ 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 -> brename_windows_amd64.exe.tar.gz 2 path(s) to be renamed, perform rename? [y/N]:
Hit y to rename, n is default so hit enter to dismiss. So we don't have to re-run another brename command again.
y
n
enter
Actually, I think a rename preview like this before renaming should be a default behaviour, and can be muted with something like -q,--quiet flag.
-q
--quiet
The text was updated successfully, but these errors were encountered:
try https://github.com/ayoisaiah/f2 , it acts like that.
Sorry, something went wrong.
No branches or pull requests
Can we ask user to perform rename after a dry run?
Hit
y
to rename,n
is default so hitenter
to dismiss.So we don't have to re-run another brename command again.
Actually, I think a rename preview like this before renaming should be a default behaviour,
and can be muted with something like
-q
,--quiet
flag.The text was updated successfully, but these errors were encountered: