Koalhack / koalsay

An ascii koala inspired version of famous 'cowsay' utility written in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

koalsay

Created in golang

koalsay

An ascii koala inspired version of famous cowsay utility written in golang

Installation

git clone https://github.com/Koalhack/koalsay

Build

Require to install Go

Enter in the koalsay folder and run following command :

go build
go install

Usage

Now you can use koalsay program everywhere in your terminal.

Just run the following command:

"<your_text>" | koalsay

OR

You can just run the script :

Enter in the koalsay folder and run following command :

"<your_text>" | go run main.go

About

An ascii koala inspired version of famous 'cowsay' utility written in golang

License:MIT License


Languages

Language:Go 100.0%