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

How to customize suggestion rendering? #262

Closed HuanMeng0 closed 2 years ago

HuanMeng0 commented 2 years ago

I am looking a method that can change suggestion rendering style.

I prefer the suggestion style that like network device, print suggestion line by line instead of a interactive list.

Here is is an example: image

Thanks!