[PR #656] [CLOSED] Add spell to Productivity #9270

Closed
opened 2026-05-23 22:44:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rothgar/awesome-tuis/pull/656
Author: @rockscy
Created: 4/30/2026
Status: Closed

Base: mainHead: add-spell


📝 Commits (1)

  • 7e6e07e Add 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.

  • 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>
GiteaMirror added the pull-request label 2026-05-23 22:44:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-tuis#9270