A lightweight clipboard stacking utility for Windows. Instead of replacing your clipboard on each copy, CopyLine queues multiple copied texts and lets you paste them all at once.
- Stack multiple copied texts in a FIFO queue
- Three paste styles: newline, sequential, single
- Cycle through paste styles with a hotkey
- System tray icon with status overlay
- CLI for queue management
- Fully configurable keybindings
- Download
CopyLine-Setup-v1.0.exefrom Releases - Run the installer
- Follow the setup to configure your keybindings
CopyLine runs in the background as a tray icon.
| Action | Default Keybind |
|---|---|
| Toggle ON/OFF | Ctrl+L |
| Paste queue | Ctrl+Shift+V |
| Switch paste style | Ctrl+Shift+S |
copyline toggle
copyline queue show
copyline queue clear
copyline set paste style
copyline setup
- Newline — all copied texts pasted newline separated
- Sequential — all copied texts pasted space separated
- Single — one text per paste trigger, pops from queue
Requirements: CMake 3.20+, MinGW GCC
cmake -B build -G "MinGW Makefiles"
cmake --build build
MIT — Arjun.O 2026