Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aksh-bansal-dev/doyoumean

A CLI tool to fuzzy search any file or dictionary.
https://github.com/aksh-bansal-dev/doyoumean

Last synced: 25 days ago
JSON representation

A CLI tool to fuzzy search any file or dictionary.

Awesome Lists containing this project

README

        

# doyoumean

A CLI tool to fuzzy search any file or dictionary.

It uses Longest Common Subsequence for fuzzy search and levenshtein distance algorithm for dictionary search.

![ezgif com-crop](https://user-images.githubusercontent.com/63552235/226174736-4c0e1820-8f30-4856-bab0-c1940a98f623.gif)

## How to use?

- Run `go run main.go -f ` for fuzzy seach mode
- Run `go run main.go` for dictionary mode

> Note: you can see all available flags using `-h` flag

## Credits

The words in wordlist are from [ef.com](https://www.ef.com/wwen/english-resources/english-vocabulary/top-1000-words/).