marketplace/productivity

Quick Replies

Six shortcut slots that type a saved reply, address, date or timestamp into the focused app.

@rebindv0.1.0free

More install options
$rebind install @rebind/quick-replies

Gallery

Quick Replies preview

Readme

Six slots. Each holds a line of text and a key. Hold the modifier, press the key, release, and the text is typed into whatever has focus.

Setup

  1. Pick the modifier in Settings. The default is Ctrl+Alt.
  2. Open a slot tab, set its key and its text.
  3. Restart the script after changing a key. Text edits apply immediately.

Tokens

  • {date} and {time} expand with the formats in Settings (os.date syntax, so %Y-%m-%d and %H:%M work).
  • {datetime} is both, separated by a space.
  • \n in the text becomes a new line.

How it types

Text is typed through the operating system, not through the Rebind Link, so it works the same in hardware and software mode and carries Unicode. Insertion waits until the chord is released; a slot with no text raises a notice instead of typing nothing.

Limits

  • The slot key is captured system wide while the script runs. Other uses of that exact chord in other apps will not fire.
  • Some apps drop characters when text arrives faster than they read it. Shorter replies are safer than paragraphs.

Reviews

No reviews yet. Write a review in the app.

Source

Version 0.1.0 (current)

rebind.toml

[package]
name = "quick-replies"
version = "0.1.0"
min_sdk = "3.5.0"

[runtime]
permissions = []
platforms = ["windows", "macos"]

[marketplace]
title = "Quick Replies"
summary = "Six shortcut slots that type a saved reply, address, date or timestamp into the focused app."
category = "productivity"
media = ["assets/cover.png"]
tags = ["text", "snippets", "shortcuts"]
drm = false