File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 22
33Interactive, safe “rename” for Ollama models. Under the hood it ** copies** a model to a new name, then (optionally) ** deletes** the original.
44
5+ <img width =" 598 " height =" 154 " alt =" image " src =" https://github.com/user-attachments/assets/0d7b870c-aadf-4c7d-80f9-5c2eceb51582 " />
6+
7+
58## Features
9+ - Alpha software: use at your own risk.
610- Lists local models, fuzzy-pick one, suggests a short clean name.
711- Copy → optional delete (i.e., move). Checks if model is loaded before delete.
812- Overwrite guard (interactive prompt or ` --overwrite ` flag).
913- Works via Ollama HTTP API; can fall back to ` ollama cp ` /` ollama rm ` .
1014- Windows & Linux.
1115
1216## Requirements
13- - Ollama installed and running ( ` OLLAMA_HOST ` honored, defaults to ` http://127.0.0.1:11434 ` ) .
17+ - Ollama installed.
1418- Rust toolchain (for building from source).
1519
1620## Install (Windows)
@@ -32,9 +36,7 @@ install -Dm755 target/release/ollama-rename ~/.local/bin/ollama-rename
3236
3337Interactive (recommended):
3438
35- ``` bash
36- ollama-rename
37- ```
39+ Double-click the resulting .exe you built. That simple.
3840
3941Non-interactive:
4042
@@ -50,3 +52,4 @@ ollama-rename rename --from "gpt-oss:latest" --to "gpt-oss" --overwrite
5052```
5153
5254Useful flags: ` --host <URL> ` , ` --use-cli-fallback ` , ` --force ` (delete even if loaded), ` --dry-run ` .
55+
You can’t perform that action at this time.
0 commit comments