{"id":19855768,"url":"https://github.com/jcs-elpa/define-it","last_synced_at":"2025-10-20T06:39:09.570Z","repository":{"id":41565865,"uuid":"217270244","full_name":"jcs-elpa/define-it","owner":"jcs-elpa","description":"Define, translate, wiki the word.","archived":false,"fork":false,"pushed_at":"2025-09-18T03:55:37.000Z","size":88,"stargazers_count":18,"open_issues_count":2,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-18T05:42:41.208Z","etag":null,"topics":["dictionary","emacs","translation"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcs-elpa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["jcs-elpa","jcs090218"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-10-24T10:12:50.000Z","updated_at":"2025-09-18T03:55:41.000Z","dependencies_parsed_at":"2023-12-11T10:29:30.413Z","dependency_job_id":"3975daab-32da-4bc9-907f-d9e9b0237af4","html_url":"https://github.com/jcs-elpa/define-it","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/jcs-elpa/define-it","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcs-elpa%2Fdefine-it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcs-elpa%2Fdefine-it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcs-elpa%2Fdefine-it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcs-elpa%2Fdefine-it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcs-elpa","download_url":"https://codeload.github.com/jcs-elpa/define-it/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcs-elpa%2Fdefine-it/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280031797,"owners_count":26260893,"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","status":"online","status_checked_at":"2025-10-20T02:00:06.978Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","emacs","translation"],"created_at":"2024-11-12T14:13:40.420Z","updated_at":"2025-10-20T06:39:09.538Z","avatar_url":"https://github.com/jcs-elpa.png","language":"Emacs Lisp","funding_links":["https://github.com/sponsors/jcs-elpa","https://github.com/sponsors/jcs090218","https://www.paypal.me/jcs090218","https://www.patreon.com/jcs090218"],"categories":[],"sub_categories":[],"readme":"[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![MELPA](https://melpa.org/packages/define-it-badge.svg)](https://melpa.org/#/define-it)\n[![MELPA Stable](https://stable.melpa.org/packages/define-it-badge.svg)](https://stable.melpa.org/#/define-it)\n\n# define-it\n\u003e Define, translate, wiki the word.\n\n[![CI](https://github.com/jcs-elpa/define-it/actions/workflows/test.yml/badge.svg)](https://github.com/jcs-elpa/define-it/actions/workflows/test.yml)\n\n\u003c!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc --\u003e\n**Table of Contents**\n\n- [define-it](#define-it)\n  - [📌 Dependencies](#📌-dependencies)\n  - [🛎️ Services](#🛎️-services)\n  - [🔨 Usage](#🔨-usage)\n  - [🔧 Customization](#🔧-customization)\n    - [Showing/Displaying](#showingdisplaying)\n    - [Output](#output)\n    - [Google Translate](#google-translate)\n  - [🛠️ Contribute](#🛠️-contribute)\n    - [🔬 Development](#🔬-development)\n  - [⚜️ License](#⚜️-license)\n\n\u003c!-- markdown-toc end --\u003e\n\n*P.S. Inspired by [Amazon Kindle](https://en.wikipedia.org/wiki/Amazon_Kindle)'s reading experiences.*\n\n## 📌 Dependencies\n\n* [define-word](https://github.com/abo-abo/define-word)\n* [google-translate](https://github.com/atykhonov/google-translate)\n* [wiki-summary](https://github.com/jozefg/wiki-summary.el)\n\n## 🛎️ Services\n\n* [Google Translate](https://translate.google.com/)\n* [Wikipedia](https://www.wikipedia.org/)\n\n## 🔨 Usage\n\nThese are the function calls available.\n\n* `define-it`\n* `define-it-at-point`\n\n## 🔧 Customization\n\n### Showing/Displaying\n\nYou can customize these variables below for controlling the displayed on the menu.\n\n* `define-it-show-dictionary-definition`\n* `define-it-show-google-translate`\n* `define-it-show-wiki-summary`\n\n### Output\n\nThere are two ways of outputing the menu. `pop` will output it in tooltip. `view`\nwill output it in the another buffer.\n\n```el\n(setq define-it-output-choice 'view)  ; Output with buffer.\n(setq define-it-output-choice 'pop)   ; Output with tooltip.\n```\n\n### Google Translate\n\nIf you don't want to select the `source` and `destination` every time,\nyou should consider set these variables below like this.\n\n```el\n(setq google-translate-default-source-language \"auto\")  ; Auto detect language.\n(setq google-translate-default-target-language \"en\")    ; Set your target language.\n```\n\n## 🛠️ Contribute\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)\n[![Elisp styleguide](https://img.shields.io/badge/elisp-style%20guide-purple)](https://github.com/bbatsov/emacs-lisp-style-guide)\n[![Donate on paypal](https://img.shields.io/badge/paypal-donate-1?logo=paypal\u0026color=blue)](https://www.paypal.me/jcs090218)\n[![Become a patron](https://img.shields.io/badge/patreon-become%20a%20patron-orange.svg?logo=patreon)](https://www.patreon.com/jcs090218)\n\nIf you would like to contribute to this project, you may either\nclone and make pull requests to this repository. Or you can\nclone the project and establish your own branch of this tool.\nAny methods are welcome!\n\n### 🔬 Development\n\nTo run the test locally, you will need the following tools:\n\n- [Eask](https://emacs-eask.github.io/)\n- [Make](https://www.gnu.org/software/make/) (optional)\n\nInstall all dependencies and development dependencies:\n\n```sh\neask install-deps --dev\n```\n\nTo test the package's installation:\n\n```sh\neask package\neask install\n```\n\nTo test compilation:\n\n```sh\neask compile\n```\n\n**🪧 The following steps are optional, but we recommend you follow these lint results!**\n\nThe built-in `checkdoc` linter:\n\n```sh\neask lint checkdoc\n```\n\nThe standard `package` linter:\n\n```sh\neask lint package\n```\n\n*📝 P.S. For more information, find the Eask manual at https://emacs-eask.github.io/.*\n\n## ⚜️ License\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.\n\nSee [`LICENSE`](./LICENSE.txt) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcs-elpa%2Fdefine-it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcs-elpa%2Fdefine-it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcs-elpa%2Fdefine-it/lists"}