termdict

command module
v0.0.0-...-afe7ca7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2022 License: MIT Imports: 3 Imported by: 0

README

TermDict

A CLI dictionary written in Go.

screenshot-windows-terminal

Preview

$ dict -find happy 
Happy

----------------------------------
Meanings:
[noun]
• A happy event, thing, person, etc.
  
[noun]
• Preceded by the: happy people as a group.
  
[verb]
• Often followed by up: to become happy; to brighten up, to cheer up.
  
• Often followed by up: to make happy; to brighten, to cheer, to enliven.
...

Build

For bash

cd termdict
go build -o dict
echo "alias dict='$(pwd)/dict'" >> ~/.bashrc

For zsh

cd termdict
go build -o dict
echo "alias dict='$(pwd)/dict'" >> ~/.zshrc

Special Thanks

This dictionary uses freeDictionaryAPI as the source. This tool couldn't have done without the API.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL