Giter Site home page Giter Site logo

dhanyn10 / multiple-file-manager Goto Github PK

View Code? Open in Web Editor NEW
47.0 6.0 13.0 1.95 MB

File management application. You can bulk rename or deleting your files at the same time, with certain condition. Available for windows and linux

License: MIT License

HTML 1.75% JavaScript 43.75% Vue 54.49%
electron file file-management

multiple-file-manager's Introduction

Multiple File Manager

devDependencies Status dependencies Status version

Download

You can check the latest version to release page

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.pdf  

fill 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.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 :

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    

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.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

Contribution

Do you find an error or have feature request? then let's check this repository issues

License

this project is developed under MIT License

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.