Skip to content

Add shell completion for models, templates and option names#952

Open
yorickvP wants to merge 5 commits intosimonw:mainfrom
yorickvP:model-complete
Open

Add shell completion for models, templates and option names#952
yorickvP wants to merge 5 commits intosimonw:mainfrom
yorickvP:model-complete

Conversation

@yorickvP
Copy link
Copy Markdown

This adds support for autocompleting the -m, -t and -o arguments. I've found it very useful so far to look up gemini models and remember what the options were called.

click shell_completion docs: https://click.palletsprojects.com/en/stable/shell-completion/

Quick setup/testing:

  • bash: eval $(_LLM_COMPLETE=bash_source llm)
  • zsh: eval "$(_FOO_BAR_COMPLETE=zsh_source foo-bar)"
  • fish: _LLM_COMPLETE=fish_source llm | source

@simonw simonw force-pushed the main branch 2 times, most recently from 569b316 to f5a38d3 Compare June 1, 2025 19:31
@yorickvP
Copy link
Copy Markdown
Author

yorickvP commented Jun 7, 2025

I've been using this ever since creating it, it works well and is a major improvement over remembering gemini model names.

@rocha
Copy link
Copy Markdown

rocha commented Jun 19, 2025

This is very useful. I hope @simonw sees it and merges it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants