songgao / Colorgo
Colorize (highlight) `go build` command output
Stars: ✭ 108
Programming Languages
go
31211 projects - #10 most used programming language
colorgo
colorgo
is a wrapper to go
command that colorizes output from go build
and go test
.
Installation
go get -u github.com/songgao/colorgo
Usage
colorgo build
alias
colorgo
changes nothing to sub-commands other than go build
. So you can optionally define alias in your shell conf so that go build
always prints colorized error message:
bash: ~/.bashrc
alias go=colorgo
fish-shell: ~/.config/fish/config.fish
alias go colorgo
License
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].