8000 GitHub - codeliveroil/clr: :vertical_traffic_light: Command line output colorizer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

codeliveroil/clr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 < B5B5 /div>
 
 
 
 
 
 
 

Repository files navigation

clr - Output colorizer

clr is a command line output colorizer. Output from any command can be piped to clr and it'll highlight interesting portions of the output based on the given color rules.

Hello, World

Regex and more

Installation

macOS

brew tap codeliveroil/apps
brew install clr

Other

Download the latest release for your operating system and machine architecture. If one is not available, you can very easily compile from source.

Usage

clr -help

Examples

tail -F log.txt | clr INFO~green ERROR~red

Compile from source

Setup

  1. Install Go
  2. Clone this repository

Build for your current platform

make
make install

Cross compile for a different platform

  1. Build
    make platform
    
  2. Follow the prompts and select a platform
  3. The binary will be available in the build folder

About

🚦 Command line output colorizer

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0