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 Aug 16, 2023
·
21 revisions
You can select multiple pasteboard items and paste them all back at once.
- 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.
Items in CutBox History |
---|
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
Note you can use CutBox join and wrapping features to do things like:
Foo, Bar, Hello, World
(Foo, Bar, Hello, World)
Simply put, you can paste the items in a lot of different ways. If you exhaust the potential of join & wrap, you can always paste through Javascript or shell commands.
CutBox a nice little pasteboard time-machine