https://github.com/amorphobia/rust-sl
A rust port of sl
https://github.com/amorphobia/rust-sl
Last synced: 11 months ago
JSON representation
A rust port of sl
- Host: GitHub
- URL: https://github.com/amorphobia/rust-sl
- Owner: amorphobia
- License: agpl-3.0
- Created: 2022-04-26T10:33:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-18T07:12:57.000Z (about 4 years ago)
- Last Synced: 2025-07-23T05:14:04.197Z (11 months ago)
- Language: Rust
- Size: 50.8 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust SL
A rust port of [sl](https://github.com/mtoyoda/sl).
SL (Steam Locomotive) runs across your terminal when you type "sl" as you meant to type "ls". It's just a joke command, and not useful at all.
## Installing
### Using [Scoop](https://scoop.sh/)
```PowerShell
scoop bucket add siku https://github.com/amorphobia/siku
scoop install rust-sl
```
### Using [cargo-binstall](https://crates.io/crates/cargo-binstall)
```Shell
cargo binstall rust-sl
```
### Prebuilt Binaries
Find and download from [release page](https://github.com/amorphobia/rust-sl/releases).
## Usage
```Shell
sl [OPTIONS]
```
## Options
```text
-a, --accident An accident is occurring. People cry for help
-c, --C51 C51 appears instead of D51
-F, --fly It flies like the galaxy express 999
-h, --help Print help information
-l, --little Little version
-V, --version Print version information
```
## License
The original code was written in c by Toyoda Masashi. See [Original License](#original-license-c-version) below.
The modified (rust) code is opensourced under [AGPL-3.0](https://github.com/amorphobia/rust-sl/blob/master/LICENSE).
## Original License (c version)
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.