Skip to content

Clipboard History Manager is a simple tool to monitor your clipboard, store clipboard content, and manage the saved history.

License

Notifications You must be signed in to change notification settings

BaseMax/clipboard-history-manager

Repository files navigation

Clipboard History Manager

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.

Features

  • 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.

Installation

  1. Clone the repository:

    git clone https://github.com/BaseMax/clipboard-history-manager.git
  2. Install the required dependencies:

    pip install -r requirements.txt

Usage

  • 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

License

MIT License

© Copyright 2025, Max Base

About

Clipboard History Manager is a simple tool to monitor your clipboard, store clipboard content, and manage the saved history.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages