Skip to content

Commit

Permalink
Update manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
alebcay committed Mar 4, 2014
1 parent 92a8fbd commit 6d466c2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
11 changes: 7 additions & 4 deletions cooler.7
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,16 @@ Actions:
Flags:
.
.IP "\(bu" 4
\fB\-\-no\-brew\fR: Ignores Homebrew formulae\. Implies \fB\-\-no\-cask\fR
\fB\-\-no\-brew\fR: Ignores Homebrew formulae\. Implies \fB\-\-no\-cask\fR (Use with \fBimport\fR and \fBexport\fR)
.
.IP "\(bu" 4
\fB\-\-no\-cask\fR: Ignores Homebrew\-cask casks\.
\fB\-\-no\-cask\fR: Ignores Homebrew\-cask casks\. (Use with \fBimport\fR and \fBexport\fR)
.
.IP "\(bu" 4
\fB\-\-no\-ports\fR: Ignores MacPorts ports\.
\fB\-\-no\-ports\fR: Ignores MacPorts ports\. (Use with \fBimport\fR and \fBexport\fR)
.
.IP "\(bu" 4
\fB\-\-password\-protect\fR: Creates a password protected Cooler bundle (Use with \fBexport\fR)
.
.IP "" 0
.
Expand All @@ -56,4 +59,4 @@ where the bundle file is named \fBbundle\.cb\fR located in the current working d
cooler is a tool for importing and exporting the list of Homebrew taps, Homebrew packages currently installed, and Homebrew Cask applications\. Three records containing this information is then compressed with with GZip and the resulting file with \fB\.cb\fR extension can be transferred to another computer, and then be imported to install the packages on the first computer onto other computers\.
.
.SH "INTERNAL PACKAGE STRUCTURE"
cooler bundles are stored in \fB\.cb\fR files (short for \fBC\fRooler \fBB\fRundle), which are secretly just \fB\.tar\.gz\fR archives, but a custom extension is used to avoid accidental decompression and tampering\. cooler bundles contain four \fB\.cr\fR files: \fBbrew\.cr\fR, \fBcask\.cr\fR, \fBtap\.cr\fR, and \fBport\.cr\fR (\fB\.cr\fR is short for \fBC\fRooler \fBR\fResource)\. Each contains a list of packages (or taps) installed on the machine at export time\. The files are then compressed and bundled\.
cooler bundles are stored in \fB\.cb\fR files (short for \fBC\fRooler \fBB\fRundle)\. Bundles contain four \fB\.cr\fR files: \fBbrew\.cr\fR, \fBcask\.cr\fR, \fBtap\.cr\fR, and \fBport\.cr\fR (\fB\.cr\fR is short for \fBC\fRooler \fBR\fResource)\. Each contains a list of packages (or taps) installed on the machine at export time\. The files are then compressed and bundled\.
9 changes: 5 additions & 4 deletions cooler.7.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions cooler.7.ronn
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ Actions:

Flags:

* `--no-brew`: Ignores Homebrew formulae. Implies `--no-cask`
* `--no-brew`: Ignores Homebrew formulae. Implies `--no-cask` (Use with `import` and `export`)

* `--no-cask`: Ignores Homebrew-cask casks.
* `--no-cask`: Ignores Homebrew-cask casks. (Use with `import` and `export`)

* `--no-ports`: Ignores MacPorts ports.
* `--no-ports`: Ignores MacPorts ports. (Use with `import` and `export`)

* `--password-protect`: Creates a password protected Cooler bundle (Use with `export`)

## EXAMPLES

Expand All @@ -41,4 +43,4 @@ cooler is a tool for importing and exporting the list of Homebrew taps, Homebrew

## INTERNAL PACKAGE STRUCTURE

cooler bundles are stored in `.cb` files (short for **C**ooler **B**undle), which are secretly just `.tar.gz` archives, but a custom extension is used to avoid accidental decompression and tampering. cooler bundles contain four `.cr` files: `brew.cr`, `cask.cr`, `tap.cr`, and `port.cr` (`.cr` is short for **C**ooler **R**esource). Each contains a list of packages (or taps) installed on the machine at export time. The files are then compressed and bundled.
cooler bundles are stored in `.cb` files (short for **C**ooler **B**undle). Bundles contain four `.cr` files: `brew.cr`, `cask.cr`, `tap.cr`, and `port.cr` (`.cr` is short for **C**ooler **R**esource). Each contains a list of packages (or taps) installed on the machine at export time. The files are then compressed and bundled.

0 comments on commit 6d466c2

Please sign in to comment.