interminai
Installation
SKILL.md
🌀 an Interactive Terminal for AI (interminai)
Author: Michael S. Tsirkin mst@kernel.org
A terminal proxy for interactive CLI applications. See examples.md and reference.md for details.
When to Use
Use for interactive commands that wait for input, show menus/prompts, or use full-screen interfaces (vim, git rebase -i, htop, apt, w3m).
**Use if you get errors like this "Warning: Output is not to a terminal" or "Warning: Input is not from a terminal".
Don't use for simple commands that just run and exit - use Shell instead.