Releases: shenwei356/brename
Releases · shenwei356/brename
brename v2.14.0
Changes
- v2.14.0
- setting default value of
-v/--verbose
as 2, which makes the output more concise. #31
- output format changed.
- new flag
-E/--ignore-err
to skip directory reading errs.
- setting default value of
brename v2.13.0
Changes
- v2.13.0
- new flag
-w/--case-insensitive-path
, for correctly checking file overwrites in file systems like NTFS (most on Windows). It's automatically switched on Windows. #28. - new flag
-W/--case-sensitive-path
, for disabling-w/--case-insensitive-path
on Windows where the-w
is switched on by default. - show more main options in log.
- reports an error when the new path ends with spaces or periods. #28
- new flag
brename v2.12.0
changelog
- v2.12.0
- new flag
-S/--skip-filters
, its default value^\.
is for skipping paths starting with.
. - new flag
-x, --disable-undo
: do not create .brename_detail.txt file for undo. #8 - new flag
--clear
: remove all .brename_detail.txt files, you may need to add-R/--recursive
to recursively clear all files in the given path.
- new flag
brename v2.11.1
Changelog
- v2.11.1
- fix bug of forgetting renaming the given root directories. #21
brename v2.11.0
Changs
- v2.11.0
- new flag
-N/--nature-sort
for listing path in nature sort.
- new flag
brename v2.10.1
Changes:
- new flag
--quiet
for hiding information and warnings.
brename v2.10.0
Changes
- print main options, including
ignore case
,search pattern
,include filters
,exclude filters
, andsearch paths
. - show warning inappropriate value of
-f/--include-filters
and-F/--exclude-filters
. - fix bug of forgotten filter given files using
-f
and-F
.
brename v2.9.0
Changes
- add flag
-s/--list-sep
to set separator for list of found paths.
brename v2.8.1
Changes
- matching directories when using flag
--only-dir
or-D/--including-dir
.
brename v2.8.0
Changes
- handle files and then dirs in a directory.
- ignore files matched with pattern but not found in kv files when using
{kv}
. - add flag
--max-depth
to limit search depth. - add falg
--only-dir
to only handle directories.