Giter Site home page Giter Site logo

dhanyn10 / multiple-file-manager Goto Github PK

View Code? Open in Web Editor NEW
46.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

multiple-file-manager's People

Contributors

anjararizenta avatar dependabot-preview[bot] avatar dependabot[bot] avatar dhanyn10 avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

multiple-file-manager's Issues

translation

translation to other languages is necessary to make this application more user friendly based on their native language

search missing file list

if you have a list of file, just like follows:

  • file 1
  • file 2
  • file 3
  • file 5

so there's a missing file from the list, it's file 4.

Next release

I just think that this program is too huge to be released for the next time. Just look at the latest release. It's about average 200mb for linux and macos. Is it okay to continue the next development? Or i need to change the program development environment? I'm now interested to creating program from python. How do you think?

delete duplicated file problem

i found a problem when running delete duplicated file. all files are deleted because there are file that very different than other in the same place(folder)

move deleted file to recycle bin

this time i'm looking for any nodejs package that can move executed file to recycle bin alongside nodejs filesystem fs.unlink() that will delete file permanently.

add toggle developer tools feature

this is feature to toggle developer tools window like vscode. There(vscode), you can use the feature from menu:
help > toggle developer tools

add file padding name numbering

this is function to create numbering padding for file when there's a lot of number of file series.
so if you have or more than 100 file list, you can make a padding number like 001 for 1 and so on.

cross platform release help

so far, i dont have enough time to learn about tools like docker to test my application become cross platform for the next release. I need some help from other people that can do this. Thanks.

issue in selecting the folder.

the path is not displayed on the app even after selecting the directory.
same happens with the sample app I have tried with the help of a book- 'Electron- beginner to pro'.
Please help.
Screenshot from 2019-12-31 10-27-54

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.