Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patching the function for autocompletion #381

Closed
manmio opened this issue May 11, 2018 · 1 comment
Closed

patching the function for autocompletion #381

manmio opened this issue May 11, 2018 · 1 comment

Comments

@manmio
Copy link

manmio commented May 11, 2018

autocompletion does not work for me in my bash.
After patching the function from
cheat -l | cut -d' ' -f1
to
cheat -L | cut -d'/' -f5
autocompltion works fine for me.

@chrisallenlane
Copy link
Member

With the Go rewrite (#470), this will no longer work. Implementing proper shell integration is a high priority now, though - see #476. There should be some integration updates coming over the next few days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants