mirror of
https://github.com/dchakro/brewlog.git
synced 2026-05-20 10:29:07 -07:00
changed github username
This commit is contained in:
parent
4bdbf4923b
commit
0f7193457c
2 changed files with 7 additions and 7 deletions
12
README.md
12
README.md
|
|
@ -1,13 +1,13 @@
|
||||||
[](https://github.com/robocopAlpha/brewlog/blob/master/LICENSE)
|
[](https://github.com/dchakro/brewlog/blob/master/LICENSE)
|
||||||
[](https://github.com/robocopAlpha/brewlog/issues)
|
[](https://github.com/dchakro/brewlog/issues)
|
||||||
[](https://github.com/robocopAlpha/brewlog/branches)
|
[](https://github.com/dchakro/brewlog/branches)
|
||||||
[](https://www.gnu.org/software/bash/)
|
[](https://www.gnu.org/software/bash/)
|
||||||
|
|
||||||
# brewlog
|
# brewlog
|
||||||
|
|
||||||
### Why?
|
### Why?
|
||||||
|
|
||||||
I wrote [ `brewlog`](https://github.com/robocopAlpha/brewlog/) to patch a minor but IMHO a significant shortcoming I feel [homebrew](https://brew.sh/) has had for very long time. It is the ability to log what homebrew does. IMO it doesn’t have to be something very sophisticated i.e. integration with system-log, etc.. So, I worked on a basic idea I got from [this particular issue](https://github.com/Homebrew/legacy-homebrew/issues/10430) and developed `brewlog`.
|
I wrote [ `brewlog`](https://github.com/dchakro/brewlog/) to patch a minor but IMHO a significant shortcoming I feel [homebrew](https://brew.sh/) has had for very long time. It is the ability to log what homebrew does. IMO it doesn’t have to be something very sophisticated i.e. integration with system-log, etc.. So, I worked on a basic idea I got from [this particular issue](https://github.com/Homebrew/legacy-homebrew/issues/10430) and developed `brewlog`.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -35,7 +35,7 @@ Now you're easily able to track the changes made to your system while running `b
|
||||||
|
|
||||||
#### a) Install from source
|
#### a) Install from source
|
||||||
|
|
||||||
The script [`install.sh`](https://github.com/robocopAlpha/brewlog/blob/master/install.sh) automatically picks the place to install brewlog by detecting the location where the `brew` binary is placed in your system `$PATH`.
|
The script [`install.sh`](https://github.com/dchakro/brewlog/blob/master/install.sh) automatically picks the place to install brewlog by detecting the location where the `brew` binary is placed in your system `$PATH`.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Install
|
# Install
|
||||||
|
|
@ -46,7 +46,7 @@ brewlog --help
|
||||||
|
|
||||||
#### b) Install from binary
|
#### b) Install from binary
|
||||||
|
|
||||||
1. Download the binary from the [latest release](https://github.com/robocopAlpha/brewlog/releases/latest) (should run on *nix with a [homebrew](https://brew.sh/) installation).
|
1. Download the binary from the [latest release](https://github.com/dchakro/brewlog/releases/latest) (should run on *nix with a [homebrew](https://brew.sh/) installation).
|
||||||
2. `mv brewlog /usr/local/bin/brewlog` or to some other place that is in your `$PATH`.
|
2. `mv brewlog /usr/local/bin/brewlog` or to some other place that is in your `$PATH`.
|
||||||
3. Familiarize yourself by running `brewlog —help`.
|
3. Familiarize yourself by running `brewlog —help`.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ VERSION()
|
||||||
printf 'brewlog v.0.2 - brewlog allows you to run homebrew commands while
|
printf 'brewlog v.0.2 - brewlog allows you to run homebrew commands while
|
||||||
simultanously logging to a file
|
simultanously logging to a file
|
||||||
|
|
||||||
Follow the development: https://github.com/robocopAlpha/brewlog
|
Follow the development: https://github.com/dchakro/brewlog
|
||||||
Copyright 2020, Deepankar Chakroborty. All rights reserved.
|
Copyright 2020, Deepankar Chakroborty. All rights reserved.
|
||||||
';
|
';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue