anchepiece / suggest-autocorrect

Suggest correction of passed query to a list of entries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

suggest-autocorrect

Introduction

A console based tool to return the closest match in a list

Example console based implementation of the suggest library:

github.com/anchepiece/suggest

Usage

suggest-autocorrect 
	-q "query" 
	-c "comma-separated list of possible suggestions" 
	[-d (disables autocorrect)]

TODO

  • Complete testing

License

This library is under the MIT License

About

Suggest correction of passed query to a list of entries

License:MIT License


Languages

Language:Go 86.0%Language:Shell 14.0%