
sdcv
List of commands for sdcv:
-
sdcv:tldr:2ac43 sdcv: List installed dictionaries.$ sdcv --list-dictstry on your machineexplain this command
-
sdcv:tldr:3219e sdcv: Look up a definition and format the output as JSON.$ sdcv --json ${search_term}try on your machineexplain this command
-
sdcv:tldr:43b25 sdcv: Search for dictionaries in a specific directory.$ sdcv --data-dir ${path-to-directory} ${search_term}try on your machineexplain this command
-
sdcv:tldr:55929 sdcv: Display a definition from a specific dictionary.$ sdcv --use-dict ${dictionary_name} ${search_term}try on your machineexplain this command
-
sdcv:tldr:7ebad sdcv: Look up a definition with a fuzzy search.$ sdcv ${search_term}try on your machineexplain this command
-
sdcv:tldr:d702b sdcv: Look up a definition with an exact search.$ sdcv --exact-search ${search_term}try on your machineexplain this command