https://github.com/songgao/colorgo
Colorize (highlight) `go build` command output
https://github.com/songgao/colorgo
go
Last synced: 4 months ago
JSON representation
Colorize (highlight) `go build` command output
- Host: GitHub
- URL: https://github.com/songgao/colorgo
- Owner: songgao
- Created: 2013-02-14T18:06:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T23:02:45.000Z (almost 6 years ago)
- Last Synced: 2025-04-23T12:59:15.244Z (about 1 year ago)
- Topics: go
- Language: Go
- Homepage:
- Size: 104 KB
- Stars: 113
- Watchers: 5
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-go-tools - colorgo - A wrapper around `go` command for colorized `go build` output. (Go Compile Helpers / Contents)
- awesome-go - colorgo - | - | - | (Go Tools / Routers)
- awesome-go - colorgo - Colorize (highlight) `go build` command output - ★ 94 (Go Tools)
- awesome-go - colorgo - Wrapper around `go` command for colorized `go build` output. - :arrow_down:0 - :star:69 (Go Tools / Routers)
- awesome-go-cn - colorgo
- awesome-go-zh - colorgo
- awesome-go - colorgo - Wrapper around `go` command for colorized `go build` output. (Go Tools / Routers)
- awesome-go-extra - colorgo - 02-14T18:06:10Z|2020-07-18T23:02:45Z| (Go Tools / Routers)
- awesome-go - colorgo - Wrapper around `go` command for colorized `go build` output. (Go Tools / Routers)
- fucking-awesome-go - :octocat: colorgo - A wrapper around `go` command for colorized `go build` output. :star: 64 :fork_and_knife: 7 (Go Tools / Middlewares)
- awesome-go - colorgo - Wrapper around `go` command for colorized `go build` output. (Go Tools / Routers)
- awesome-go-info - colorgo
- awesome-go-cn - colorgo
- awesome-go-cn - colorgo
- awesome-go - colorgo - Wrapper around `go` command for colorized `go build` output. (Go Tools / Routers)
- awesome-go - colorgo - Wrapper around `go` command for colorized `go build` output. (Go Tools / Routers)
- awesome-Char - colorgo - Wrapper around `go` command for colorized `go build` output. (Go Tools / Routers)
- awesome-go - colorgo - Wrapper around `go` command for colorized `go build` output. (Go Tools / Routers)
- awesome-go - colorgo - Wrapper around `go` command for colorized `go build` output. (Go Tools / Routers)
- go-awesome-with-star-updatetime - colorgo - Wrapper around `go` command for colorized `go build` output. (Go Tools / Routers)
- awesome-go-processed - colorgo - Wrapper around `go` command for colorized `go build` output.| (Go Tools / Routers)
README
# 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
```bash
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
[BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause)