Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
honnip committed Feb 17, 2023
1 parent 535ad0f commit eae5fc5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

A cli tool for ipf archive.

Download pre-built binaries from
[Releases](https://github.com/honnip/popolion/releases)

## Features

- Extract ipf archive
Expand Down Expand Up @@ -47,8 +50,10 @@ popo extract path/to/example.ipf -x "*.png"
# also multiple patterns
popo extract example.ipf -x "*.jpg" -x "some.ipf/*"

# extract only lua files
# extract only LUA files
popo extract example.ipf -x "!*.lua"
# ..or LUA and XML files
popo extract example.ipf -x "!.{lua,xml}"
```

Never overwrite files:
Expand Down

0 comments on commit eae5fc5

Please sign in to comment.