PasteCat is a handy clipboard management utility for Windows that helps you manage and access your clipboard history easily. It allows users to quickly access, copy, and paste previous clipboard items and delete items that are no longer needed.
This project was initially inspired by a joint idea during a hackathon with my friend. We both shared the importance of managing clipboard content while working on various tasks. Although we had different preferences in the main features, we decided to develop our own versions of the idea. A special thanks to @rmrz-daniel for his collaboration and support during the development process. Check out his version of PasteCat on here!
- Stores text-based clipboard history
- Disables automatically when non-text content is copied
- Manual re-enable after being disabled
- Context menu to easily access clipboard history
- Delete items from history
- Default paste hotkey support for quick access
- Access most recent clipboard entry with 'Ctrl+Shift+V' hotkey
- Automatically starts with Windows (optional)
- Taskbar icon for quick access to settings and features
To install PasteCat, download the latest release from the GitHub Releases page and extract the contents to a directory of your choice. Run the PasteCat.exe
file to start the application.
Once PasteCat is running, it will automatically store any text copied to the clipboard. If non-text content is copied, PasteCat will be disabled automatically. To re-enable it, right-click on the taskbar icon and select the "Enable" option.
To access your clipboard history, press the default paste hotkey (Ctrl
+ V
) to open the context menu near your cursor. Click on an item in the list to copy it to the clipboard, or right-click to delete it from the history.
You can also access the most recent clipboard entry with the custom hotkey (Ctrl
+ Shift
+ V
) and paste it directly without opening the context menu.
Right-click on the taskbar icon to access features such as enabling or disabling automatic startup, manually enabling the application, and shutting it down.
Pull requests and bug reports are welcome. If you'd like to contribute, please feel free to fork the repository and submit a pull request with your changes.