Add hints in command mode
Hello, first off thanks for the work on Ducker.
Is your feature request related to a problem? Please describe. It is a bit hard to identify which of the many docker commands are available in Ducker.
Describe the solution you'd like
Similarly to k9s Ducker could provide autocomplete hints when you enter command mode (pressing :).
Describe alternatives you've considered This could also be added somewhere like the hotkeys, but it could also add visual clutter.
Additional context
I didn't realise that this does already exist, but requires two letters to be typed as opposed to only one in k9s.
Closing as @azthec - I have added a flag in config to override the default required number of characters
The default is still 2, but if you set the following in ~/.config/ducker/config.yaml, it should work for you
autocomplete_minimum_length: 1