dbcli / mycli

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
http://mycli.net
Other
11.32k stars 656 forks source link

Can support fzf select history in mycli? #726

Open kevinhwang91 opened 5 years ago

kevinhwang91 commented 5 years ago

It's very convenient like in shell to select history. I think is a very awesome feature in mycli!

tsroten commented 5 years ago

This is a neat idea! At this time, prompt_toolkit, the library we use for searching the history, doesn't support customizing the search. But, I think this is definitely do-able.

@jonathanslenders (author of prompt_toolkit), has said this is feasible for the future :thumbsup:.

JunkoPF commented 1 week ago

Is there any progress?