Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Switch clipboard contents using a simple GUI
Images, text, files and other formats are supported with unlimited amounts of saved clipboards able to be created.
The idea of this is to easily switch clipboards with a simple click in a GUI. It comes with a built in listener for Ctrl + Windows + C
This is my solution to constantly overwriting my clipboard. It is a GUI that acts like a hotbar, click on a virtual clipboard to place it on your actual clipboard. Some command line support has also been added in the form of setting and clearing clipboards.
To install the package from PyPI, execute:
python -m pip install multi-clipboard
Now you can run the project anywhere using:
multi-clipboard
You can install this project using this repository by following these steps:
cd multi-clipboard
python setup.py install
Now you can run the project anywhere using:
multi-clipboard
Don't want to have to install the package? Follow these steps:
cd multi-clipboard
python -m pip install -r requirements.txt
and install this if pywin32 doesn't installpython -m multi_clipboard
If you rather a double click opposed to typing mutli-clipboard
in the terminal, open the project and then click the settings button. On the right you will see a button labeled "Create Shortcut"; clicking this will ask you where you want to save a shortcut script (VB script).
multi-clipboard
- Opens GUImulti-clipboard -s [clipboard]
- Will load data from that clipboard if it existsmulti-clipboard -c *
- Delete all clipboardsmulti-clipboard -c 1
- Delete clipboard 1multi-clipboard --start-listener
- Starts the listener if it isn't runningmulti-clipboard --stop-listener
- Stops the listener if it's runningmulti-clipboard --current
- Check what clipboard you are currently onThis package has a built in listener which listens for Ctrl + Windows + C (Left control). This can be enabled in the GUI's settings under "Toggle Listener" or by arguments as described above. This also comes with a feature to make the listener start on startup. To enable this, go into the GUI's settings and click "Listener Autostart" to toggle it on/off.
FAQs
Switch clipboard contents using a simple GUI
We found that multi-clipboard demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.