https://github.com/artemavramenko/copycopydict
Background app that opens a selected word definition by Ctrl+C+C
https://github.com/artemavramenko/copycopydict
dictionary-software keyboard-hooks
Last synced: about 2 months ago
JSON representation
Background app that opens a selected word definition by Ctrl+C+C
- Host: GitHub
- URL: https://github.com/artemavramenko/copycopydict
- Owner: ArtemAvramenko
- License: mit
- Created: 2019-05-18T14:43:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-10T11:54:28.000Z (over 1 year ago)
- Last Synced: 2025-02-02T11:31:40.188Z (4 months ago)
- Topics: dictionary-software, keyboard-hooks
- Language: C#
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CopyCopyDict
Background app that opens the definition or translation of a selected word with Ctrl+C+C
The tool is less than 30 KB in size and works on all versions of Windows, from Windows XP to Windows 11.
[Releases](../../releases) page
In the [CopyCopyDict.exe.config](../../blob/master/bin/Release/CopyCopyDict.exe.config) file, you can add one or more services by specifying languages and query format in the url pattern. For example:
* `https://translate.google.com/?sl=en&tl=es&text={0}`
* `https://context.reverso.net/translation/english-spanish/{0}`
* `https://www.lingvolive.com/en-us/translate/en-es/{0}`
* `https://www.thesaurus.com/browse/{0}`