# 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)
```bash
git clone https://github.com/michioga/poppo.git
cd poppo
cargo install --path .
```
## Usage
Simply type `poppo` in your terminal:
```bash
poppo
```
## Credits & License
### Original Work
- **Original Author**: Toyoda Masashi (mtoyoda@acm.org)
- **Original Repository**: [mtoyoda/sl](https://github.com/mtoyoda/sl)
### License / ライセンス
This project is licensed under the original license of `sl` by Toyoda Masashi. The full license text can be found in the [LICENSE](./LICENSE) file.
```text
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/)