| Crates.io | jargon |
| lib.rs | jargon |
| version | 0.3.8 |
| created_at | 2020-01-08 20:08:17.316609+00 |
| updated_at | 2025-01-28 11:57:37.234797+00 |
| description | Command line tool for displaying a random entry from the Jargon File. |
| homepage | |
| repository | https://github.com/PsypherPunk/jargon-rs |
| max_upload_size | |
| id | 196669 |
| size | 737,005 |
jargonSpawned from a bout of nostalgia and some free time.
The contents of jargon.txt.gz were originally derived from the
Internet Archive:
lynx \
--dump \
--width 145 \
--nonumbers \
${INTERNET_ARCHIVE_URL} | gzip --best -c > jargon.txt.gz
Build using cargo:
cargo build --release
This will update src/lib.rs in-place. The resulting changes can be
ignored with:
git update-index \
--assume-unchanged \
src/lib.rs
This can be run locally using cargo:
cargo run --release
Alternatively, having built it as above, the resulting binary located
in target/release/jargon can be executed directly:
./target/release/jargon
Releases are
available as deb and rpm packages.