Skip to content
Notifications You must be signed in to change notification settings

ast-abo/CopyHistory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

99f2516 · · Aug 20, 2025

History

36 Commits
Aug 10, 2025
Aug 15, 2025
Aug 14, 2025
Aug 20, 2025

Repository files navigation

Build Instructions

Windows/Linux

git clone https://github.com/ast-abo/CopyHistory
cd CopyHistory
pyinstaller --onefile --noconsole src/CopyHistory.py
cd dist
CopyHistory.exe
exe

Features

  • Text copy history
  • Image copy history
  • File copy history
  • Favoriting (F to favorite up to 5 per tab)
  • Paste last 5 items (Ctrl + Alt + 5)
  • Paste last text (Ctrl + Alt + v)
  • Copy last text (Ctrl + Alt + c)

Optimization Techniques

Memory limits

Cleared arrays to free up memory when it hit the hard limit.

Data Compression

Image compression in order to minimize the amount of memory used per image.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages