Skip to content

Latest commit

Β 

History

History
61 lines (42 loc) Β· 1.75 KB

README.md

File metadata and controls

61 lines (42 loc) Β· 1.75 KB

Nyancat

Nyancat running on dotnet core.

Build status NuGet feedz.io

Nyancat terminal

Get Started

Download the latest .NET Core SDK for you platform. Once installed, run the following command to install:

dotnet tool install --global nyancat

Or use the following to upgrade to the latest version:

dotnet tool update --global nyancat

When everything is installed just type nyancat in your favourite terminal and have fun! πŸŽ‰

Usage

nyancat: 1.5.0

Terminal nyancat runner

Usage: nyancat [options]

Options

  -i, --intro                Show the introduction / about information at startup
  -n, --no-counter           Do not display the timer
  -t, --no-title             Do not set the titlebar text
  -f, --frames VALUE         Display the requested number of frames, then quit
  -?, -h, --help             Show help information
  -v, --version              Show version information

Local installation

Run the following commands to create a release build and install the tool into your path:

make
make install