Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aksh-bansal-dev/doyoumean
- Owner: Aksh-Bansal-dev
- Created: 2022-10-25T13:19:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T12:20:57.000Z (almost 2 years ago)
- Last Synced: 2024-11-20T11:05:28.959Z (3 months ago)
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).