Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 1.24 KB

File metadata and controls

50 lines (42 loc) · 1.24 KB

CopyLine

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.

Features

  • 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

Installation

  1. Download CopyLine-Setup-v1.0.exe from Releases
  2. Run the installer
  3. Follow the setup to configure your keybindings

Usage

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

CLI Commands

copyline toggle
copyline queue show
copyline queue clear
copyline set paste style
copyline setup

Paste Styles

  • Newline — all copied texts pasted newline separated
  • Sequential — all copied texts pasted space separated
  • Single — one text per paste trigger, pops from queue

Building from Source

Requirements: CMake 3.20+, MinGW GCC

cmake -B build -G "MinGW Makefiles"
cmake --build build

License

MIT — Arjun.O 2026