
Clipboardoscope
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Utility for analyzing clipboard contents and drag&drop types.
Useful for debugging what applications copy to clipboard or provide on drags.
All provided mime types are displayed in a list, with previews for corresponding data. Individual data may be saved to file or opened with preferred application.
Compilation instructions: using CMake. For a standard installation in /usr/bin/, /usr/share/, etc. use the following commands:
[indent] > tar xvfz clipboardoscope-X.X.tar.gz
> cd clipboardoscope-X.X.tar.gz
> cmake . -DCMAKE_INSTALL_PREFIX=/usr
> make
> sudo make install[/indent]
11 years ago
* VERSION 1.0
11 years ago
* VERSION 1.0
Please login or register to add a comment or rating