Skip to content

marcelothebuilder/wiigc-folder-organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to wiigc-folder-organizer 👋

Version License: GPLv3 Twitter: marcelopaixaor

Rename folders adding titleid

HIGHLY UNTESTED!

use at your own risk, done in less than two hours without tests and error handling

Objective

Turn this:

marcelo@marcelo-notebook:/media/marcelo/GameCube$ tree
.
├── 1080° avalanche
│   └── blablaba.iso
├── alien hominid
│   └── wrongname.iso
├── animal crossing
│   └── qdqww.iso
├── baten kaitos! eternal wings and the lost ocean
│   ├── disc2.iso
│   └── game.iso
├── baten kaitos origins
│   ├── disc2.iso
│   └── game.iso
└── battalion wars
    └── shouldbenamedgame.iso

Into this:

marcelo@marcelo-notebook:/media/marcelo/GameCube$ tree
.
├── 1080° Avalanche [GTEE01]
│   └── game.iso
├── Alien Hominid [GAHEGG]
│   └── game.iso
├── Animal Crossing [GAFE01]
│   └── game.iso
├── Baten Kaitos! Eternal Wings and the Lost Ocean [GKBPAF]
│   ├── disc2.iso
│   └── game.iso
├── Baten Kaitos Origins [GK4E01]
│   ├── disc2.iso
│   └── game.iso
└── Battalion Wars [G8WE01]
    └── game.iso

For better organization with Nintendont and USB Loader GX.

Install

npm install

Usage

node index.js "<backups location>";

Run tests

npm run test

Author

👤 Marcelo Paixão Resende (marcelothebuilder)

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

Rename folders adding titleid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published