8000 GitHub - nimilgp/Paintman
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nimilgp/Paintman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paintman

An implementation of lolcat in Go.

cat-space

Installation

  1. Clone the Repository

    git clone https://github.com/nimilgp/Paintman
  2. Navigate to the Directory

    cd Paintman
  3. Compile the source

    go build -o paintman main.go
  4. Example

    echo hello, terminal emulator!! are you in color??? | ./paintman -rainbow

Modules used

  • bufio
  • flag
  • math
  • os
  • fmt

Usage

Takes in text from stdin (supports piping) and colors it and outputs in stdout.

screenshot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0