c-bata / go-prompt

Building powerful interactive prompts in Go, inspired by python-prompt-toolkit.
https://godoc.org/github.com/c-bata/go-prompt
MIT License
5.29k stars 348 forks source link

[Feature Request] Reverse Search #240

Open binaek opened 3 years ago

binaek commented 3 years ago

Feature Request

Prompts based on readline offer a reverse-search feature which is really handy as an input tool.

Is there any plan to add this in go-prompt?

Totktonada commented 3 years ago

Looks as duplicate of #91.