1 个不稳定版本
0.1.0 | 2022年4月20日 |
---|
#64 在 #lookup
1.5MB
76 行
术语CLI,一个终端术语文件查看器
安装
在git仓库根目录下运行 cargo install --path .
二进制文件将被安装到 ~/.cargo/bin
,您可能需要source ~/.cargo/env
来使用它。
建议将 jargon447
文件复制到 /usr/local/share/jargon
的默认路径。
使用
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
更新文件
您可以从 http://www.catb.org/jargon/oldversions/ 下载文件的文本版本。
该文件似乎包含无效的UTF-8,可以使用iconv将其删除
iconv -f utf8 -t utf8//IGNORE < jargonfile > jargonwithvalidunicode