The clipboard tag has no wiki summary.
0
votes
1answer
18 views
Ditto (Clipboard manager) troubleshooting in windows7
Is there a way to make ditto paste text instantly on enter click after selection on Windows7? (Also see here)
My flow is :
Bring ditto by clicking CTRL+'
Select desired text.
Click ENTER.
Now I ...
1
vote
1answer
16 views
How do you auto-type the contents of the clipboard from the host into a guest Virtual Box instance?
In the case where clipboard sharing is not possible, because there is just a console and no GUI.
0
votes
1answer
18 views
Prevent Word from Including Bullet Letter when Copying Text
I'm copying quite a bit of text from Word into a text-based application, line by line. The word text is structured like this:
Topic
a. Item A
b. Item B
When I highlight Item A, ...
0
votes
0answers
15 views
Centos pipe to pbcopy
Is it possible to do something like
cat index.html | pbcopy
while tunneled into a server from OSX ?
I tried What's like OSX's pbcopy for Linux this but all I got was ≈
Can't open ...
28
votes
14answers
2k views
Fastest method to determine my PC's IP address (Windows)
This may seem trivial but I'm looking for the quickest method to determine my PC's IP address within my network.
This changes regularly as I connect from one network to the next via DHCP
The ...
-2
votes
1answer
33 views
How can I change the *type* of the Windows clipboard contents without changing the clipboard data?
I have a program in which I managed to copy content as PDF to the clipboard using some undocumented functionality. Unfortunately this data is note pasteable even to programs that accept PDF. I ...
2
votes
1answer
45 views
How to access raw clipboard data on Windows?
How can I access the clipboard contents when it is in an unusual format that most programs won't accept (i.e. not easily pasteable)?
I have copied something from a program, supposedly in PDF format, ...
3
votes
1answer
55 views
Linux equivalent of clip.exe
I am trying to figure out how to copy the contents of a file to and from the clipboard in Linux (Ubuntu Server 11.10, bash). Is there a linux equvalent of the Windows command clip < filename? If ...
0
votes
0answers
34 views
Copy/Paste (Clipboard like) functionality from a VNC desktop
I use TightVNC, RealVNC to access the Remote Linux(CentOS,Ubuntu) desktops by running a vncserver on the remote machine. When I connect to those servers from my Windows host:
Can I use the ...
1
vote
1answer
60 views
Why does the text `fi` get cut when I copy from a PDF or print a document?
When I copy from an Adobe Reader PDF file that contains
Define an operation
I rather see
Dene an operation
when I paste the text, why is this?
How can I remedy this annoying problem?
I've also ...
1
vote
0answers
54 views
What are some popular clipboard managers for OS X? [closed]
I'm looking for a better clipboard manager for OS X. I have tried Clyppan and ClipMenu and Jumpcut, and have also tried using Quicksilver's built in clipboard manager. I have not been too happy with ...
3
votes
4answers
108 views
How to copy picture from a file to clipboard
How do I copy a picture from a file to the clipboard?
I can just select the file and press ctrl-c. But that wouldn't copy it to clipboard. It'll just be marking it if I want to copy the file ...
2
votes
2answers
100 views
Manipulate system clipboard via bash script
Is it possible to have a bash script put some text in the system clipboard?
(I use Ubuntu with default Gnome and Bash.)
2
votes
1answer
38 views
Is there any tool to go through the contents of clipboard?
I want to go through its contents of the clipboard, in hex mode if necessary, depending on the content.
Is there any tool for this purpose?
2
votes
2answers
66 views
Software for robotic-like job
What's the software that can help on my boring repetitive job?
My daily job involve lots of data entry, copy paste, using internal system to search/input/add and look for data. AFAIK there's some ...
3
votes
2answers
74 views
Pasting from OS X clipboard manager into emacs
I love emacs. I love having my clipboard history. I've used Jumpcut for a long time and recently purchased the powerpack for Alfred and tried its clipboard manager.
I have the same problem with both ...
0
votes
0answers
31 views
Debian based OS: Show system notification on clipboard copy/paste events
When working with Linux (Debian based), I often experience problems in relation to the copy paste commands: I copy something with Ctrl+C or by selecting it with the mouse, but when I try to paste it ...
5
votes
1answer
99 views
How can I copy a file's path to the clipboard from Windows 7's Explorer? [closed]
Possible Duplicate:
Copy filename to clipboard
I vaguely remember some kind of "Send To" context menu option that accomplished this. Cannot recall which version of Windows.
Right now, the ...
1
vote
2answers
54 views
Is there a way to use the X-Window select - middle-click-to-paste behaviour on windows?
On Linux, the last text selected can be pasted via a middle click, making copy-pasting faster for one thing, and additionally providing a second clipboard. Is there a way to add this feature to ...
2
votes
1answer
85 views
Pasting into Vista console windows broke, why?
I use Windows Vista x64 and regularly use command line windows, for instance CMD.EXE. I have enabled QuickEdit Mode (and Insert Mode and AutoComplete), to be able to quickly copy and paste text from ...
0
votes
0answers
76 views
Sync clipboard over multiple X sessions
I want to sync my clipboard across multiple simultaneous X sessions on the same computer, but it would also be nice to do the same over the network. I run the sessions via gdmflexsiserver script which ...
0
votes
1answer
42 views
Scheduled Task for the Print Screen Key
Is there any way to setup a scheduled task to "press" the print screen key every 10 minutes? I want to copy the entire screen to the clipboard every 10 minutes. I cannot find much documentation on ...
1
vote
1answer
50 views
How do I create a hotkey that will copy highlighted text into an editor?
How do I create a shortcut key that will copy highlighted text into a new text editor instance?
3
votes
1answer
158 views
How can I copy binary data in Windows (preferably with Notepad++)?
I want to duplicate some binary data (not in code, but by hand). The normal Ctrl+C doesn't work in my editor (Notepad++), it copies data only up to the first NUL char. Is there any workaround?
1
vote
1answer
30 views
Software like xclip that comes standard on just about all Linux Distros with X?
I have an application that needs to access the clipboard on *nix OSs but I do not have access to the x event loop because of how it works. Therefore I need to send a command to another application to ...
1
vote
2answers
61 views
Prevent MacVim copying every visual selection to clipboard
Every time the visual selection changes in MacVim, it is copied to the system clipboard. Is this normal and can it be disabled?
4
votes
1answer
65 views
What utility can I use to extract data from a 3rd party app UI controls?
In 2003 I found a little utility which allowed me to select a control (like a listview) on any application, and it would copy it's contents into the clipboard. For example, you could select the list ...
0
votes
3answers
57 views
Is there a clipboard manager that can paste neglecting the format?
I know there are bunch of clipboard managers. But I am looking for a feature in them. I want to paste (by using a different shortcut) without the formats. Because when I want to get rid of the format ...
0
votes
2answers
71 views
Vim on Ubuntu Server from OSX Terminal: automatic copy does not work
The Story
I'm using vim on a Ubuntu server to develop a webpage. Most of the time I work from a Windows machine using putty. Whenever I have to copy something from vim to the Windows clipboard I just ...
3
votes
1answer
93 views
command line method to paste file into Thunderbird compose window?
I'm trying to paste a 3K file into Thunderbird's "Write" window (i.e. for composing new messages).
This (sometimes) works:
date | xclip
# then use middle button to paste
This doesn't work:
cat ...
4
votes
3answers
169 views
How can I share my clipboard between two Macs?
Is there an easy way I could send clipboard data from one Mac on the LAN to another?
3
votes
0answers
94 views
Clipboard replacements (Ditto, ClipX) stopped working in Windows 7
Over the past few days, I've noticed that the clipboard replacement application I use (Ditto) isn't working any more. Specifically, it isn't copying items to its list. It still shows the history of ...
0
votes
1answer
101 views
Microsoft Word clears clipboard data when it closes
When I copy information from a document (just some text) out of Microsoft Word, then close the document and re-open it, the clipboard data is gone.
What is happening here, and how can I stop ...
2
votes
1answer
53 views
Enable pasting with CMD+V into a file select dialog on OS X?
I noticed that when I use a Flash-based file select, such as the one below, I am unable to paste using CMD+V into the file select location dialog.
Steps to Reproduce Problem
Visit any Flash-based ...
1
vote
1answer
56 views
Can't copy/paste to/from system clipboard in Terminal on Mac
I can't copy or paste to or from the system clipboard within the Terminal. Neither Cmd-C/Cmd-V nor menus work. Instead, Terminal seems to be using it's own buffer for copy/paste operations. I am ...
0
votes
0answers
53 views
Windows software that lets me drag and drop clipboard contents?
I use Prezi. I'd like to be able to quickly copy an image to my clipboard and paste it into Prezi. Simply copy pasting doesn't work. Dragging and dropping an image does. Is there an application ...
0
votes
1answer
43 views
Is there any way to set the contents of the clipboard from Mac OS X's Terminal.app?
I'd like to be able to pipe output of commands from the terminal to OS X's clipboard just like I can do to pipe output of commands to files with the > operator (cat file.txt > file2.txt).
Is ...
1
vote
3answers
69 views
Synchronized Clipboard?
Evernote, Dropbox, Xmarks and what not. Many know these but is there a software that can synchronize clipboard between devices? For what you might be asking? Here is for what:
Sometimes I want URL ...
1
vote
0answers
181 views
Cannot copy/paste to Windows 7 after an amount of time
A user on my network (after some hours of work) is unable to use copy/paste on their Windows 7 machine, either with right clicking or with Ctrl+C, Ctrl+V. The system is fairly new, so malware problems ...
1
vote
2answers
172 views
How do we access the second last copied stuff on our clipboard? [closed]
Possible Duplicates:
Is there a key combination to cycle through clipboard history when pasting in windows?
Whats the best 'simple' clipboard manager available?
How do we access ...
2
votes
1answer
312 views
Transfer image clipboard between host and VirtualBox guest?
Is there anyway to transfer clipboard content of image format, JPEG, bitmap or whatever, to or from the VirtualBox guest instances?
0
votes
1answer
250 views
Pentadactyl/Vimperator: howto copy image to clipboard
My question is about the Firefox add-on Pentadactyl (the question is also relevant to it's parent project Vimperator). In Pentadactyl, there is a way to save an image:
;s
At this point, you select ...
1
vote
1answer
101 views
Clipboard management like Linux in Windows
In Linux, if I select a text I can paste it in another place with a click of middle mouse button and there is no need to right click and copy or using ctrl+c hotkeys for doing so.
Also the selected ...
1
vote
2answers
169 views
how to copy the results from a grep command to the bash clipboard?
If I type something in a Linux bash terminal with no X, and then use Ctrl+u, whatever I typed is stored in the bash "clipboard" (for lack of a better term), and I can type it again doing Ctrl+y.
How ...
3
votes
2answers
191 views
How to copy a picture to clipboard from command line in linux?
I can copy image in Gimp and paste it to OpenOffice document.
How to do it (copy or paste image) from command line?
1
vote
1answer
56 views
Prevent vim from clearing the clipboard on exit
If I copy text into the xterm clipboard from vim, it is cleared when I exit vim.
How do I prevent this?
0
votes
3answers
463 views
Program to Copy File Path with Mac OS X (that works with Open With)?
I'm looking for a free application that I can use to copy paths in Mac OS X. The paths are listed in a third party program (Fresh) and I can right click them. I wish they would just build in an option ...
0
votes
0answers
8 views
Does CLCL Clipboard Support Other Languages?
All buffered text in foreign languages does not work - only English. Here is home page.
0
votes
2answers
570 views
ctrl-c, ctrl-v not working on Windows 7
I'm trying to use my Windows 7 PC, and for some reason, Ctrl-C to copy and Ctrl-V to paste only work intermittently.
I have a third-party clipboard viewer installed, so I can see when Ctrl-C doesn't ...
3
votes
1answer
157 views
Perform action when clipboard contents match regex
I use the Actions feature of KDE's Klipper utility to run certain commands when I copy something into the clipboard that matches a particular regular expression. Unfortunately, I have to turn on ...