Clipboard History Manager is a simple and efficient tool that allows users to manage and store clipboard content. The project provides a way to monitor clipboard changes, view saved clipboard history, and clear the entire clipboard history.
- Monitor clipboard: Detect changes in clipboard content and automatically save new clipboard entries.
- View clipboard history: View the list of previously copied content stored in the clipboard history.
- Clear history: Clear all saved clipboard history.
-
Clone the repository:
git clone https://github.com/BaseMax/clipboard-history-manager.git
-
Install the required dependencies:
pip install -r requirements.txt
-
Help message:
$ python clipboard_history_manager.py --help usage: clipboard_history_manager.py [-h] [-m] [-v] [-c] [--version] Clipboard History Manager: A simple tool to manage and store clipboard content. options: -h, --help show this help message and exit -m, --monitor Monitor clipboard for changes and automatically save new clipboard content. -v, --view View the saved clipboard history (list of previously copied content). -c, --clear Clear the entire clipboard history by deleting all saved files. --version Show the version of the program. You can monitor your clipboard, view the saved history, or clear the clipboard history.
-
Monitor clipboard for changes:
python clipboard_history_manager.py --monitor
-
View clipboard history:
python clipboard_history_manager.py --view
-
Clear clipboard history:
python clipboard_history_manager.py --clear
-
Show version:
python clipboard_history_manager.py --version
MIT License
© Copyright 2025, Max Base