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

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.

1 participant