Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Pasting multiple items

Jason Milkins edited this page May 19, 2018 · 21 revisions

CutBox also allows you to select multiple pasteboard items and paste them all back in one go.

Let's take a look at how this works.

Without any changes to preferences:

  1. Open CutBox with Cmd + Shift + V
  2. Search/Select some items with the mouse / keyboard
    1. The order you select items is preserved, note the preview update as you change the selection.
  3. Press enter to paste all the items.

For example, let's say you had these words in your CutBox history as separate items:

Hello World Foo Bar

You can select each one, let's say we select them in the order: Foo, Bar, Hello, World.

Press Enter and CutBox will paste:

Foo Bar Hello World