jargoncli

Crates.iojargoncli
lib.rsjargoncli
version0.1.0
sourcesrc
created_at2022-04-20 17:58:58.309628
updated_at2022-04-20 17:58:58.309628
descriptionView the jargon file in a terminal
homepagehttps://github.com/10maurycy10/jargoncli
repositoryhttps://github.com/10maurycy10/jargoncli.git
max_upload_size
id571081
size3,173,352
(let ((x 5)) (+ x 1)) (letx5)

documentation

README

Jargoncli, a terminal Jargon file viewer

Installation

Run cargo install --path . in the root of the git repo.

The binary will be installed to ~/.cargo/bin you may have to source ~/.cargo/env to use it.

It is recommended to copy the jargon447 file to the default path of /usr/local/share/jargon.

Usage

jargoncli [file path/to/jargon/file] [define wordtodefine] [index]
	
	file: Jargon file location
	define: Print a word's entry in the file
	index: Output a list of entrys

Updating the file

You can download text versions of the file from http://www.catb.org/jargon/oldversions/.

The file seems to contain invalid UTF-8, which can be removed with iconv:

iconv -f utf8 -t utf8//IGNORE < jargonfile > jargonwithvalidunicode
Commit count: 10

cargo fmt