Crates.io | jargon |
lib.rs | jargon |
version | 0.3.5 |
source | src |
created_at | 2020-01-08 20:08:17.316609 |
updated_at | 2024-02-06 17:21:49.422702 |
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 | 732,894 |
jargon
Spawned 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.