KHub 1.0.2 is now live.
This update adds MCP support, support for Podman, Kubernetes, and Docker, fixes a lot of bugs, and brings major performance improvements. KHub is now 3.6x faster than it was before.
If youโd like to financially support me and the project, feel free to contact me.
Thank you to everyone who has supported KHub so far. If you find any bugs or security vulnerabilities, please report them so I can fix them as soon as possible.
https://t.co/OHwjqObHiH
@Abhi71X@sysxplore OR if you want you can delete the lines with this:
sed -i '/shopt -s cdspell/d' ~/.bashrc
sed -i '/set completion-ignore-case on/d' ~/.inputrc
then run:
source ~/.bashrc && bind -f ~/.inputrc
@Abhi71X@sysxplore to disable them for the current session without editing files just run:
shopt -u cdspell
bind 'set completion-ignore-case off'
to disable them permanently without deleting just open ~/.bashrc and ~/.inputrc and add a "#" at the beginning of those lines to comment them out.