termdict is a small dictionary tool for the command line, utilizing the Free Dictionary API.
You can use it to define words:
$ termdict define synthesis
synthesis
[noun] A deduction from the general to the particular.
[noun] The combination of thesis and antithesis.
[noun] (grammar) The uniting of ideas into a sentence.
[noun] The reunion of parts that have been divided.or use it to manage your own vocab list for convenient access:
$ termdict list add ameliorate entropy
$ termdict list
ameliorate
entropy
$ termdict define --random
ameliorate
[verb] To become better; improve.Install via the below command:
go install github.com/caproven/termdict@latestRun termdict to see a list of available commands. Use the --help on any command to see all options.
termdict will store your vocab list under {USER_CONFIG_DIR}/termdict/.