{"id":22218572,"url":"https://github.com/megahertz/clipboard-share","last_synced_at":"2025-07-27T14:32:52.908Z","repository":{"id":57200426,"uuid":"64844527","full_name":"megahertz/clipboard-share","owner":"megahertz","description":"Share clipboard between two computers","archived":false,"fork":false,"pushed_at":"2016-11-02T07:31:28.000Z","size":13,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-20T04:49:01.996Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/megahertz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-03T12:32:15.000Z","updated_at":"2023-05-23T06:53:11.000Z","dependencies_parsed_at":"2022-09-16T15:11:33.292Z","dependency_job_id":null,"html_url":"https://github.com/megahertz/clipboard-share","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megahertz%2Fclipboard-share","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megahertz%2Fclipboard-share/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megahertz%2Fclipboard-share/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/megahertz%2Fclipboard-share/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/megahertz","download_url":"https://codeload.github.com/megahertz/clipboard-share/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227812854,"owners_count":17823613,"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":[],"created_at":"2024-12-02T22:27:10.670Z","updated_at":"2024-12-02T22:27:11.492Z","avatar_url":"https://github.com/megahertz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clipboard-share\n[![Build Status](https://travis-ci.org/megahertz/clipboard-share.svg?branch=master)](https://travis-ci.org/megahertz/clipboard-share)\n[![npm version](https://badge.fury.io/js/clipboard-share.svg)](https://badge.fury.io/js/clipboard-share)\n\n## Description\n\nIt's a small client-server script which allows to synchronise clipboard\n  between two computers. It's very useful when you have a virtual machine\n  like VirtualBox without installed guest additions (Mac OS X guest for example).\n  It works on Linux, Mac OS X and Windows.\n\n## Installation (both client and server)\n\n1. Install [Node.js](http://nodejs.org)\n\n    * on OSX use [homebrew](http://brew.sh) `brew install node`\n    * on Windows use [chocolatey](https://chocolatey.org/) `choco install nodejs`\n    * on Debian based linux use `apt-get install nodejs npm`\n    \n2. Install clipboard-share with [npm](https://npmjs.org/package/clipboard-share):\n\n    npm install -g clipboard-share\n\n## Usage\n\nStarting a server using one of the following ways:\n\n    clipboard-share                  # Using default settings, bind to 0.0.0.0:1077\n    clipboard-share 192.168.1.2      # Using default port 1077\n    clipboard-share 192.168.1.2:1077 # Full syntax\n\n\nStarting a client using one of the following ways:\n\n    clipboard-share -c                  # Using default settings, connect to 10.0.2.2:1077\n    clipboard-share -c 192.168.1.2      # Using default port 1077\n    clipboard-share -c 192.168.1.2:1077 # Full syntax\n    \nSetting refresh interval in milliseconds (how often script will spy on\nclipboard changes), can be set in both client and server mode:\n\n    clipboard-share -c -i 100\n\n## License\n\nLicensed under MIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegahertz%2Fclipboard-share","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmegahertz%2Fclipboard-share","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmegahertz%2Fclipboard-share/lists"}