funky
funky copied to clipboard
Add ZSH Completion
In addition to standard ZSH completion, funks should also autocomplete. For example, funky -e r<Tab>
should expand to funky -e run
if run
is defined as a function.
Depends: #103
We can use argcomplete for this.