Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

yorickvP
Copy link

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
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

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