// and pick from your list.
Creating a Prompt
Open the Prompts panel from the sidebar rail. Click the + button at the top. Each prompt has two fields:- Name — A short label for the prompt (up to 60 characters). This is what you’ll search for.
- Text — The full prompt text that gets pasted into the terminal.
Using a Prompt
There are two ways to paste a prompt into a terminal session.Click to paste
Click any prompt in the Prompts panel. The text is sent directly to the active terminal session, and the terminal regains focus.Autocomplete with //
Type// in any terminal to open the autocomplete dropdown. This is the fastest way to use prompts during a session.
- Type
//— the first/goes to the terminal, the second activates autocomplete and erases the first - Start typing to filter by name or prompt text
- Use Arrow keys to navigate the list
- Press Enter or Tab to paste the selected prompt
- Press Escape to cancel
The
// trigger only activates when you have at least one prompt saved. If your library is empty, / characters pass through to the terminal normally.Editing and Deleting
Hover over any prompt in the list to reveal the edit and delete buttons.- Edit — Opens the editor with the existing name and text pre-filled. Click Save to update.
- Delete — Removes the prompt immediately. There is no confirmation dialog.
Storage
Prompts are stored in your CliDeck configuration file (~/.clideck/config.json) under the prompts array. They sync across all connected browser tabs automatically.