Clipkeeper is a windows clipboard history manager designed to optimize your workflow by providing a persistent, searchable, and organized record of your clipboard content.
- Real-Time Monitoring: Automatically capture clipboard content (text and images) as you work.
- Persistent Storage: Save clipboard history securely in a local SQLite database for easy retrieval.
- Searchable History: Locate previous entries with a keyword-based search system.
- Responsive Design: Access your clipboard history via a clean, user-friendly web interface.
- Real-Time Updates: See new clipboard items appear instantly, without refreshing the page.
- Integrated Management: Easily copy or delete clipboard items directly from the interface.
- History Display: View your clipboard history in the terminal.
- Search Utility: Search for specific items using patterns or keywords.
- Management Tools: Clear clipboard history or copy specific entries with ease.
- Local-Only Storage: Data is stored on your machine, ensuring complete privacy.
- Deduplication: Duplicate entries are automatically handled to maintain a clean history.
- Operating System: Windows 10 or 11
- Python: Version 3.8 or higher
Install Clipkeeper with pip:
pip install clipkeeperThis command will install all required dependencies and set up Clipkeeper for immediate use.
Run the following command to start the clipboard manager and launch the web interface:
clipkeeper startBy default, the web interface is available at http://127.0.0.1:5000.
Display saved clipboard entries in the terminal:
clipkeeper historyFind specific items using a keyword search:
clipkeeper search "keyword"Remove all saved clipboard content:
clipkeeper clearConfiguration files are stored in the following location:
%USERPROFILE%\.clipkeeper\config.ini
Settings can be overridden using command-line options when starting the application.
The Clipkeeper web interface is a central hub for managing your clipboard history.
- Search Bar: Quickly find specific entries.
- History Grid: View your clipboard items in a well-organized grid layout.
- Actions: Copy, delete, or view items with a single click.
- Windows-only support
- Text and image clipboard tracking
- Web interface with real-time updates
- Local, secure storage using SQLite
- Cross-platform support (macOS and Linux)
- Enhanced UI/UX with tagging and categorization
- Clipboard history export/import
- API for integration with external tools
Clipkeeper is released under the MIT License. See the LICENSE file for details.
For support or questions, feel free to reach out by opening an issue on GitHub.
