GithubHelp home page GithubHelp logo

marcrobledo / massive-file-renamer Goto Github PK

View Code? Open in Web Editor NEW
6.0 4.0 1.0 113 KB

A web app that can be used to build a batch file that will massively rename your file names

Home Page: https://www.marcrobledo.com/massive-file-renamer/

License: Other

HTML 17.37% JavaScript 59.89% CSS 22.75%

massive-file-renamer's Introduction

Massive File Renamer

A web app that can be used to build a script file that will massively rename your file names.

While developing this, the aim was to learn and to play a bit with the HTML5 File API + drag and drop features. Due to security reasons, the File API can't rename files by itself. Instead, I solved this by building a script file that includes all needed OS (Windows or UNIX) renaming commands, so the user only needs to run the script and the magic is done automatically.

It may not be the best solution, but at least it doesn't need any installation, it's multiplatform and proves the potential of web technologies :-)

Exporting file is thanks to FileSaver.js by eligrey

massive-file-renamer's People

Contributors

marcrobledo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

beingcurious

massive-file-renamer's Issues

Rename files inside multiple folders

First of all, thank you for the script! It's been super useful to me in multiple occasions.
Now, I'd like you to implement a new feature
I have a folder structure like this:

images/
├─ abc/
│ ├─ x.jpg
├─ def/
│ ├─ y.jpg
├─ hij/
│ ├─ z.jpg

I want it to look like this

images/
├─ abc/
│ ├─ folder.jpg
├─ def/
│ ├─ folder.jpg
├─ hij/
│ ├─ folder.jpg

I know you can do it... Please do it :)

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.