Multi-Clipboard is a Python script that allows you to store and retrieve multiple clipboard entries. This can be useful for tasks requiring frequent copy-pasting of various text snippets.
- Save multiple clipboard entries.
- Retrieve clipboard entries by name.
- Persistent storage using JSON file.
- Clone the repository:
git clone https://github.com/NikolettaKotora/multi-clipboard.git
- Navigate to the project directory: cd multi-clipboard
Run the script to save a clipboard entry:
python multi_clipboard.py save Run the script to load a clipboard entry: python multi_clipboard.py load
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Nikoletta Kotora