-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## ipa_renamer | ||
|
||
A command line tool for renaming your ipa files quickly and easily. | ||
|
||
### Usage | ||
```bash | ||
ipa_renamer 0.0.1 | ||
A command line tool for renaming your ipa files quickly | ||
|
||
USAGE: | ||
ipa_renamer.exe [OPTIONS] <GLOB> [TEMPLATE] | ||
|
||
ARGS: | ||
<GLOB> file path pattern to rename | ||
<TEMPLATE> Name template for the new file [default: $raw@$CFBundleIdentifier] | ||
|
||
OPTIONS: | ||
-h, --help Print help information | ||
-o, --out <OUT> The dir to save the renamed files [default: renamed] | ||
-t, --temp <TEMP> The temp dir for the extracted ipa file [default: ./temp] | ||
-V, --version Print version information | ||
``` |