mirror of
https://github.com/dchakro/brewlog.git
synced 2026-05-17 10:12:16 -07:00
update readme
This commit is contained in:
parent
c3374a27be
commit
04c63b41ec
1 changed files with 17 additions and 11 deletions
28
README.md
28
README.md
|
|
@ -84,6 +84,10 @@ brewlog archive
|
||||||
# Even complex brew commands work with brewlog
|
# Even complex brew commands work with brewlog
|
||||||
brewlog list --multiple --versions
|
brewlog list --multiple --versions
|
||||||
brew deps ffmpeg | xargs brewlog uninstall ----ignore-dependencies
|
brew deps ffmpeg | xargs brewlog uninstall ----ignore-dependencies
|
||||||
|
|
||||||
|
# Writing package and cask dependency tree
|
||||||
|
brewlog tree
|
||||||
|
package and cask dependency tree updated. Find it here: ~/Logs/brew_tree.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -97,21 +101,23 @@ Usage:
|
||||||
e.g.
|
e.g.
|
||||||
brewlog install ffmpeg, invokes "brew install ffmpeg" and writes output to a log file.
|
brewlog install ffmpeg, invokes "brew install ffmpeg" and writes output to a log file.
|
||||||
|
|
||||||
--help Show help
|
|
||||||
--brew-help show brew commands (alias to "brew help")
|
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
version Show brewlog version
|
--help Show help
|
||||||
archive Archives the current log file as .xz (gzip as fallback if xz not found)
|
--brew-help Show brew commands (alias to "brew help")
|
||||||
tail [-n INT] Show the last "INT" lines from the log file.
|
version Show brewlog version info
|
||||||
|
tree Write the dependency tree of all installed packages & casks to a file
|
||||||
|
archive Archives the current log file as .xz (gzip as fallback if xz not found)
|
||||||
|
find [TERM] grep the TERM in the logfile.
|
||||||
|
tail [-n INT] Show the last "INT" lines from the log file.
|
||||||
(default: last 15 lines)
|
(default: last 15 lines)
|
||||||
|
|
||||||
Homebrew/Linuxbrew Function examples:
|
Homebrew/Linuxbrew Function examples:
|
||||||
brewlog install [formula] Install formula
|
brewlog install [formula] Install formula
|
||||||
brewlog uninstall [formula] Uninstall formula
|
brewlog uninstall [formula] Uninstall formula
|
||||||
brewlog deps [formula] Show dependencies for formula
|
brewlog deps [formula] Show dependencies for [formula]
|
||||||
brewlog outdated Show outdated formulae
|
brewlog uses --installed [formula] Show items listing [formula] as a dependency
|
||||||
brewlog upgrade [formula] Upgrade all (or entered) brew formula
|
brewlog outdated Show outdated formulae
|
||||||
|
brewlog upgrade [formula] Upgrade all (or entered) brew formula
|
||||||
... ... ...
|
... ... ...
|
||||||
Find out more homebrew commands by running "brew --help".
|
Find out more homebrew commands by running "brew --help".
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue