All Projects → nickvdyck → Nyancat.cs

nickvdyck / Nyancat.cs

Licence: mit
Nyancat 😻 in your terminal, rendered through ANSI escape sequences. A port of the original terminal application to make this cat run on dotnet core. 🐱‍🏍

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Nyancat.cs

Ansi Escape Sequences
A simple, isomorphic library containing all known terminal ansi escape codes and sequences.
Stars: ✭ 44 (-21.43%)
Mutual labels:  terminal
Colorette
Easily set the color and style of text in the terminal.
Stars: ✭ 1,047 (+1769.64%)
Mutual labels:  terminal
Crossline
A small, self-contained, zero-config, MIT licensed, cross-platform, readline and libedit replacement.
Stars: ✭ 53 (-5.36%)
Mutual labels:  terminal
Lucid
A simple mock-application for programs that work with child processes
Stars: ✭ 45 (-19.64%)
Mutual labels:  terminal
Alectro
A terminal IRC client in Rust.
Stars: ✭ 47 (-16.07%)
Mutual labels:  terminal
Iterm 2 Peppermint
iTerm 2 Peppermint color theme
Stars: ✭ 49 (-12.5%)
Mutual labels:  terminal
Docker Console
Web Terminal For Docker
Stars: ✭ 44 (-21.43%)
Mutual labels:  terminal
Rang
A Minimal, Header only Modern c++ library for terminal goodies 💄✨
Stars: ✭ 1,080 (+1828.57%)
Mutual labels:  terminal
Mdcat
cat for markdown
Stars: ✭ 1,043 (+1762.5%)
Mutual labels:  terminal
Awesome Bash Commands
A curated list of awesome Bash useful commands. Inspired by awesome-shell and bash-handbook.
Stars: ✭ 52 (-7.14%)
Mutual labels:  terminal
Terminal Slack
Terminal client for slack
Stars: ✭ 1,030 (+1739.29%)
Mutual labels:  terminal
Dotfiles
My dotfiles 🚀. Includes configs for neovim, tmux, zsh, alacritty and more.
Stars: ✭ 47 (-16.07%)
Mutual labels:  terminal
Picofeed
A minimal terminal rss reader
Stars: ✭ 50 (-10.71%)
Mutual labels:  terminal
Xfce4 Terminal
🧛🏻‍♂️ Dark theme for xfce4-terminal
Stars: ✭ 44 (-21.43%)
Mutual labels:  terminal
Brick
A declarative Unix terminal UI programming library written in Haskell
Stars: ✭ 1,070 (+1810.71%)
Mutual labels:  terminal
Crossterm
Cross platform terminal library rust
Stars: ✭ 1,023 (+1726.79%)
Mutual labels:  terminal
Terminus
Terminus, a terminal for Atom! - Looking for collaborators hop in, at your next bus stop :-)
Stars: ✭ 49 (-12.5%)
Mutual labels:  terminal
Cmd
A simple package to execute shell commands on linux, windows and osx
Stars: ✭ 56 (+0%)
Mutual labels:  terminal
Crex
Explore, test, and check regular expressions in the terminal.
Stars: ✭ 54 (-3.57%)
Mutual labels:  terminal
Cmd Command Cheat Sheet
CMD - Command Cheat Sheat ✅
Stars: ✭ 50 (-10.71%)
Mutual labels:  terminal

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.2.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
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].