Latest Version:
Requirements:
Windows (All Versions)
Author / Product:
CopyQ Team / CopyQ
Old Versions:
Filename:
setup-1.9.0-setup.exe
MD5 Checksum:
33140330965bc1137e0a7b71a3fb0bbf
Aug 15, 2013 This application adds a sharing option that saves any text on the clipboard, so you can paste anywhere. Steps to use: - Click the share menu in any application - Choose 'Clipboard' Now the information that was shared by the application is in memory. Just paste wherever you want. To paste just click and hold on any editable field that the paste option will appear. Soon more features. Aug 15, 2013 This application adds a sharing option that saves any text on the clipboard, so you can paste anywhere. Steps to use: - Click the share menu in any application - Choose 'Clipboard' Now the information that was shared by the application is in memory. Just paste wherever you want. To paste just click and hold on any editable field that the paste option will appear. Soon more features. Clipboard Launcher 1.0.1 is free to download from our software library. This free software was originally designed by Fork and Beard. This download was scanned by our antivirus and was rated as clean. Clipboard Launcher.exe is the frequent file name to indicate this program's installer. By default, this plugin overrides the OS default cut, copy, paste, and shift-paste keys. After copying or cutting, use shift+(paste) to access the clipboard history (e.g. Shift+ctrl+v on Windows), and select and previous element to paste it. If you do not like the auto-assigned default keybinds.
CopyQ is an advanced clipboard software for Windows. It allows you to save more than the default one item into clipboard which is the limit for Windows. Each time that you copy or cut something, it's gonna be saved to the expanded clipboard of the tool, both files and text can be saved. From that point on, you can simply manage items from the clipboard, paste, remove, and group. CopyQ Free Download Latest Version for Windows PC. It is full offline setup installer of CopyQ.Features and Highlights
Also Available: Download CopyQ for Mac
A version of the Sublime Text plugin at <http://www.sublimetext.com/forum/viewtopic.php?f=5&t=2260&start=0> that makes for TextMate-like clipboard history. Based on Clipboard History, by AJ Palkovic (ajpalkovic) and Martin Aspeli (optilude)
Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 29 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 2 | 2 | 2 | 5 | 3 | 2 | 2 | 2 | 1 | 1 | 2 | 2 | 2 | 1 | 0 | 1 | 3 | 1 | 3 | 1 | 0 | 2 | 2 | 3 | 3 | 3 | 0 | 1 | 2 | 2 | 2 | 3 | 4 | 0 | 1 | 0 | 3 | 2 | 1 | 0 | 3 | 0 | 2 | 0 | 1 |
Mac | 0 | 2 | 0 | 3 | 1 | 0 | 0 | 0 | 1 | 3 | 1 | 1 | 2 | 3 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 9 | 2 | 2 | 1 | 0 | 0 | 1 | 2 | 2 | 5 | 2 | 1 | 2 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 3 | 3 |
Linux | 0 | 2 | 0 | 0 | 2 | 0 | 0 | 1 | 0 | 1 | 1 | 2 | 2 | 2 | 1 | 2 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 1 | 1 | 2 | 2 | 1 | 1 | 1 | 2 | 1 | 2 | 4 | 1 | 1 | 0 | 2 | 2 | 1 | 1 | 0 | 1 | 1 | 3 |
A version of the Sublime Text plugin at http://www.sublimetext.com/forum/viewtopic.php?f=5&t=2260&start=0 that makes for TextMate-like clipboard history.
Originally written by AJ Palkovic (ajpalkovic), modified by Martin Aspeli (optilude), and further (heavily) modified and packaged for Package Control
by Colin T.A. Gray (colinta). I also want to give a shoutout to user mg979 for sharing a bunch of awesome new features he added to this plugin! We didn't collaborate on a pull request, but I did implement some of his ideas that I liked, namely the “show current clipboard” with syntax highlighting.
Most importantly: Clipboard Manager must be registered to receive the copy and cut commands, so be sureto assign clipboard_manager_copy
to ctrl/super+c
and clipboard_manager_cut
to ctrl/super+x
. Thesecommands delegate to the sublime text built in commands, but also add the copied text to its internal history.
Open Preferences > Key Bindings
and copy the key bindings from Example.sublime-keymap
that you want to use. First you need to override the cut/copy/paste commands, so that the pasteboard entries can be stored in history:
Next you'll want to bind next_and_paste
and previous_and_paste
, these move forward and backward through history and paste the next/previous entry:
The “choose and paste” command is super useful, and it uses the fuzzy finder so you can search your history:
If you bind clipboard_manager_next
and clipboard_manager_previous
, these commands will show you the current clipboard selection in a panel at the bottom of the screen. clipboard_manager_choose_and_paste
also has this feature (thanks to @mg979 for this idea!)
The basics
clipboard_manager_cut
: Self Explanatory
clipboard_manager_copy
: Self Explanatory
clipboard_manager_paste
: Self Explanatory.
Options: indent (default: False): Determines whether to use the paste
or paste_and_indent
built-in command.
Navigating clipboard history
clipboard_manager_next_and_paste
(super+alt+v
)
Goes to the next entry in the history and pastes it.Options: indent (default: False
)
clipboard_manager_previous_and_paste
(super+shift+v
)
Goes to the previous entry in the history and pastes it.Options: indent (default: False
)
clipboard_manager_next
(super+pageup
aka super+fn+up
)
Goes to the next entry in the history, but doesn't paste. The content will appear as a status message and in a panel.
clipboard_manager_previous
(super+pagedown
aka super+fn+down
)
Goes to the previous entry in the history, but doesn't paste. The content will appear as a status message and in a panel.
clipboard_manager_choose_and_paste
(super+ctrl+alt+v
)
Shows the clipboard history in an quick panel so you can pick an entry from the history, also shows the “current selected item” in an output panel.
clipboard_manager_show
(super+ctrl+shift+v, /
)
Shows the clipboard history in an output panel, and points to the current clipboard item. This was mostly useful for development, but you might find it beneficial as well.
Registers
Registers do not add/remove from the clipboard history, they are a place to store text that won't be affected by clipboard history.
clipboard_manager_copy_to_register
(there are a ton, e.g. super+ctrl+shift+c, 1
, super+ctrl+shift+c, a
)
Puts the selection into a register
. The example keymap includes a register binding for every number and letter.
clipboard_manager_paste_from_register
(super+ctrl+shift+v, 1
, super+ctrl+shift+v, a
)
Pastes the contents of a register
. Again, there are lots of example key bindings.
clipboard_manager_show_registers
(super+ctrl+shift+v, ?
)
Shows the clipboard registers in an output panel, similar to clipboard_manager_show
. Free duplicate sweeper app for windows.
Helpful Tips
There are two ways to find out what you've got hanging out in your clipboard history, you should use both. The clipboard_manager_choose_and_paste
command is your goto. It uses the fuzzy finder input panel, so you can quickly find and paste the entry you want.
The other useful trick is to use clipboard_manager_next
/clipboard_manager_previous
to show an output panel at the bottom of the screen. As you scroll through history it will update that panel, with syntax highlighting, too! Then you can clipboard_manager_next_and_paste
, and if you keep the panel open it will update as you keep pasting.
If you've got a repetive task to do, with lots of copy/pastes, use registers. They do not get affected by usual copy/pasting, so you can rest assured that your work flow will not get affected. The keyboard shortcuts are unfortunately quite verbose (super+ctrl+shift+c, letter/digit
), but look at Example.sublime-keymap and you'll see that it is easy to assign a quicker shortcut for registers you like to use. Registers do not have to be one letter, any string can be used as the key.