This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11
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.
- Open CutBox with Cmd + Shift + V
- Search/Select some items with the mouse / keyboard
- The order you select items is preserved
- Preview will show you the paste output as you change item selection
- Press enter to paste what you can see in preview
Let's say you had these words in your CutBox history as separate items, copy them one by one to try this out for yourself.
Hello
World
Foo
Bar
We'll select them in this order: Foo, Bar, Hello, World.
Press Enter and CutBox will paste:
Foo
Bar
Hello
World
CutBox a nice little pasteboard time-machine