Analysis updated 2026-07-25 · repo last pushed 2017-08-29
Look up word definitions from the terminal without switching to a browser or separate app.
Use as a lightweight dictionary lookup backend for e-reader software like KOReader.
Search through multiple StarDict-format dictionaries installed on your system for word definitions.
| koreader/sdcv | expansionpak/moderngekko-template | johndcode/st3sh2 | |
|---|---|---|---|
| Stars | 10 | 11 | 11 |
| Language | Makefile | Makefile | Makefile |
| Last pushed | 2017-08-29 | — | — |
| Maintenance | Dormant | — | — |
| Setup difficulty | moderate | hard | moderate |
| Complexity | 2/5 | 5/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires compiling from source and obtaining your own StarDict-format dictionary files separately.
sdcv is a command-line dictionary tool that lets you look up word definitions right from your terminal. It was originally built to work with KOReader, an open-source e-book reader app, so that users could look up unfamiliar words while reading without leaving the application. The tool works with dictionaries in the StarDict format, which is a widely used open format for storing dictionary data. At a high level, you type a word at the command prompt, and the program searches through whatever StarDict-format dictionaries you have installed on your system, then prints the definitions directly to your screen. The README itself does not go into further detail about specific features, options, or configuration, and instead points users to the program's manual page and an installation file for more information. This would appeal to people who spend a lot of time working in a terminal or text-based environment and want quick, no-frills access to definitions. For example, a developer or writer reading documentation in a terminal window could look up a word without switching over to a web browser or opening a separate dictionary app. It is also useful for e-reader software projects like KOReader that need a lightweight backend component to handle dictionary lookups for their users. The project is notably minimal and focused. Rather than offering a graphical interface or bundled dictionaries of its own, it acts purely as a search engine for dictionary files you provide yourself. It is a fork of an earlier project by another developer, meaning the current maintainers took the existing source code and continued developing it to fit their needs within the KOReader ecosystem.
A command-line dictionary tool that looks up word definitions in your terminal using StarDict-format dictionary files you provide. Built as a lightweight lookup backend for the KOReader e-book reader.
Mainly Makefile. The stack also includes Makefile, C++, StarDict.
Dormant — no commits in 2+ years (last push 2017-08-29).
The explanation does not mention a specific license for this project.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.