Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

dshoreman/cliptest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cliptest

A very minimal base for testing target issues in x11-clipboard.

Installation / Testing

Clone this repo with my x11-clipboard fork inside it, making sure you're on the right branch:

git clone https://github.com/dshoreman/cliptest.git
cd cliptest && git clone -b paste-text-targets https://github.com/dshoreman/x11-clipboard.git
cargo run

Once it's running, open another terminal to play around copying text to clipboard with various targets:

echo "foo" | xclip
echo "bar" | xclip -t TEXT
echo "baz" | xclip -t UTF8_STRING
echo "bat" | xclip -t text/plain

If it's not ignored, it'll show in stdout.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages