Skip to content

Commit

Permalink
v0.5.0 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Nov 19, 2022
1 parent 1eabc48 commit 4b9726c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
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

0 comments on commit 4b9726c

Please sign in to comment.