Skip to content

Commit 9c5167d

Browse files
authored
Update README.md
1 parent bcd346a commit 9c5167d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22

33
Interactive, 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

3337
Interactive (recommended):
3438

35-
```bash
36-
ollama-rename
37-
```
39+
Double-click the resulting .exe you built. That simple.
3840

3941
Non-interactive:
4042

@@ -50,3 +52,4 @@ ollama-rename rename --from "gpt-oss:latest" --to "gpt-oss" --overwrite
5052
```
5153

5254
Useful flags: `--host <URL>`, `--use-cli-fallback`, `--force` (delete even if loaded), `--dry-run`.
55+

0 commit comments

Comments
 (0)