Yixf-Self / ClipboardTextJoiner

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 (shenwei356@gmail.com)

MIT License

About

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

License:MIT License


Languages

Language:Perl 100.0%