All Projects → kenshinji → Yddict

kenshinji / Yddict

Licence: mit
一个命令行查单词的工具💻 📚

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Yddict

js-mdict
*.mdx/*.mdd interpreter js implements
Stars: ✭ 91 (-73.55%)
Mutual labels:  dictionary, npm-package
Bewgor
Bull's Eye Wordlist Generator - Does your password rely on predictable patterns of accessible info?
Stars: ✭ 333 (-3.2%)
Mutual labels:  dictionary
Tinify Nodejs
Node.js client for the Tinify API.
Stars: ✭ 299 (-13.08%)
Mutual labels:  npm-package
Mlib
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
Stars: ✭ 321 (-6.69%)
Mutual labels:  dictionary
Electron Serve
Static file serving for Electron apps
Stars: ✭ 310 (-9.88%)
Mutual labels:  npm-package
Jest Mongodb
Jest preset for MongoDB in-memory server
Stars: ✭ 323 (-6.1%)
Mutual labels:  npm-package
Ow
Function argument validation for humans
Stars: ✭ 3,415 (+892.73%)
Mutual labels:  npm-package
Vue Drag Tree
🌴🌳a Vue's drag and drop tree component || 🌾Demo
Stars: ✭ 337 (-2.03%)
Mutual labels:  npm-package
Eslint Plugin Vue
Official ESLint plugin for Vue.js
Stars: ✭ 3,592 (+944.19%)
Mutual labels:  npm-package
React Router Util
Useful components and utilities for working with React Router
Stars: ✭ 320 (-6.98%)
Mutual labels:  npm-package
Modern Normalize
🐒 Normalize browsers' default style
Stars: ✭ 3,924 (+1040.7%)
Mutual labels:  npm-package
Alfred Npms
Alfred 3 workflow to search for npm packages with npms.io
Stars: ✭ 312 (-9.3%)
Mutual labels:  npm-package
Alfred Emoj
Alfred 3 workflow to find relevant emoji from text
Stars: ✭ 325 (-5.52%)
Mutual labels:  npm-package
Firestore Backup Restore
NPM package for backup and restore Firebase Firestore
Stars: ✭ 307 (-10.76%)
Mutual labels:  npm-package
Node Tail
The zero dependency Node.js module for tailing a file
Stars: ✭ 335 (-2.62%)
Mutual labels:  npm-package
Hashids.js
A small JavaScript library to generate YouTube-like ids from numbers.
Stars: ✭ 3,525 (+924.71%)
Mutual labels:  npm-package
Ydict
Yet another command-line youdao dictionary for geeks!
Stars: ✭ 318 (-7.56%)
Mutual labels:  dictionary
Highlightjs Line Numbers.js
Line numbering plugin for Highlight.js
Stars: ✭ 323 (-6.1%)
Mutual labels:  npm-package
Meteor Now
Instantly deploy your Meteor apps with `meteor-now`
Stars: ✭ 339 (-1.45%)
Mutual labels:  npm-package
Electron Timber
Pretty logger for Electron apps
Stars: ✭ 337 (-2.03%)
Mutual labels:  npm-package

有道词典命令行查询工具 English

不喜欢安装有道词典的应用程序,因为太耗资源还一堆广告,但是用浏览器打开dict.youdao.com也挺麻烦的,不是吗?快来试试我的有道词典命令行工具吧!

GitHub stars MIT licensed npm version Code Climate Build Status Coverage Status FOSSA Status

gif with examples

安装

npm install yddict -g

使用说明

yd <要查询的单词>
  • 自定义设置

目前自定义设置选项如下,可以通过用户主目录下.config/configstore/yddict.json文件来配置, 如果没有该文件,第一次运行之后会自动生成。

{
  "proxy":"http://<主机地址>:<端口>" //代理设置
  "color":"<自定义显示颜色>" //自定义字体颜色显示,默认白色
}

如何贡献代码

  1. fork这个代码库。
  2. npm install 安装所需要的依赖。
  3. 代码改动之后请运行npm test确保你的改动没有影响到其他的部分。
  4. PR.

参与讨论

  1. Telegram 群

请作者喝一杯咖啡

Buy Me A Coffee

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].