muhammadmuzzammil1998 / Catsay

Licence: mit
A program that generates pictures of a cat holding a sign with a message.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Catsay

Dfc
Report file system space usage information with style (mirror repository)
Stars: ✭ 84 (-1.18%)
Mutual labels:  cli, cross-platform
Fkill Cli
Fabulously kill processes. Cross-platform.
Stars: ✭ 6,418 (+7450.59%)
Mutual labels:  cli, cross-platform
Python Mss
An ultra fast cross-platform multiple screenshots module in pure Python using ctypes.
Stars: ✭ 582 (+584.71%)
Mutual labels:  cli, cross-platform
Stonks
Stonks is a terminal based stock visualizer and tracker that displays realtime stocks in graph format in a terminal. See how fast your stonks will crash.
Stars: ✭ 405 (+376.47%)
Mutual labels:  cli, ascii-art
Tomanocupacero
Uma CLI cross-platform que reproduz um áudio do Mc Poze em loop. "toma no cu pacero to chei de ódio"
Stars: ✭ 33 (-61.18%)
Mutual labels:  cli, cross-platform
Airshare
Cross-platform content sharing in a local network
Stars: ✭ 497 (+484.71%)
Mutual labels:  cli, cross-platform
Cf Tool
📊 Codeforces CLI (Submit, Parse, Test, etc.). Support Contests, Gym, Groups, acmsguru, Windows, macOS, Linux, 7 MB
Stars: ✭ 723 (+750.59%)
Mutual labels:  cli, cross-platform
Forge
F# CLI tool for project, file, and solution management
Stars: ✭ 233 (+174.12%)
Mutual labels:  cli, cross-platform
Yarpm
CLI tool to run npm scripts with either npm or yarn, depending on how it was started
Stars: ✭ 13 (-84.71%)
Mutual labels:  cli, cross-platform
Tty Which
Cross-platform implementation of Unix `which` command
Stars: ✭ 11 (-87.06%)
Mutual labels:  cli, cross-platform
Csconsoleformat
.NET C# library for advanced formatting of console output [Apache]
Stars: ✭ 296 (+248.24%)
Mutual labels:  cross-platform, ascii-art
Simplifyify
A simplified Browserify and Watchify CLI
Stars: ✭ 37 (-56.47%)
Mutual labels:  cli, cross-platform
Eiskaltdcpp
File sharing program using DC and ADC protocols
Stars: ✭ 277 (+225.88%)
Mutual labels:  cli, cross-platform
Topydo
A powerful todo list application for the console, using the todo.txt format.
Stars: ✭ 511 (+501.18%)
Mutual labels:  cli, cross-platform
Jcolor
An easy syntax to format your strings with colored fonts and backgrounds.
Stars: ✭ 255 (+200%)
Mutual labels:  cross-platform, ascii-art
Diagram
CLI app to convert ASCII arts into hand drawn diagrams.
Stars: ✭ 642 (+655.29%)
Mutual labels:  cli, ascii-art
Ascii
👾 ASCII Roulette :: ascii art video chat on the cli
Stars: ✭ 202 (+137.65%)
Mutual labels:  cli, ascii-art
Saldl
A lightweight well-featured CLI downloader optimized for speed and early preview.
Stars: ✭ 203 (+138.82%)
Mutual labels:  cli, cross-platform
Cfonts
Sexy fonts for the console
Stars: ✭ 789 (+828.24%)
Mutual labels:  cli, ascii-art
Nativescript Cli
Command-line interface for building NativeScript apps
Stars: ✭ 977 (+1049.41%)
Mutual labels:  cli, cross-platform

catsay

Build Status CodeFactor Go Report Card Codacy Badge Maintainability Test Coverage GitHub license Twitter

catsay is a program that generates pictures of a cat holding a sign with a message. image

Build

Requires git to clone and Go to build.

$ git clone https://github.com/muhammadmuzzammil1998/catsay.git
$ cd catsay
$ go get -d
$ go build

Installation

Follow the guide on the releases page for detailed instructions.

Linux

Download .deb file for catsay from the releases page.

$ wget https://github.com/muhammadmuzzammil1998/catsay/releases/download/{version}/catsay-linux-{amd64/386}.deb
$ sudo dpkg -i catsay-linux-{amd64/386}.deb

Windows

Start PowerShell as an admin

$ Invoke-WebRequest https://github.com/muhammadmuzzammil1998/catsay/releases/download/{version}/catsay-windows-{amd64/386}.exe -OutFile catsay.exe
$ mv .\catsay.exe C:\Windows\catsay.exe

Other OSs

You can download the binary already built for your system or build it yourself.

NOTE: This should be obvious but still:

  • Adapt {version} number. Check version number from here.
  • Choose your architecture, amd64 for 64 bit and 386 for 32 bit systems.

Usage

Pipe the data you want your cat to say.

Examples

image

Seeing blocks instead of eyes, nose, or hand?

This is probably because your terminal doesn't support those characters. lulz.

Try catsay -ascii to use ASCII-only characters. image

Help

image

Uninstall

Linux

$ sudo dpkg --remove catsay

Windows

Start PowerShell as an admin

$ del C:\Windows\catsay.exe

Contributors

  • @mattn - Fixed width for multi-byte strings (#14)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].