Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: Clipipe – pipe data to another machine behind NAT (clipipe.io)
1 point by 4m1rk 6 months ago | hide | past | favorite
I was thinking it would be nice to quickly send the clipboard to another machine without direct network connectivity. Then I thought why not piping it? Not just the clipboard, but any data.

    $ xclip -sel c -o | clipipe send
    $ clipipe receive {code} | xclip -sel c
Implemented it using Python for both the CLI and server (FastAPI). Please checkout https://clipipe.io for more info and https://github.com/amirkarimi/clipipe to see the source code.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: