Reading contents from paste buffer (aka clipboard)

I’ve wrote a library call clipboard_pasta here GitHub - wingyplus/clipboard_pasta · GitHub. The mechanism is using rust library called copypasta GitHub - alacritty/copypasta: Cross-platform Rust system clipboard library · GitHub, it support cross platform.

I wrote it under use case that I want to copy datastructure by using elixir pipe syntax (like IO.inspect does). I didnt publish it to the hex yet. If you’re trying and feel it useful, i can help working on and publishing it.