jargon
Spawned from a bout of nostalgia and some free time.
The contents of jargon.txt.gz
were originally derived from the
Internet Archive:
bash
lynx \
--dump \
--width 120 \
--nonumbers \
${INTERNET_ARCHIVE_URL} | gzip --best -c > jargon.txt.gz
Build using cargo
:
bash
cargo build --release
This will update src/lib.rs
in-place. The resulting changes can be
ignored with:
bash
git update-index \
--assume-unchanged \
src/lib.rs
This can be run locally using cargo
:
bash
cargo run --release
Alternatively, having built it as above, the resulting binary located
in target/release/jargon
can be executed directly:
bash
./target/release/jargon
Releases are
available as deb
packages.