logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Dictionary Lookup - Search Dictionaries with sdcv | Online Free DevTools by Hexmos

Lookup dictionary definitions with sdcv. Search online dictionaries and retrieve definitions using the command line interface. Free online tool, no registration required.

sdcv

StarDict, a dictionary client. Dictionaries are provided separately from the client. More information: https://manned.org/sdcv.

  • Start sdcv interactively:

sdcv

  • List installed dictionaries:

sdcv --list-dicts

  • Display a definition from a specific dictionary:

sdcv --use-dict {{dictionary_name}} {{search_term}}

  • Look up a definition with a fuzzy search:

sdcv {{search_term}}

  • Look up a definition with an exact search:

sdcv --exact-search {{search_term}}

  • Look up a definition and format the output as JSON:

sdcv --json {{search_term}}

  • Search for dictionaries in a specific directory:

sdcv --data-dir {{path/to/directory}} {{search_term}}

See Also