• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H18-Aug-2018-1,8371,490

systemd/H18-Aug-2018-2317

.gitignoreH A D18-Aug-201814 32

CHANGELOGH A D18-Aug-2018843 3124

MakefileH A D18-Aug-2018951 4031

README.mdH A D18-Aug-20181.7 KiB5735

nyancat.1H A D18-Aug-20181.5 KiB6867

README.md

1# Nyancat CLI
2
3Nyancat rendered in your terminal.
4
5[![Nyancats](http://nyancat.dakko.us/nyancat.png)](http://nyancat.dakko.us/nyancat.png)
6
7## Distributions
8
9Nyancat is available in the following distributions:
10
11- [Arch](https://www.archlinux.org/packages/?q=nyancat)
12- [Debian](http://packages.qa.debian.org/n/nyancat.html)
13- [Gentoo](http://packages.gentoo.org/package/games-misc/nyancat)
14- [Mandriva](http://sophie.zarb.org/rpms/928724d4aea0efdbdeda1c80cb59a7d3)
15- [Ubuntu](https://launchpad.net/ubuntu/+source/nyancat)
16
17And also on some BSD systems:
18
19- [FreeBSD](http://www.freshports.org/net/nyancat/)
20- [OpenBSD](http://openports.se/misc/nyancat)
21- [NetBSD](http://pkgsrc.se/misc/nyancat)
22
23## Setup
24
25First build the C application:
26
27    make && cd src
28
29You can run the C application standalone.
30
31    ./nyancat
32
33To use the telnet server, you need to add a configuration that runs:
34
35    nyancat -t
36
37We recommend `openbsd-inetd`, but both `xinetd` and `systemd` work as well. You
38should be able to use any other compatible `inetd` flavor too.
39
40## Distribution Specific Information
41
42#### Debian/Ubuntu
43
44Debian and Ubuntu provide the nyancat binary through the `nyancat` package. A
45`nyancat-server` package is provided to automatically setup and enable a nyancat
46telnet server upon installation. I am not the maintainer of these packages;
47please direct any questions or bugs to the relevant distribution's bug tracking
48system.
49
50## Licenses, References, etc.
51
52The original source of the Nyancat animation is
53[prguitarman](http://www.prguitarman.com/index.php?id=348).
54
55The code provided here is provided under the terms of the
56[NCSA license](http://en.wikipedia.org/wiki/University_of_Illinois/NCSA_Open_Source_License).
57