Prompt Line banner
nkmr-jp nkmr-jp

Prompt Line

AI community

Description

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.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

🧑‍💻 Prompt Line

[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/nkmr-jp/prompt-line)

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)

Features

Quick Launch, Quick Paste

Quick launch with shortcut (`Cmd+Shift+Space`).
Type text and quick paste (`Cmd+Enter`). ![doc1.gif](assets/doc1.gif)

Perfect for Editing Voice-Inputted Text

The operation is the same as a typical text editor.
Of course, you can also use it in combination with a voice input app.
Pressing Enter will not automatically send the text, so you don't have to worry about line breaks.
It is also ideal for editing text entered by voice.
(This video uses [superwhisper](https://superwhisper.com/).) ![doc2.gif](assets/doc2.gif)

Search and Reuse Prompt History

Prompt history is saved and can be reused from the right menu.
Search is also available. (`Cmd+f`) ![doc3.gif](assets/doc3.gif)

Launch Anywhere

Can be launched anywhere there's a text input field.
Also convenient when you want to reuse the same prompt in other apps. ![doc4.gif](assets/doc4.gif)

Of course, it also works with apps other than Terminal. ![doc5.gif](assets/doc5.gif)