Skip to content

Feature: parametrize url and command actions via input dialog#310

Open
tuscias wants to merge 2 commits intomikker:mainfrom
tuscias:feature/params-for-urls-and-commands
Open

Feature: parametrize url and command actions via input dialog#310
tuscias wants to merge 2 commits intomikker:mainfrom
tuscias:feature/params-for-urls-and-commands

Conversation

@tuscias
Copy link

@tuscias tuscias commented Feb 2, 2026

Input Prompt Feature

Allows actions to prompt the user for input before execution, enabling dynamic values in URLs and commands.

Overview

Actions can now define a prompt field that triggers a Spotlight-style input dialog before the action runs. The user's input is substituted into the action's value using the {input} placeholder.

Configuration

Add a prompt field to any URL or Command action in your config:

{
  "key": "g",
  "type": "command",
  "label": "Git Checkout",
  "value": "git checkout {input}",
  "prompt": "Enter branch name:"
}
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments