marketplace/productivity

Clipboard Slots

Copy the clipboard into one of five numbered slots on demand, then type a slot back out with a chord.

@rebindv0.1.0free

More install options
$rebind install @rebind/clipboard-slots

Gallery

Clipboard Slots preview

Readme

Five numbered slots for text you copied. Capture is explicit, insertion is typed, and the clipboard itself is never replaced.

Use

  1. Copy something as usual.
  2. Hold the capture modifier (default Ctrl+Alt) and press a slot key, 1 to 5. The slot now holds that text.
  3. Later, hold the insert modifier (default Ctrl+Shift) and press the same key. The slot is typed into the focused app once the chord is released.

Both modifiers and every slot key are configurable. Restart the script after changing a key.

What it does not do

  • No clipboard history. Nothing is captured unless you press the capture chord.
  • No persistence. Slots are held in memory and cleared when the script stops.
  • No clipboard writes. Insertion types the text; your clipboard keeps whatever you copied last.

Limits

  • Slot keys are captured system wide while the script runs, for both chords.
  • Text is typed through the operating system. Very long captures take a moment, and some apps drop characters when they arrive faster than expected.

Reviews

No reviews yet. Write a review in the app.

Source

Version 0.1.0 (current)

rebind.toml

[package]
name = "clipboard-slots"
version = "0.1.0"
min_sdk = "3.5.0"

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

[marketplace]
title = "Clipboard Slots"
summary = "Copy the clipboard into one of five numbered slots on demand, then type a slot back out with a chord."
category = "productivity"
media = ["assets/cover.png"]
tags = ["clipboard", "text", "shortcuts"]
drm = false