Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Latest commit

 

History

History
80 lines (52 loc) · 1.93 KB

README-en.md

File metadata and controls

80 lines (52 loc) · 1.93 KB

conohasay

MIT License Build Status codebeat badge

conohasay is a command-line program like cowsay. It's generates the text message with ASCII picture of ConoHa family.

conohasay

System requirements

We support Linux and macOS platform. Your terminal should support 256 colors.

Install

macOS

curl -sL https://github.com/hironobu-s/conohasay/releases/download/current/conohasay-osx.amd64.gz | zcat > conohasay && chmod +x ./conohasay
./conohasay -h

Linux(amd64)

curl -sL https://github.com/hironobu-s/conohasay/releases/download/current/conohasay-linux.amd64.gz | zcat > conohasay && chmod +x ./conohasay
./conohasay -h

Docker

If you have installed Docker, you will be able to try conohasay quickly.

docker run -i hironobu/conohasay -h

How to use

Now that you've installed conohasay, you can make it work like so:

conohasay "I'm ConoHa Mikumo!"

conohasay

To change the character, use -c option.

conohasay -c anzu

conohasay

And you get the list of character by using -l option.

# conohasay -l
anzu
conoha
logo
umemiya

If you want to change the size of the picture, you may use -s option.

conohasay -c logo -s l

Other options:

  • -W (wrapcolumn) Specifies roughly where the message should be wrapped
  • -f (force-vertical-layout) Force the vertical layout (Default is auto-detected as the terminal width)
  • -v Show version
  • -h Show help

License

MIT