TheR1D / shell_gpt

A command-line productivity tool powered by AI large language models like GPT-4, will help you accomplish your tasks faster and more efficiently.
MIT License
9.8k stars 770 forks source link

Shell autocompletions #472

Open TheR1D opened 9 months ago

TheR1D commented 9 months ago

Since ShellGPT is builded with Typer we can utilise autocomplitions in order to improve user experience.

ShellGPT reads multiple files on invoke (config, roles) we might need to optimise it, to make it more responsive.

bash-bandicoot commented 3 months ago

I think autocompletion with --model will be a blast!