sl-rs

Pure Rust port of the SL, an old joke command.

SL (Steam Locomotive) runs across your terminal when you type "sl" as you meant to type "ls".

The original version was written in C by Toyoda Masashi (mtoyoda@acm.org). The original license is available in LICENSE-ORIGINAL.

Japanese follows the English

Requirement

Install

```shell

If you are using openSUSE

% sudo zypper install ncurses-devel

or if you are using Ubuntu

% sudo apt install ncurses-dev

% cargo build --release % sudo install -s target/release/sl /usr/local/bin ```

or

shell % cargo install sl-rs

Usage

shell % sl --help % sl % sl -laF

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

概要

長い歴史をもつジョークソフト SL をRustに移植したものです。