OSX utility for copy/pasting a text file in a FIFO queue fashion

copy/pastetext;

There are a few similar questions regarding "clipboard managers" but nothing that quite suits my needs.

I often end up with an unformatted list of text that needs entering into various form fields. I'm looking for a utility that makes the clipboard act like a FIFO queue using a pre-defined text file of this nature.

Say I have a text file with 30 names

Adam
Alice
...
Will
Zara

I'd like to be able to paste this list into the clipboard manager. I'd then switch to the form, click the first box, press a hotkey and the first item would be "popped" from the list and pasted into the box. I'd then click the second box, press the hotkey again and the next name would be popped and pasted.

As a bonus, it would also be cool if I could do the reverse: click an item, press a hotkey and it's appended to a text file (or a list that can be easily exported as an unformatted text file). I've seen that lots of these other tools can build a list within the app itself, but I really need the output to be in a text file to use for other purposes.

Best Answer

The closest I have seen to these requirements is Flycut (free on the App Store)

It's extremely simple to use, though it won't automatically pop an item off the stack then move to the next one.

However, when you invoke Flycut (assuming you are starting at the top of the stack), you can just press the down arrow key to go to the next item. When you release, it pastes what is in queue.

So, your sequence of keystrokes would be:

First: ⇧ Shift ⌘ Command V

Second: ⇧ Shift ⌘ Command V then

and so on...