jargon 0.2.0

Command line tool for displaying a random entry from the Jargon File.
docs.rs failed to build jargon-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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 120 \
    --nonumbers \
    ${INTERNET_ARCHIVE_URL} | gzip --best -c > jargon.txt.gz

Build using cargo:

cargo build --release

This will update src/lib.rs in-place.

Personally, I've created a symbolic link to the resulting binary and added jargon to my .bashrc file:

ln -s $(pwd)/target/release/jargon ${HOME}/bin/jargon