mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
Adding ollama command completion plugin
This commit is contained in:
parent
2423b7a12d
commit
4a044ac036
3 changed files with 157 additions and 0 deletions
18
plugins/ollama/README.md
Normal file
18
plugins/ollama/README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Ollama
|
||||
|
||||
This plugin provides command completion for Ollama executable.
|
||||
|
||||
It has been adapted from the [Grégoire Compagnon's gist on Github](https://gist.github.com/obeone/9313811fd61a7cbb843e0001a4434c58#file-readme-md):
|
||||
|
||||
It should work out the box if you add it to the plugins array.
|
||||
|
||||
## Port to oh-my-zsh
|
||||
|
||||
© Konstantin Gredeskoul
|
||||
|
||||
A very simple port was made by...
|
||||
|
||||
* [https://kig.re](Konstantin's Blog @ https://kig.re)
|
||||
* [https://github.com/kigster](Konstantin's Github Page)
|
||||
|
||||
And distributede under the same license as oh-my-zsh.
|
||||
Loading…
Add table
Add a link
Reference in a new issue