Skip to content

CalK16/termdict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A tiny terminal dictionary.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages