文件名称:terminal-lexicon:终端中的字典
文件大小:51KB
文件格式:ZIP
更新时间:2024-06-18 22:57:29
nodejs javascript terminal dictionary JavaScript
terminal-lexicon
几乎每天都需要看英文文档,经常需要查单词,每次打开词典,输入后查词,感觉效率太低,而终端其实算是桌面上始终打开着的程序,由此有了此在终端中查单词的程序。
安装
本程序需要全局安装。
使用 yarn
yarn global add terminal-lexicon
使用 npm
npm install terminal-lexicon -g
使用
安装成功后,使用dict
【文件预览】:
terminal-lexicon-master
----config.js(442B)
----package.json(904B)
----readme.md(4KB)
----package-lock.json(15KB)
----src()
--------index.js(1KB)
--------fotmat.js(2KB)
--------search.js(3KB)
--------crawlers()
--------libs()
----.eslintrc.js(343B)
----.gitIgnore(28B)
----yarn.lock(113KB)