[PR #980] #925: Tab Completion #72711

Open
opened 2026-05-05 04:15:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/980
Author: @boguszj
Created: 11/2/2023
Status: 🔄 Open

Base: mainHead: main


📝 Commits (9)

  • 27c14de #925: Tab Completion
  • a47733d Rename 'generateCompletions' -> 'completion' & write scripts to stdout instead of a file
  • 8c279b7 Mention bash-completion package in readme
  • 90ac9d3 Do not autocomplete on pull & zsh, fish examples in readme
  • e919673 Disable autocompletion entirely when its not required
  • 4ea010a Merge branch 'main' into main
  • 8b162cc Merge branch 'main' into main
  • a258194 Remove relativity from bash instructions
  • 2557298 Do not offer duplicate completions

📊 Changes

3 files changed (+138 additions, -45 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 README.md (+12 -0)
📝 cmd/cmd.go (+125 -45)

📄 Description

Could not find contribution guidelines, I hope I'm not missing anything huge.

Did not include this in an installation script, to not force unwanted defaults.

#925


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/980 **Author:** [@boguszj](https://github.com/boguszj) **Created:** 11/2/2023 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (9) - [`27c14de`](https://github.com/ollama/ollama/commit/27c14de257b4a8f662426a52b068855860385357) #925: Tab Completion - [`a47733d`](https://github.com/ollama/ollama/commit/a47733d4de85eae5360bcd4f92971e7b1d75e638) Rename 'generateCompletions' -> 'completion' & write scripts to stdout instead of a file - [`8c279b7`](https://github.com/ollama/ollama/commit/8c279b784a8e2dccafb424c0ea9aea0dd2651248) Mention bash-completion package in readme - [`90ac9d3`](https://github.com/ollama/ollama/commit/90ac9d379a78cdbad97a2a37ceee49cb19df7b5f) Do not autocomplete on pull & zsh, fish examples in readme - [`e919673`](https://github.com/ollama/ollama/commit/e9196732014eef2414f844af8c484785bb84ca03) Disable autocompletion entirely when its not required - [`4ea010a`](https://github.com/ollama/ollama/commit/4ea010a520cb3bd9e21c641b38d06b7abc8a401a) Merge branch 'main' into main - [`8b162cc`](https://github.com/ollama/ollama/commit/8b162cca43e107968589574d39c931b922119f19) Merge branch 'main' into main - [`a258194`](https://github.com/ollama/ollama/commit/a2581940108ccabb2d9c729df42a5639b1df3eca) Remove relativity from bash instructions - [`2557298`](https://github.com/ollama/ollama/commit/25572988c3c9589915b442f1d59bc9f96c22bb82) Do not offer duplicate completions ### 📊 Changes **3 files changed** (+138 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `README.md` (+12 -0) 📝 `cmd/cmd.go` (+125 -45) </details> ### 📄 Description Could not find contribution guidelines, I hope I'm not missing anything huge. Did not include this in an installation script, to not force unwanted defaults. #925 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-05 04:15:37 -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#72711