ThePrimeagen / uhh

When you keep forgetting those sweet sweet sweet sweet commands.
26 stars 6 forks source link

RFC: Auto complete with just uhh #27

Open ThePrimeagen opened 4 years ago

ThePrimeagen commented 4 years ago

I think it would be most bestest if we could have some sort of uhh and it autocompletes for you. That would be pretty radical.

voldyman commented 4 years ago

I've been thinking of two approaches for auto-complete.

Standard command line style

the user types uhh <cmd> <partial search term> and presses tab, the shell will then show them a possible list of completions

FZF Style

the user runs uhh -s (s for shell) and then as they type, we show them auto-completion options.

what do you think?