{"id":13502895,"url":"https://github.com/reu/clipshare","last_synced_at":"2026-03-02T22:45:58.614Z","repository":{"id":162320548,"uuid":"636895665","full_name":"reu/clipshare","owner":"reu","description":"Share your clipboard between machines of your local network.","archived":false,"fork":false,"pushed_at":"2024-08-17T13:03:52.000Z","size":76,"stargazers_count":84,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-30T20:14:29.100Z","etag":null,"topics":["clipboard","lan","share"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-05T23:07:38.000Z","updated_at":"2025-04-27T08:13:53.000Z","dependencies_parsed_at":"2024-01-15T19:43:35.089Z","dependency_job_id":"1741b928-32bb-4f58-835e-9ebe6c87b04c","html_url":"https://github.com/reu/clipshare","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reu%2Fclipshare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reu%2Fclipshare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reu%2Fclipshare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reu%2Fclipshare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reu","download_url":"https://codeload.github.com/reu/clipshare/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251774920,"owners_count":21641732,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clipboard","lan","share"],"created_at":"2024-07-31T22:02:28.830Z","updated_at":"2026-03-02T22:45:53.550Z","avatar_url":"https://github.com/reu.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Clipshare\n\nDo you ever have to work on multiple machines?\n\nDo you ever used your Github™ Gists just to send some text between then?\n\nClipshare is here to save the day!\n\nYou can now secure share your clipboard between your machines (well, given they are on the same network).\n\n## How to use\n\nOn one machine:\n```bash\n$ clipshare\nRun `clipshare 11337` on another machine of your network\n```\n\nAnd then on another machine on the same network\n```bash\n$ clipshare 11337\nConnecting to clipboard 11337...\nClipboards connected\n```\n\nAnd voilá, the clipboards of both machines are now magically the same!\n\n## Instalation\n\n### Pre-Built Binary\nEach release comes with pre-built binaries of several platforms. Grab it from [Github Releases](https://github.com/reu/clipshare/releases).\n\n### Cargo\nIf you are a Rust enthusiast, installing via Cargo is just:\n```bash\n$ cargo install clipshare\n```\n\n### From source\nMake sure you have Rust installed, then:\n```bash\n$ git clone https://github.com/reu/clipshare.git\n$ cd clipshare\n$ cargo build --release\n$ cp ./target/release/clipshare /usr/local/bin/\n```\n\n## Limitations\n\nYes\n\n\u003csup\u003e\u003csub\u003eReally, it is quite limited, it can only share utf8 encoded text and images. Unfortunately you can´t share files for now.\u003c/sub\u003e\u003c/sup\u003e\n\n## Implementation\n\nNothing fancy here, we just broadcast the internal ip on the network and connect the processes using the informed ~~port~~ \"clipboard code\".\n\nThe data then is transfered between the machines via an encrypted TLS connection.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freu%2Fclipshare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freu%2Fclipshare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freu%2Fclipshare/lists"}