Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.5.0 #176

Merged
merged 1 commit into from
Nov 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Here is the full `igir --help` message which shows all available options and a n
| $$ | $$ __\$$ | $$ | $$__| $$
| $$ | $$| \ | $$ | $$ $$ ROM collection manager
| $$ | $$ \$$$$ | $$ | $$$$$$$\
_| $$_ | $$__| $$ _| $$_ | $$ | $$ v0.4.0
_| $$_ | $$__| $$ _| $$_ | $$ | $$ v0.5.0
| $$ \ \$$ $$| $$ \| $$ | $$
\$$$$$$ \$$$$$$ \$$$$$$ \$$ \$$

Expand All @@ -103,6 +103,8 @@ Path options (inputs support globbing):
-i, --input Path(s) to ROM files or archives, these files will not be modified
[array] [required]
-I, --input-exclude Path(s) to ROM files to exclude [array]
-p, --patch Path(s) to ROM patch files or archives (supported: .bps, .ips, .ppf, .ups)
[array]
-o, --output Path to the ROM output directory [string]

Input options:
Expand Down Expand Up @@ -158,7 +160,7 @@ Priority options:
[boolean]

Help options:
-v, --verbose Enable verbose logging, can specify twice (-vv) [count]
-v, --verbose Enable verbose logging, can specify up to three times (-vvv) [count]
-h, --help Show help [boolean]

Examples:
Expand All @@ -179,9 +181,11 @@ Examples:
igir copy test --dat *.dat --input ROMs/ --output /media/SDCard/ROMs/ --dir-dat-name --dir-
letter

Create patched copies of ROMs in an existing collection:
igir copy --input ROMs/ --patch Patches/ --output ROMs/

Make a copy of SNES ROMs without the SMC header that isn't supported by some emulators:
igir copy --dat *.dat --input **/*.smc --output Headerless/ --dir-mirror --remove-headers .
smc
igir copy --input **/*.smc --output Headerless/ --dir-mirror --remove-headers .smc
```

## How do I obtain ROMs?
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "igir",
"version": "0.4.0",
"version": "0.5.0",
"description": "A ROM collection manager designed to make one game, one rom (1G1R) sets.",
"keywords": [
"1g1r",
Expand Down