GitHunt
ZY

zyprex/clipa

win32 clipboard text recorder

Intro

TLDR: clipa is a win32 clipboard text recorder (with a little more functions).

Features

  1. record clipboard unicode text.
  2. copy any item by select it from menu.
  3. pause mode: start or stop record any time.
  4. copy and remove mode: select one item, then this item will be copy and remove from list.
  5. copy and remove all: as it's describe, join each item with new line (from old to new).
  6. new item first: default list item from old to new.
  7. unique item: delete any duplicated item before copy again.
  8. a concise configuration file.
  9. pin text by read text from files.
  10. access everything by one hotkey.
  11. fast and small (less than 100kB).

Usage

Launch by click clipa.exe, no windows, no tray icon.

Press ALT+0 show the popmenu

Choose menu item to copy it again.

Choose exit to exit program.

That's all, enjoy simple!

Tips

  • Use windows hotkey to copy file paths: SHIFT+F10+a.
  • If menu can't pop up and hotkey registered, kill it by command taskkill /im clipa.exe.

Languages

C97.2%Makefile2.8%

Contributors

Latest Release

v0.1June 4, 2024
Created June 4, 2024
Updated August 12, 2025
zyprex/clipa | GitHunt