https://github.com/roydejong/multiclip
Multipile clipboards for Windows
https://github.com/roydejong/multiclip
Last synced: 4 months ago
JSON representation
Multipile clipboards for Windows
- Host: GitHub
- URL: https://github.com/roydejong/multiclip
- Owner: roydejong
- License: gpl-2.0
- Created: 2014-02-24T15:24:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-24T15:45:33.000Z (over 12 years ago)
- Last Synced: 2025-11-11T15:24:31.349Z (8 months ago)
- Homepage:
- Size: 152 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MultiClip
=========
MultiClip is a small application for Windows written in C# .NET that allows you to maintain multipile clipboards by switching between them. This might be useful if you need to juggle a lot of information at once.
I originally designed this because I had a Microsoft keyboard with bookmark keys (1 thru 5) and figured they could serve as a quick way to switch between clipboards.
Unfortunately reading and writing to the clipboard is rather unstable, and this program only works well with text. I am releasing this in the hope that it might be useful to someone.
Using macros / keyboard bindings
---
You can easily set up a macro or keyboard binding by simply calling the EXE.
If the program is invoked with a clipboard number as argument (e.g. "MultiClip.exe 5"), it will switch to that clipboard number upon startup. If the application is already running, it will send a signal to the existing process causing it to switch.