Skip to content

lkv1988/gologcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

gologcat

Print colorful logcat by golang.

###Install

go get github.com/airk000/gologcat

bin file, to be continue...

###Configuration

gologcat will read $HOME/.gologcat every time. You can config your own colors by this file, such as:

i:red
v:green
e:cyan

All available key is among "IVEWD" and all available value(color):

none(default color of your shell)
black
red
green
yellow
blue
magenta
cyan
white

All the key and values are caseless matching. The default color profile is:

d:green
i:cyan
w:yellow
e:red
v:none

###Thanks

go-colortext

About

Colorful logcat print by golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages