Skip to content
/ lookup Public
forked from electr1fy0/dicta

A command line dictionary tool

Notifications You must be signed in to change notification settings

mkaz/lookup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lookup

A stylish command-line dictionary tool that fetches definitions, pronunciations, and examples.

This is a fork of dicta by electr1fy0 - thanks for the original implementation!

What's Different

  • Simplified usage - just lookup <word> instead of dicta meaning <word>
  • Glamorous output - styled with Lipgloss featuring colors, borders, and clean formatting
  • Streamlined display - limits to 3 definitions per part of speech, deduplicates phonetics

Install

From source

git clone https://github.com/mkaz/lookup.git
cd lookup
go build -o lookup

Usage

lookup serendipity
lookup ephemeral
lookup hello

Output includes:

  • Phonetic pronunciation
  • Part of speech (noun, verb, etc.)
  • Definitions with examples
  • Synonyms and antonyms (when available)

Notes

  • Requires an internet connection to fetch definitions.
  • Data is sourced from api.dictionaryapi.dev.

About

A command line dictionary tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%