# poppo
あの有名なジョークコマンド `sl`(Steam Locomotive)の Rust 移植版です。
## 概要
このプロジェクトは、豊田正史氏によって作成された名作ジョークコマンド `sl` の Rust 移植版です。`ls` と打ち間違えて `poppo` と入力してしまった際に、ターミナル上を蒸気機関車が走り抜けます。
## インストール方法
### ソースから (GitHub)
```bash
git clone https://github.com/michioga/poppo.git
cd poppo
cargo install --path .
```
## 使い方
ターミナルで `poppo` と入力してください:
```bash
poppo
```
## 著作権とライセンス
### 原作者
- **Original Author**: Toyoda Masashi (mtoyoda@acm.org)
- **Original Repository**: [mtoyoda/sl](https://github.com/mtoyoda/sl)
### License / ライセンス
このプロジェクトは、豊田正史氏によるオリジナルの `sl` ライセンスに基づいて公開されています。ライセンスの全文は [LICENSE](./LICENSE) ファイルを参照してください。
```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/)