[GH-ISSUE #12909] Add bash-completions support #8557

Open
opened 2026-04-12 21:16:43 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @hopeseekr on GitHub (Nov 2, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/12909

It would be nice to have bash-completions support, particularly for ollama run <MODEL> so that I don't have to continually consult ollama list as to what models are installed on the system.

What complicates this is the ":" in the model parameters. For instance "gemma3:12b gemma3:270m gemma3:27b", as bash-completions historically cannot get past the ":".

Originally created by @hopeseekr on GitHub (Nov 2, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/12909 It would be nice to have bash-completions support, particularly for `ollama run <MODEL>` so that I don't have to continually consult `ollama list` as to what models are installed on the system. What complicates this is the ":" in the model parameters. For instance "gemma3:12b gemma3:270m gemma3:27b", as bash-completions historically cannot get past the ":".
GiteaMirror added the feature request label 2026-04-12 21:16:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#8557