From 82abdb991159d9ecbea764d2f8205293c63a2491 Mon Sep 17 00:00:00 2001 From: greedy Date: Tue, 26 May 2026 20:00:01 +0930 Subject: [PATCH] Add Prompter - terminal-based Ollama model comparison tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3361439bf9..9e5c6a5d67 100644 --- a/README.md +++ b/README.md @@ -823,6 +823,7 @@ _Useful CLI-based tools for productivity._ - [tmuxp](https://github.com/tmux-python/tmuxp) - A [tmux](https://github.com/tmux/tmux) session manager. - [xonsh](https://github.com/xonsh/xonsh/) - A Python-powered shell. Full-featured and cross-platform. - [yt-dlp](https://github.com/yt-dlp/yt-dlp) - A command-line program to download videos from YouTube and other video sites, a fork of youtube-dl. + - [Prompter](https://github.com/whonixnetworks/prompter) - Terminal-based multi-model prompt comparison for Ollama. Compare LLM responses side-by-side, curses TUI, single-file, zero dependencies. - CLI Enhancements - [httpie](https://github.com/httpie/cli) - A command line HTTP client, a user-friendly cURL replacement. - [iredis](https://github.com/laixintao/iredis) - Redis CLI with autocompletion and syntax highlighting.