All Projects → shenwei356 → ClipboardTextJoiner

shenwei356 / ClipboardTextJoiner

Licence: MIT license
Monitoring system clipboard change and joining multi-line text. It's very useful when copying multi-line text from PDF files.

Programming Languages

perl
6916 projects

ClipboardTextJoiner

Monitoring system clipboard change and joining multi-line text.

It's very useful when copying multi-line text from PDF files.

Usage

Just copy and paste as usual.

Two editions of scripts using different clipbloard Perl modules:

  • ClipboardTextJoiner.pl

    use Clipboard;

    For Linux, OSX, *BSD, and Windows.

    However, it does not work well in Linux right now.

  • ClipboardTextJoiner_WinEdition.pl

    use Win32::Clipboard;

    For Windows only.

Have a Try

Windows user could just download the binary exe files bellow:

Copyright (c) 2013, Wei Shen ([email protected])

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].