Skip to content

v0.1-2

Latest
Compare
Choose a tag to compare
@Lessica Lessica released this 28 Feb 18:16
· 11 commits to master since this release

Built for macOS 10.13 and above, jailbroken iOS 12.0 and above.

Usage

Usage: CookiesTool [OPTIONS]... [FILE]...
Convert between Apple BinaryCookies, EditThisCookie (JSON) and Netscape HTTP Cookie File.

Command options are (-l is the default):
  -h | --help               show this message and exit
  -l | --lint               check the cookies file for syntax errors
  -c | --convert FORMAT     rewrite cookies file in format
  -o | --output PATH        specify file path name for result;
                            the -o option is used with -c, and is only useful
                            with one file argument;
  -r | --readable           if writing JSON, output in human-readable form

FORMAT is one of: binarycookies plist xml json edit-this-cookie netscape