mitnk / cicada

An old-school bash-like Unix shell written in Rust
https://hugo.wang/cicada/
MIT License
981 stars 50 forks source link

[Feature] Auto-complete #40

Closed danimesq closed 1 year ago

danimesq commented 2 years ago

Did you saw this in Nu? Its simply amazing. I have an idea to make our own approach.

mitnk commented 2 years ago

Hey @danimesq, could you provide more details on this?

danimesq commented 1 year ago

All I have is an inspiration for this idea: nushell's autocomplete

mitnk commented 1 year ago

I never tired nushell, so I do not know what it's like. cicada does not have auto-completion. We only have normal completion.

Cicada is designed to be simple. I don't think I'd add things like auto-competion, which sounds tricky or slow, haha. We love explicit.