Nyancat running on dotnet core.
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! π
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
Run the following commands to create a release build and install the tool into your path:
make
make install