{"id":13592241,"url":"https://github.com/kenshinji/yddict","last_synced_at":"2025-04-08T23:31:32.729Z","repository":{"id":60785308,"uuid":"101292476","full_name":"kenshinji/yddict","owner":"kenshinji","description":"一个命令行查单词的工具💻 📚","archived":false,"fork":false,"pushed_at":"2024-10-30T22:48:25.000Z","size":516,"stargazers_count":376,"open_issues_count":6,"forks_count":65,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-10-30T23:24:23.315Z","etag":null,"topics":["dictionary","hacktoberfest","hacktoberfest2022","hacktoberfest2024","nodejs","npm-package"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kenshinji.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"kenshinji","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2017-08-24T12:27:51.000Z","updated_at":"2024-10-30T22:48:29.000Z","dependencies_parsed_at":"2023-02-08T09:46:36.554Z","dependency_job_id":null,"html_url":"https://github.com/kenshinji/yddict","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenshinji%2Fyddict","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenshinji%2Fyddict/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenshinji%2Fyddict/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kenshinji%2Fyddict/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kenshinji","download_url":"https://codeload.github.com/kenshinji/yddict/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223346580,"owners_count":17130464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dictionary","hacktoberfest","hacktoberfest2022","hacktoberfest2024","nodejs","npm-package"],"created_at":"2024-08-01T16:01:07.262Z","updated_at":"2024-11-06T13:30:39.683Z","avatar_url":"https://github.com/kenshinji.png","language":"JavaScript","funding_links":["https://ko-fi.com/kenshinji","https://www.buymeacoffee.com/kenshinji"],"categories":["JavaScript"],"sub_categories":[],"readme":"# 有道词典命令行查询工具 [English](./README_en.md)\n\n\u003e不喜欢安装有道词典的应用程序，因为太耗资源还一堆广告，但是用浏览器打开`dict.youdao.com`也挺麻烦的，不是吗？快来试试我的有道词典命令行工具吧！\n\n[![GitHub stars](https://img.shields.io/github/stars/kenshinji/yddict.svg?style=plastic)](https://github.com/kenshinji/yddict/stargazers)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/kenshinji/yddict/blob/master/LICENSE.txt)\n[![npm version](https://badge.fury.io/js/yddict.svg)](https://badge.fury.io/js/yddict)\n[![Code Climate](https://codeclimate.com/github/kenshinji/yddict/badges/gpa.svg)](https://codeclimate.com/github/kenshinji/yddict)\n[![Build Status](https://travis-ci.org/kenshinji/yddict.svg?branch=master)](https://travis-ci.org/kenshinji/yddict)\n[![Coverage Status](https://coveralls.io/repos/github/kenshinji/yddict/badge.svg?branch=master)](https://coveralls.io/github/kenshinji/yddict?branch=master)\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fkenshinji%2Fyddict.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fkenshinji%2Fyddict?ref=badge_shield)\n\n[![gif with examples][examples-link]][examples-link]\n\n## 安装\n\n    npm install yddict -g\n\n## 使用说明\n\n    yd \u003c要查询的单词\u003e\n\n - ### 自定义设置\n  目前自定义设置选项如下，可以通过用户主目录下`.config/configstore/yddict.json`文件来配置, 如果没有该文件，第一次运行之后会自动生成。\n\n    {\n      \"proxy\":\"http://\u003c主机地址\u003e:\u003c端口\u003e\" //代理设置\n      \"color\":\"\u003c自定义显示颜色\u003e\" //自定义字体颜色显示，默认白色\n    }\n\n## 功能特点\n- 支持英文查中文\n- 支持中文查英文\n- 支持发音标注\n- 支持网络释义\n- 支持自定义代理和颜色设置\n\n## 命令行选项\n    yd -h, --help     显示帮助信息\n    yd -v, --version  显示版本号\n    yd \u003cword\u003e         查询单词或短语\n\n## 系统要求\n- Node.js \u003e= 12.0.0\n- npm \u003e= 6.0.0\n\n## 常见问题\n如果安装或使用过程中遇到问题，请确保：\n1. Node.js 版本符合要求\n2. 使用 `npm install -g yddict` 进行全局安装\n3. 如果在公司网络环境下使用，请正确配置代理设置\n\n## 开源协议\nMIT License\n\n## 如何贡献代码\n1. 先[fork](https://www.zhihu.com/question/20431718)这个代码库。\n2. `npm install` 安装所需要的依赖。\n3. 代码改动之后请运行`npm test`确保你的改动没有影响到其他的部分。\n4. 提[PR](https://www.zhihu.com/question/21682976).\n\n## 参与讨论\n\n 1.  [Telegram 群](https://t.me/yddict)\n\n[examples-link]:   https://raw.githubusercontent.com/kenshinji/yddict/master/example.gif\n\n## 请作者喝一杯咖啡\n\u003ca href=\"https://www.buymeacoffee.com/kenshinji\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/arial-violet.png\" alt=\"Buy Me A Coffee\" style=\"height: 51px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenshinji%2Fyddict","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkenshinji%2Fyddict","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenshinji%2Fyddict/lists"}