Are there any advanced clipboard managers for Linux

clipboardsoftware-recx11

Are there any "advanced clipboard" managers for Linux that can store several things at one time?

For example I might wnat to collect several things in the clipboard:

  • a .jpg file
  • some text
  • etc.

Then when I press (for example) Ctrl+V+1 just the first "thing" would be pasted. (In this example the .jpg file) If I press Ctrl+V+2, then it pastes the text, etc.

Are there any clipboard manager that support such "layers"?

Best Answer

You might want to check out Parcellite. It is described as:

A lightweight GTK+ clipboard manager. This is a stripped down, basic-features-only clipboard manager with a small memory footprint for those who like simplicity.

Even though it is described as "stripped down, basic-features-only" it has very useful features, such as:

  • Keeps a clipboard history (which is completely editable).
  • Various view options to display items the way you like it.
  • Daemon mode; guard your clipboard contents when you close applications.
  • Global hotkeys to display your items quickly.
  • Perform custom commands using clipboard contents.
  • Syncs the CLIPBOARD and PRIMARY selections.

Here are a couple articles which go into more detail:

Related Question