Command Clipboard Remove Duplicate Lines

The RemoveDuplicateLinesClipboard command removes duplicate lines from the clipboard content.

Example

In the following expansion:

{Ctrl A}
{CopySelection}
{RemoveDuplicateLinesClipboard}
{Paste}
  1. {Ctrl A} selects all the text,
  2. {CopySelection} copies the selection to the clipboard,
  3. {RemoveDuplicateLinesClipboard} removes duplicate lines from the clipboard content,
  4. and finally {Paste} pastes the clipboard content,
    thereby overwriting the selection with its version without duplicate lines.