etym 0.0.8

Queries EtymOnline.com to look up etymologies for words
Documentation

etym

Single, statically-linked binary to query EtymOnline from the command line. It formats the output nicely, using bold for keywords and italic for foreign words.

Installation

First, make sure you have Rust installed. Then:

cargo install --force etym

You can also build a deb package locally:

git clone https://github.com/conorsch/etym
cd etym
cargo deb

The package will be available at target/debian/*.deb.

Usage

Requirements

  • Assumes Linux, but should be easy enough to build for other targets
  • Requires the Rust toolchain to build.

License

MIT