Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syohex/gowsay
cowsay implementation in Golang
https://github.com/syohex/gowsay
Last synced: about 2 months ago
JSON representation
cowsay implementation in Golang
- Host: GitHub
- URL: https://github.com/syohex/gowsay
- Owner: syohex
- License: gpl-3.0
- Created: 2015-12-31T02:51:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-01T13:27:53.000Z (about 9 years ago)
- Last Synced: 2024-06-20T01:51:57.362Z (7 months ago)
- Language: Go
- Size: 90.8 KB
- Stars: 19
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# gowsay
[cowsay](https://en.wikipedia.org/wiki/Cowsay) implementation in Golang.
## Screenshot
![gowsay](image/gowsay.png)
## Installation
```
% go get -u github.com/syohex/gowsay
```## Usage
```
% gowsay -h
Usage of gowsay:
-b, --borg=false: borg eyes
-W, --columns=40: columns
-d, --dead=false: dead eyes and tongue
-g, --greedy=false: greedy eyes
-l, --list=false: list cow files
-p, --paranoid=false: paranoid eyes
-s, --stoned=false: stoned eyes and tongue
--think=false: think version
-t, --tired=false: tired eyes
-f, --type="default": specify cow file
-w, --wired=false: wired eyes
-y, --young=false: young eyes
```## Full-Width characters support
gowsay supports full-width chracters such as Hiragana, Kanji.
![gowsay-multibyte](image/gowsay-multibyte.png)
## License
This software is licensed under GPL version 3.