Displaying 6 results from an estimated 6 matches for "xclip".
Did you mean:
clip
2007 Mar 19
1
xclip and wine
Hello
I perform the following command
$ echo "Text to clipboard" | xlip -i -selection clipboard
$ xclip -o -selection clipboard
Text to clipboard
I can also paste the text in mozilla by pressing shift-insert.
I cannot paste it into application running under Wine.
I have to invoke ctrl-insert explicitly on selected text in order to be
able to paste it into this wine application.
Do you have any ide...
2006 Oct 29
2
write to clipboard under Linux
Dear all,
I am trying to use the clipboard when writing a table.
Typing:
write.table(object, file="clipboard")
leads to the message:
Fehler in file(file, ifelse(append, "a", "w")) :
'mode' f?r die Zwischenablage muss unter Unix 'r' sein
My interpretation is that I am not allowed to write into the
clipboard from a program called from R. Is there a
2010 Nov 11
1
setting up Dovecot
Hello there,
I am a new user of Dovecot. I am using version 1.2.12. Here is the
config file:
I attached the dovecot.conf file as a screenshot using dovecot -n
because I am blind and haven't quite figured out how to copy from the
terminal to Gnome yet. My intentions here are as follows:
1. To allow only pop3s because I want to use ssl for security.
2. I am going to be using fetchmail
2024 Feb 17
1
certain pipe() use cases not working in r-devel
...t; any useful observations for that OS.
> >
> > You might say this is a weird example or use case. The actual usage
> where I
> > discovered this is the way folks read/write the clipboard on macOS using
> > pbcopy/pbpaste (and, in very similar ways, on linux using xsel or xclip).
> > This is mentioned in the "Clipboard" section of the connections help
> topic.
> >
> > In 4.3.2 on macOS, I can successfully roundtrip with the clipboard:
> >
> >> pb_write <- pipe("pbcopy")
> >> writeChar("hello clipboar...
2024 Feb 14
2
certain pipe() use cases not working in r-devel
...esn't work on Windows, so I don't have
any useful observations for that OS.
You might say this is a weird example or use case. The actual usage where I
discovered this is the way folks read/write the clipboard on macOS using
pbcopy/pbpaste (and, in very similar ways, on linux using xsel or xclip).
This is mentioned in the "Clipboard" section of the connections help topic.
In 4.3.2 on macOS, I can successfully roundtrip with the clipboard:
> pb_write <- pipe("pbcopy")
> writeChar("hello clipboard!", pb_write, eos = NULL)
> pb_read <- pipe("...
2005 Feb 16
7
Easy cut & paste from Excel to R?
Hi!
Is it possible to easily cut & paste data from an
Excel spreadsheet to
an R edit( ) grid or to variable?
It seems that R cannot handle the cell delimiters
Excel hands over.
Regards,
Werner