Skip to content

azzra/romset-cleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status Code Climate Go Report Card gocover

Romset Cleaner

Move your selected roms from all the romset.

From

./
	Double Dragon (UE).zip
	Double Dragon (USA) (Beta 1).zip
	Double Dragon (Prototype).zip

To

./
	Double Dragon (USA) (Beta 1).zip
	Double Dragon (Prototype).zip
./moved
	Double Dragon (UE).zip

Usage

-dest_dir string
    The destination directory where the roms will be moved in, "{rom_dir}/moved" if empty.

-dry_run
    Print what will moved. (default true)

-keep_one
    Move the file if it's the only one of its kind.

-keeped string
    The attributes you want to keep, in comma separated format. (default "french,france,fr,europe,eur,eu,english,en,eng,uk,word,usa,us")

-rom_dir string
    The directory containing the roms file to process. (default ".")

Local Build and Test

You can use go get command:

go get github.com/azzra/romset-cleaner

Testing:

go test github.com/azzra/romset-cleaner/...
# or
go test -tags noasm -coverprofile=coverage.out  -v ./...  

About

An emulator romset cleaner written in Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages