You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I explored whether kongplete could be used to implement shell completion in https://github.com/jotaen/klog, and I discovered that the user experience was unsatisfactory because kongplete does not enable default shell completions for things like file paths. (See jotaen/klog#177 for details.) This could be achieved by changing the commands in shellInstall map. For example, the change for bash would be from
I explored whether kongplete could be used to implement shell completion in https://github.com/jotaen/klog, and I discovered that the user experience was unsatisfactory because kongplete does not enable default shell completions for things like file paths. (See jotaen/klog#177 for details.) This could be achieved by changing the commands in
shellInstall
map. For example, the change for bash would be fromto
It seems to me that this change would improve the usability of completions. Is there a reason why kongplete does not already do this?
The text was updated successfully, but these errors were encountered: