Skip to content

quietpigeon/cargo-thesaurust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

169 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

thesaurust

A simple dictionary application built within the terminal, written in Rust. Demo

How it works

The data is fetched from the API provided by https://dictionaryapi.dev/. Since words can contain more than one meanings, the user can toggle between different meanings based on the parts of speech the word has.

thesaurust has built-in spellchecking. The inserted word will first be sent to https://api.datamuse.com. It will generate a list of words that has the closest spelling to the original. Of course, if the original is spelled correctly, the word with the highest score will be the same as the original.

Installation

Note

You need to install Rust before you can proceed.

cargo install cargo-thesaurust --locked
thesaurust

Usage

  • /: Insert the word you would like to look for.
  • Enter: Search.
  • j, k: Select the part of speech and press Enter.
  • l, h: Toggle between multiple definitions.
  • q: Exit the app.

Roadmap

  • Show an example with the definition (if available)
  • Toggle between parts of speech
  • Toggle between definitions with the same part of speech
  • Use a spellchecking API to suggest correct spelling for words
  • Show synonyms
  • Publish crate
  • Loading screens
  • Allow users to select similarly spelled words

Contributors

Languages