spell is an inline AI command palette TUI built with Bubble Tea + Lip Gloss + huh. The user types a plain-English request, the model writes the matching shell command, and the command lands in the same input box ready to edit or run. Renders inline (no alt-screen takeover) so the whole interaction stays in scrollback.
Single 7 MB Go binary, MIT licensed
Works with any OpenAI-compatible or Anthropic-compatible provider — including local Ollama, vLLM, LM Studio
Reasoning-style models stream their reasoning_content as dimmed italic so users see thinking feedback without it polluting the parsed command
Demo: 13-second GIF in the README. Open to feedback on the entry text or section placement.
🔄 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/rothgar/awesome-tuis/pull/656
**Author:** [@rockscy](https://github.com/rockscy)
**Created:** 4/30/2026
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `add-spell`
---
### 📝 Commits (1)
- [`7e6e07e`](https://github.com/rothgar/awesome-tuis/commit/7e6e07e8d58e8664b6e602222133ff292fa570a3) Add spell to Productivity
### 📊 Changes
**1 file changed** (+1 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+1 -0)
</details>
### 📄 Description
Adds [spell](https://github.com/rockscy/spell) to the **Productivity** section.
**spell** is an inline AI command palette TUI built with Bubble Tea + Lip Gloss + huh. The user types a plain-English request, the model writes the matching shell command, and the command lands in the same input box ready to edit or run. Renders inline (no alt-screen takeover) so the whole interaction stays in scrollback.
- Single 7 MB Go binary, MIT licensed
- Works with any OpenAI-compatible or Anthropic-compatible provider — including local Ollama, vLLM, LM Studio
- Reasoning-style models stream their `reasoning_content` as dimmed italic so users see thinking feedback without it polluting the parsed command
Demo: 13-second GIF in the README. Open to feedback on the entry text or section placement.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/rothgar/awesome-tuis/pull/656
Author: @rockscy
Created: 4/30/2026
Status: ❌ Closed
Base:
main← Head:add-spell📝 Commits (1)
7e6e07eAdd spell to Productivity📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Adds spell to the Productivity section.
spell is an inline AI command palette TUI built with Bubble Tea + Lip Gloss + huh. The user types a plain-English request, the model writes the matching shell command, and the command lands in the same input box ready to edit or run. Renders inline (no alt-screen takeover) so the whole interaction stays in scrollback.
reasoning_contentas dimmed italic so users see thinking feedback without it polluting the parsed commandDemo: 13-second GIF in the README. Open to feedback on the entry text or section placement.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.