You can check the latest version to release page
deleting character that's match to every filename in a folder.
if you have:
file-01.pdf
file-02.pdf
file-03.pdf
fill the delete
input field with file
, then you will have result as follows:
-01.pdf
-02.pdf
-03.pdf
replace character to any character you want to replace. if you have:
file-01.pdf
file-02.pdf
file-03.pdf
fill the from
input field with file
, and to
with goodbooks
, then you will have result as follows:
goodbooks-01.pdf
goodbooks-02.pdf
goodbooks-03.pdf
insert character to the beginning(prefix) and/or the end(suffix) of your filename.
if you have:
file-01.pdf
file-02.pdf
file-03.pdf
fill the before
input field with library-
,
and after
with collection
, then you will have result as follows:
library-file-01 collection.pdf
library-file-02 collection.pdf
library-file-03 collection.pdf
deleting any file which detected as duplicated file.
this function will detecting duplicated file just in the recent folder, when you have selecting some file as follows:
doc 01.txt
doc 01_0.txt
doc 01_1.txt
doc 01_2.txt
doc 02.txt
doc 02_0.txt
doc 02_1.txt
doc 02_2.txt
this application will specify that doc 01.txt
and doc 02.txt
will keep to your computer, and the rest as follows:
doc 01_0.txt
doc 01_1.txt
doc 01_2.txt
doc 02_0.txt
doc 02_1.txt
doc 02_2.txt
will deleted temporary to recycle bin
Do you find an error or have feature request? then let's check this repository issues
this project is developed under MIT License