Skip to content

fovelas/quick-prompt-paste-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Prompt Paste for Windows

A Windows desktop tool for pasting prompt templates with global hotkeys. Assign a keyboard shortcut to a template, press it anywhere on Windows, and the processed text is pasted instantly. Built with WPF and .NET 8, runs natively on Windows 10 and later.

Quick Prompt Paste

Installation

  1. Go to the Releases page
  2. Download QuickPromptPaste.exe
  3. Run the executable — no installation required

Portable and self-contained. No .NET runtime needed.

How It Works

  1. Define a prompt template and assign a hotkey (e.g. Ctrl + Q)
  2. Press the hotkey from any Windows application
  3. Variables in the template are replaced with live values
  4. The result is pasted into the active window

Variables

Variable Replaced With Example
%clipboard% Current clipboard content (whatever you copied)
%date% Current date 2025-06-15
%time% Current time 14:30:45

Example templates:

Review this code from %date%:
%clipboard%
Run parallel sub agents. Format should be: %clipboard%

Usage

  • Add — Fill in the hotkey, title, and prompt, then click Add
  • Replace — Select a row, edit the fields, click Replace
  • Delete — Select a row, click Delete
  • Settings — Toggle "Minimize to tray on close", open config folder

Configuration is stored as JSON files (config.json, settings.json) in the application directory.

Supported Windows Hotkeys

  • Modifiers: Ctrl, Alt, Shift, Ctrl+Alt, Ctrl+Shift, Alt+Shift
  • Keys: A–Z, 0–9, F1–F12

Hotkeys are registered system-wide through the Windows API and work across all Windows applications.

License

This project is licensed under the MIT License.

About

Windows desktop tool for pasting prompt templates with global hotkeys. Supports clipboard, date, and time variables.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages