• Stars
    star
    246
  • Rank 158,655 (Top 4 %)
  • Language
    Go
  • License
    Artistic License 2.0
  • Created over 7 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🐮 cowsay is reborn. Neo Cowsay has written in Go.

Neo Cowsay

Neo Cowsay is written in Go. This cowsay is extended the original cowsay. added fun more options, and you can be used as a library.

for GitHub Actions users: Code-Hex/neo-cowsay-action

Go Reference .github/workflows/main.yml Go Report Card codecov

 ______________
< I'm Neo cows >
 --------------
       \   ^__^
        \  (oo)\_______
           (__)\       )\/\
               ||----w |
               ||     ||

About cowsay

According to the original original manual.

cowsay is a configurable talking cow, written in Perl. It operates
much as the figlet program does, and it written in the same spirit
of silliness.

This is also supported COWPATH env. Please read more details in #33 if you want to use this.

What makes it different from the original?

  • fast
  • utf8 is supported
  • new some cowfiles is added
  • cowfiles in binary
  • random pickup cowfile option
  • provides command-line fuzzy finder to search any cows with -f - #39
  • coloring filter options
  • super mode
Movies for new options 🐮

Random

asciicast

Rainbow and Aurora, Bold

asciicast

And, Super Cows mode

2021-11-05.1.25.08.mov

Usage

As command

cow{say,think} version 2.0.0, (c) 2021 codehex
Usage: cowsay [-bdgpstwy] [-h] [-e eyes] [-f cowfile] [--random]
      [-l] [-n] [-T tongue] [-W wrapcolumn]
      [--bold] [--rainbow] [--aurora] [--super] [message]

Original Author: (c) 1999 Tony Monroe
Repository: https://github.com/Code-Hex/Neo-cowsay

Normal

$ cowsay Hello
 _______
< Hello >
 -------
       \   ^__^
        \  (oo)\_______
           (__)\       )\/\
               ||----w |
               ||     ||

Borg mode

$ cowsay -b Hello
 _______
< Hello >
 -------
       \   ^__^
        \  (==)\_______
           (__)\       )\/\
               ||----w |
               ||     ||

As library

package main

import (
	"fmt"

	cowsay "github.com/Code-Hex/Neo-cowsay/v2"
)

func main() {
	say, err := cowsay.Say(
		"Hello",
		cowsay.Type("default"),
		cowsay.BallonWidth(40),
	)
	if err != nil {
		panic(err)
	}
	fmt.Println(say)
}

Examples or GoDoc

Install

Windows users via Scoop

$ scoop install neo-cowsay

Windows users via Winget

$ winget install neo-cowsay

Mac and Linux users via Homebrew

$ brew update
$ brew install Code-Hex/tap/neo-cowsay

Binary

You can download from here

library

$ go get github.com/Code-Hex/Neo-cowsay/v2

Go

cowsay

$ go install github.com/Code-Hex/Neo-cowsay/cmd/v2/cowsay@latest

cowthink

$ go install github.com/Code-Hex/Neo-cowsay/cmd/v2/cowthink@latest

License

cowsay license
==============
cowsay License
==============

cowsay is distributed under the same licensing terms as Perl: the
Artistic License or the GNU General Public License.  If you don't
want to track down these licenses and read them for yourself, use
the parts that I'd prefer:

(0) I wrote it and you didn't.

(1) Give credit where credit is due if you borrow the code for some
other purpose.

(2) If you have any bugfixes or suggestions, please notify me so
that I may incorporate them.

(3) If you try to make money off of cowsay, you suck.

===============
cowsay Legalese
===============

(0) Copyright (c) 1999 Tony Monroe.  All rights reserved.  All
lefts may or may not be reversed at my discretion.

(1) This software package can be freely redistributed or modified
under the terms described above in the "cowsay License" section
of this file.

(2) cowsay is provided "as is," with no warranties whatsoever,
expressed or implied.  If you want some implied warranty about
merchantability and/or fitness for a particular purpose, you will
not find it here, because there is no such thing here.

(3) I hate legalese.

(The Artistic License or The GNU General Public License)

Author

Neo Cowsay: codehex
Original: (c) 1999 Tony Monroe

More Repositories

1

pget

The fastest, resumable file download client
Go
1,047
star
2

vz

Create virtual machines and run Linux-based operating systems in Go using Apple Virtualization.framework.
Go
533
star
3

go-generics-cache

A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.
Go
421
star
4

graphql-codegen-typescript-validation-schema

GraphQL Code Generator plugin to generate form validation schema from your GraphQL schema
TypeScript
290
star
5

synchro

🕰️ Synchro: Timezone-typesafe date and time framework for Go. 🌟 Star to support our work!
Go
246
star
6

gqldoc

The easiest way to make API documents for GraphQL
Go
193
star
7

dd

Data Dumper library dumps any data as valid syntax in Go
Go
182
star
8

firebase-auth-cloudflare-workers

TypeScript
114
star
9

battery

Display your battery status on terminal (or tmux) written by Go
Go
70
star
10

golet

*.go file as a mini supervisor
Go
60
star
11

funcy-mock

funcy-mock generates mock file from interface go file
Go
52
star
12

shibafu

Shibafu Programming Language wwwwwwwwwww
Go
40
star
13

container-registry

container-registry
Go
30
star
14

fast-service

fast-service is opensource speedtest service written in Go
Go
24
star
15

testing-grpc

go-grpc server, client for onboarding
Go
23
star
16

puipui-linux

So tiny linux for testing virtualization (Virtual I/O aka VIRTIO) purpose
Shell
23
star
17

go-install-tools

Install All go-tools at one time!!
Go
22
star
18

sqlx-transactionmanager

Transaction manager for github.com/jmoiron/sqlx
Go
22
star
19

White-MobileTerminal

Supports ios versions from 7.0 to 8.1 !!
C++
20
star
20

go-version-update

Update the version string of your go project.
Go
20
star
21

echo-static

Static middleware for echo web framework(golang)
Go
19
star
22

sigctx

context with signal in golang
Go
19
star
23

retrygroup

Package retrygroup provides synchronization, Context cancelation for groups of retry goroutines working on subtasks of a common task.
Go
17
star
24

sqb

⚡Blazing fast, Flexible, SQL Query Builder for Go
Go
17
star
25

gvisor-vmnet

vmnet based gvisor tcpip stack
Go
9
star
26

auto-milestone-binder

An action for binding milestone to some PR or some issues
TypeScript
8
star
27

dotfiles

大事なdotを管理してます👍
Shell
8
star
28

grpc-edge-gateway

gRPC Gateway on the edge functions
TypeScript
7
star
29

neo-cowsay-action

🐮 GitHub action for cowsay lovers
Shell
6
star
30

gqldoc-actions

JavaScript
6
star
31

deno-context

🦕【Deno】Propagate deadlines, a cancellation and other request-scoped values to multiple promise.
TypeScript
6
star
32

takopi

っピ!
Go
5
star
33

go-emojipacks

https://github.com/lambtron/emojipacks has been stopped. A new emojipacks has been implemented by Go
Go
5
star
34

saltissimo

Easy generate, easy compare hash using pbdkf2
Go
5
star
35

exit

Error makes exit code meaningful
Go
5
star
36

code-hex.github.io

My homepage
TypeScript
5
star
37

Text-Shirasu

Wrapped Text::MeCab in Perl
Perl
5
star
38

go-async

More Easy, more readable sync.WaitGroup
Go
5
star
39

socks5

socks5 server implemented by Go
Go
4
star
40

twippai

Perl、Python、RubyでTwitterからたくさんのおっぱいをダウンロードする
Go
4
star
41

go-github-token

Very easy to get github access token library written in Go
Go
3
star
42

arm64-docker-mysql

Shell
3
star
43

uploader

uploader by grpc go
Go
3
star
44

HotKeyCapture

This is a sandboxed of custom global hotkeys in Swift using HotKeyCapture
Swift
3
star
45

chair

isucon tool
Go
2
star
46

Text-CaboCha

Alternate Text-CaboCha Binding
Perl
2
star
47

gpl

Update multiple local repositories with parallel
Go
2
star
48

p5-App-Format

Format for perl code. It's like a gofmt.
Perl
2
star
49

m1-docker

Please following this URL
Go
2
star
50

Card

テストを乗り切るために開発されたアプリ
Swift
2
star
51

go-infinity-channel

Provides an infinitely queueing channel.
Go
2
star
52

network

Asynchronous Networking Patterns
Go
2
star
53

vegeta

Project to collect large amounts of vegetable data using IoT
Go
2
star
54

Algorithm-NaiveBayes-RandomForest

RandomForest with Algorithm::NaiveBayes in perl
Perl
1
star
55

go-groff

groff parser
Go
1
star
56

MyApplication

Implement NSApplication main-event-loop
Objective-C
1
star
57

fmm

Friendly memory monitoring tool
C
1
star
58

touchbar-emoji

emoji on control strip
Objective-C
1
star
59

godzilla

Management tool for go
Go
1
star
60

alpine-chrome

Chrome Headless docker images built upon alpine
Dockerfile
1
star
61

ghp

Create a new project on the ghq root
Go
1
star
62

IF

Ternary operator package for Go
Go
1
star
63

p5-Shell-Tiny

Very tiny shell written in Perl5
Perl
1
star
64

Color-Capture

Color Capture is PopClip Extension
Objective-C
1
star
65

go-riscv

Go
1
star
66

august

gRPC to RESTful or Protobuf on HTTP proxy for microservices
1
star
67

go-elisp

elisp implement by Go
Go
1
star
68

tenpuzzle

Tenpuzzle - Find the solution of the 10 puzzles in Genetic Algorithm
Go
1
star
69

first-label-interaction

Labeling actions for new comer
JavaScript
1
star
70

p5-List-Flatten-XS

Fast flatten
Perl
1
star
71

p5-XS-Closure-Example

Example for how to make a closure on XS
C
1
star
72

ssh-gpt

Fictitious SSH Server - Powered by OpenAI ChatGPT
Go
1
star