ptimer-cli

CLI for reading and writing Ptimer files

Ptimer CLI

This CLI application generates and extracts files from Ptimer file.

Usage

For more information, invoke the application with --help option.

$ go run . create ./foo.ptimer.json --out ./foo.ptimer
$ cat foo.ptimer.json | go run . create > foo.ptimer

$ go run . extract ./foo.ptimer --outdir ./foo-contents
$ cat foo.ptimer | go run . extract --outdir ./foo-contents