Releases: dchakro/brewlog
Releases · dchakro/brewlog
0.3 - depencency tree & searching logs
brewlog v0.2
Nowbrewlog archive
uses gzip
as a fallback on systems where xz
is not found.
brewlog v0.1
Initial release (v0.1)
brewlog
is simple solution that can:
log
homebrew/linuxbrew activity (STDOUT
andSTDERR
) to a logfile (default:~/Logs/brew.log
)- because brewlog is a a new command (and not an alias), the user still retains the freedom to run
brew [command] [formula]
in case they do not want to log some brew activity.
- because brewlog is a a new command (and not an alias), the user still retains the freedom to run
tail
thebrew.log
file to display selected number of lines.archive
the brew.log file (user has to explicitly invoke this command to archive).- The
brew.log
is removed during archiving, a new log file is created on the next run ofbrewlog
.
- The