jargon

Crates.iojargon
lib.rsjargon
version0.3.5
sourcesrc
created_at2020-01-08 20:08:17.316609
updated_at2024-02-06 17:21:49.422702
descriptionCommand line tool for displaying a random entry from the Jargon File.
homepage
repositoryhttps://github.com/PsypherPunk/jargon-rs
max_upload_size
id196669
size732,894
Roger G. Coram (PsypherPunk)

documentation

README

jargon

audit-lint release

About

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

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

Running

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

Releases are available as deb and rpm packages.

Commit count: 25

cargo fmt