Documentation of the new tab completer feature: <...
# kash_shell
c
Documentation of the new tab completer feature: https://github.com/cbeust/kash#writing-a-tab-completer
🎄 1
d
It's like a gift to Kotlin community, Thanks a lot!
c
Thanks but that was @linux_china's idea 🙂
y
I misunderstood this part. Thought you were implementing bash/fish/zsh completion for commands implemented in kash.
c
No, I implemented extensible tab completion for Kash 🙂
y
yep. That is pretty cool. I play a lot in this space, and at my worst point reimplemented a CLI client in python for the awesomeness of prompt toolkit.
If you want good ideas, steal from there.
c
Can you expand?
Are you saying the Python CLI is great and should be copied?
y
Yep. If this is an area you want to really own for kotlin and make kotlin a viable competitor to python CLI tools.
c
That's the completion dialog? Nice
JLine's completion is pretty rich, I'm only using a very tiny subset of it
For example, it allows groups, which I don't really use right now
y
I like where this is heading.
c
Feel free to file feature requests for Kash, inspired by Python or whatever
👍 1
y
Looks great
c
Switching to the channel