poppo 1.0.0

A Rust port of the famous 'sl' (Steam Locomotive) command.
poppo-1.0.0 is not a library.

poppo

A Rust port of the famous sl (Steam Locomotive) joke command.

Description

This is a Rust implementation of the classic sl command, originally written by Toyoda Masashi. It runs a steam locomotive across your terminal when you accidentally type poppo instead of ls.

Installation

From Source (GitHub)

git clone https://github.com/michioga/poppo.git
cd poppo
cargo install --path .

Usage

Simply type poppo in your terminal:

poppo

Credits & License

Original Work

License / ライセンス

This project is licensed under the original license of sl by Toyoda Masashi. The full license text can be found in the LICENSE file.

Copyright 1993,1998,2014 Toyoda Masashi (mtoyoda@acm.org)

Everyone is permitted to do anything on this program including copying,
modifying, and improving, unless you try to pretend that you wrote it.
i.e., the above copyright notice has to appear in all copies.
THE AUTHOR DISCLAIMS ANY RESPONSIBILITY WITH REGARD TO THIS SOFTWARE.

Rust port by Michio Ogawa (michioga https://github.com/michioga/)