Skip to main content

Questions tagged [clipboard]

A clipboard is a temporary storage, mostly related to text, from where contents can be pasted to a new/other location. Use this tag for questions that specifically involve problems with putting material in, or getting material out of the clipboard

0 votes
1 answer
69 views

I'm using Linux Mint and I want Shift Insert to paste anything copied by Ctrl C or from a web browser action (notable use case: clicking to copy GitHub repo URL). I know there's all the PRIMARY/...
awvalenti's user avatar
  • 201
0 votes
0 answers
23 views

I'm not sure if this is something in my config, or a change in xterm. In the past, I would select three lines of text, for example, pwd cd bin pwd and when I paste them, I would get three separate ...
hymie's user avatar
  • 1,828
0 votes
0 answers
82 views

Why is my transfer speed slow when backing up my minecraft folders? I'm just trying to back up my minecraft servers on my home hand built desktop server. However, when I copy paste from my internal ...
Freed88's user avatar
3 votes
2 answers
290 views

I want to preserve Access, Modify and Birth timestamps when copying files. I tried the following flags. rsync --atimes --times --crtimes --archive However I get an error that crtimes is not supported....
New to code's user avatar
0 votes
1 answer
127 views

I use Clipman - xfce4-clipman-plugin. I sometimes copy two items and want to paste them both, one then the other. I would expect to be able to paste one (ctrl + v), press some keyboard combo to tell ...
J. Mini's user avatar
  • 127
0 votes
0 answers
85 views

I'm running ArchLinux in a virtual machine in VMWare. I've open-vm-tools installed but I'm unable to copy from macOS host and paste into Hyprland. How can I achieve this?
Thesevs SCUTULATUS's user avatar
1 vote
1 answer
242 views

I use Arch Linux + DWM on the X Window System. I can't copy from Vim to an external application, and the vim --version command returns -xterm_clipboard. As I understand it, I need to recompile my Vim ...
Bernadette's user avatar
0 votes
0 answers
31 views

I have installed JMeter version 5.6.3 on my Sequoia 15.2 Mac laptop. Everything works fine except the clipboard. I can't copy and paste anything into the JMeter GUI. It's running under JDK 17.
Perugini's user avatar
0 votes
1 answer
94 views

I am using Arch, bash and gnome terminal. All are up to date with the very latest software versions. I wish to bind ctrl+c to yank the current line on the command line to the global clipboard, which ...
Kes's user avatar
  • 909
3 votes
0 answers
148 views

I know that the clipboard is not a function of the Linux kernel but a feature of the desktop. And there is no "location" where the content in the clipboard is saved. Clipboard is saved in ...
fmeier's user avatar
  • 371
0 votes
0 answers
692 views

I have Debian 12 (Gnome on Wayland) as my host OS and the same Debian 12 as guest (via tty, no GUI). Using virt-manager and qemu-kvm for managing VMs. Tried installing spice-vdagent on guest but it is ...
lacinquette's user avatar
0 votes
2 answers
657 views

I ran pwd | pbcopy command in Terminal on my MacBook Pro to copy the working directory to the clipboard. The working directory looks like this: /Users/JohnSmith/PycharmProjects/100 Days of Code - The ...
sjl26916091's user avatar
1 vote
2 answers
287 views

Let's say you do ls -al in a Bash shell in Debian or Ubuntu and get: drwxrwxrwt 95 root root 12288 Sep 28 2024 tmp drwxr-xr-x 14 root root 4096 Sep 28 2024 usr <-- how to copy this to ...
Basj's user avatar
  • 2,649
-2 votes
2 answers
416 views

echo $(( 1 + 2 )) | pbcopy This will copy 3 to the clipboard. But how is it possible, the same way, to copy the literal echo $(( 1 + 2 )) string to the clipboard?
jsx97's user avatar
  • 1,397
1 vote
1 answer
451 views

I like using the command line but I find myself falling back on the GUI and mouse. Is there a way to open a bash terminal in the current location you're navigated to in lf? Navigating to a directory ...
1toneboy's user avatar
  • 503

15 30 50 per page
1
2 3 4 5
34