nkmr-jp/prompt-line
145 stars · Last commit 2026-05-27
Prompt Line is a macOS app developed to improve the prompt input experience in the terminal for CLI-based AI coding agents such as Claude Code, Codex CLI, and Gemini CLI.
README preview
# 🧑💻 Prompt Line [](https://deepwiki.com/nkmr-jp/prompt-line) <!-- Keep these links. Translations will automatically update with the README. --> English | [日本語](README_ja.md) ## Overview Prompt Line is a macOS app developed to improve the prompt input experience in the terminal for CLI-based AI coding agents such as [Claude Code](https://github.com/anthropics/claude-code), [Codex CLI](https://github.com/openai/codex), and [Gemini CLI](https://github.com/google-gemini/gemini-cli). It provides a comfortable input experience through a floating window. Key capabilities: 1. **Quick input, quick paste** — Floating window with `Cmd+Shift+Space`, paste anywhere with `Cmd+Enter` 2. **Context search** — Search agent skills, files, symbols, and more with `/` and `@`, with prompt history reuse 3. **Extensible via plugins** — Add custom search and skills with simple YAML files ([Plugin Guide](docs/en/plugins.md)) ## Features