fzf-docker
fzf-docker copied to clipboard
work with alias
I have an alias alias dk="docker"
I mostly use dk instead of docker in command line, but if I chagne docker by dk in your script, it won't work, how to get completion for dk that is an alias of docker instead docker?
Hey!
Sorry I hadn't answered your issue...
Actually I have no clue. I would love to make this work too! Help would be appreciated :blush:
I don't know what is different about my setup, but this works for me:
-
Generic completion

-
FZF completion on running container

That's great! But I don't understand how it managed to work without any configuration :thinking: