Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhanyn10/multiple-file-manager
File management application. You can bulk rename or deleting your files at the same time, with certain condition. Available for windows and linux
https://github.com/dhanyn10/multiple-file-manager
electron file file-management
Last synced: 3 months ago
JSON representation
File management application. You can bulk rename or deleting your files at the same time, with certain condition. Available for windows and linux
- Host: GitHub
- URL: https://github.com/dhanyn10/multiple-file-manager
- Owner: dhanyn10
- License: mit
- Created: 2018-02-18T09:12:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T00:14:26.000Z (4 months ago)
- Last Synced: 2024-07-26T20:43:55.733Z (4 months ago)
- Topics: electron, file, file-management
- Language: Vue
- Homepage:
- Size: 1.92 MB
- Stars: 47
- Watchers: 6
- Forks: 13
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome - dhanyn10/multiple-file-manager - File management application. You can bulk rename or deleting your files at the same time, with certain condition. Available for windows and linux (Vue)
README
# Multiple File Manager
[![devDependencies Status](https://david-dm.org/dhanyn10/multiple-file-manager/dev-status.svg)](https://david-dm.org/dhanyn10/multiple-file-manager?type=dev)
[![dependencies Status](https://david-dm.org/dhanyn10/multiple-file-manager/status.svg)](https://david-dm.org/dhanyn10/multiple-file-manager)
[![version](https://badge.fury.io/gh/dhanyn10%2Fmultiple-file-manager.svg)](https://badge.fury.io/gh/dhanyn10%2Fmultiple-file-manager)## Download
You can check the latest version to [release page](https://github.com/dhanyn10/multiple-file-manager/releases)## How it Work
### Rename File
#### Delete :
deleting character that's match to every filename in a folder.
if you have:file-01.pdf
file-02.pdf
file-03.pdffill the `delete` input field with `file`, then you will have result as follows:
-01.pdf
-02.pdf
-03.pdf#### Replace :
replace character to any character you want to replace.
if you have:file-01.pdf
file-02.pdf
file-03.pdffill 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 :
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.pdffill 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### Manage File
#### Delete Duplicated
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.txtthis 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.txtwill deleted temporary to recycle bin
## Contribution
Do you find an error or have feature request? then let's check this repository [issues](https://github.com/dhanyn10/multiple-file-manager/issues)## License
this project is developed under [MIT License](LICENSE)