A terminal-based Spanish dictionary client for the Royal Spanish Academy (Real Academia Española - RAE).
- Look up Spanish words directly from your terminal
- View detailed definitions and meanings
- Interactive TUI (Terminal User Interface) with keyboard navigation
- Display verb conjugations in all tenses
- Non-interactive CLI mode for quick lookups
- No API key required
go install github.com/rae-api-com/rae-tui@latest
Download the appropriate binary for your platform from the Releases page.
Launch the interactive TUI:
rae-tui
# or
rae-tui tui
With a specific word:
rae-tui tui palabra
Lookup a word directly:
rae palabra
↑
/k
: Move selection up↓
/j
: Move selection downn
: Search for a new wordq
/ESC
: Exit or go backENTER
: Select
MIT License
- go-rae - Go client for the RAE API
- tview - Terminal UI library
- Terminalizer - Used for creating demo GIFs