| Crates.io | rquote |
| lib.rs | rquote |
| version | 0.1.0 |
| created_at | 2024-11-07 01:57:24.189293+00 |
| updated_at | 2024-11-07 01:57:24.189293+00 |
| description | A command line tool that prints random quotes. Essentially fortune, but written in Rust. |
| homepage | |
| repository | https://github.com/OtterCodes101/rquote |
| max_upload_size | |
| id | 1439380 |
| size | 33,943 |
A port of a project I did for HackClub Arcade, cquote, to Rust!
To compile, you just need to run cargo build --release in your shell. The binary will be in the target/release directory.
If you want to use your own quotes, use the -f flag to specify a quotes file. Every newline is interpreted as a different quote.
rquote also supports parsing fortune files. To parse a quotes file in fortune mode, use the -F flag.