{"id":15679225,"url":"https://github.com/azu/no-clipboard-app","last_synced_at":"2026-03-17T23:07:28.871Z","repository":{"id":66143524,"uuid":"134960443","full_name":"azu/no-clipboard-app","owner":"azu","description":"Share your clipboard text to your device like Oculus Go.","archived":false,"fork":false,"pushed_at":"2018-05-28T00:46:23.000Z","size":12444,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-30T16:16:54.660Z","etag":null,"topics":["app","browser","clipboard","electron","node","oculus-go","share"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/azu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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},"funding":{"github":"azu"}},"created_at":"2018-05-26T12:43:24.000Z","updated_at":"2019-07-15T10:59:12.000Z","dependencies_parsed_at":"2023-02-21T16:45:15.028Z","dependency_job_id":null,"html_url":"https://github.com/azu/no-clipboard-app","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/azu/no-clipboard-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Fno-clipboard-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Fno-clipboard-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Fno-clipboard-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Fno-clipboard-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azu","download_url":"https://codeload.github.com/azu/no-clipboard-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Fno-clipboard-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30635156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T22:38:22.569Z","status":"ssl_error","status_checked_at":"2026-03-17T22:38:11.804Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["app","browser","clipboard","electron","node","oculus-go","share"],"created_at":"2024-10-03T16:27:19.202Z","updated_at":"2026-03-17T23:07:28.853Z","avatar_url":"https://github.com/azu.png","language":"JavaScript","funding_links":["https://github.com/sponsors/azu"],"categories":[],"sub_categories":[],"readme":"# No Clipboard app\n\nThis app help no-clipboard device like [Oculus Go](https://www.oculus.com/go/) to share clipboard your PC.\n\nYou can pass from your clipboard text on your PC to your device like Oculus Go.\n\n\u003e PC -\u003e Device's browser\n\n## Terminology\n\n- Client: Recieve clipboard data from Server.\n    - For example Oculus Go is Client.\n- Server: Padd clipboard data to Client. This app includes the Server.\n    - Your PC/mac is Server\n\n**Client:**\n\n![Client](./docs/client.gif)\n\n**Server:**\n\n![Server|App](./docs/screenshot-app.png)\n\n## :warning: Note\n\nThis app share the clipboard data via [Localtunnel](https://localtunnel.github.io/www/).\n\n\u003e Client -\u003e request -\u003e [Localtunnel](https://localtunnel.github.io/www/) -\u003e (local) Server.\n\n[Localtunnel](https://localtunnel.github.io/www/)'s subdomain is randomized and it is hard to guess the url.\nPotentially, Anyone can access your clipboard via the internet when running this Server/App.\n\n## Installation\n\n- Download app from [latest releases](https://github.com/azu/no-clipboard-app/releases/latest)\n\nCurrently, released binary is mac only.\nBut, you can run/build this app for your platform.\n\n### Run app on local\n\n    yarn\n    yarn start\n\n### Build app on local\n\n    yarn\n    yarn make\n\n## Usage\n\n1. Run app(This is a server)\n    - Click \"Open\" on context menu\n2. Register bookmarklet to your client\n3. Focus `\u003cinput\u003e` or `\u003ctextarea\u003e` on your client's browser\n    - This bookmarklet depended on [activeElement](https://developer.mozilla.org/en-US/docs/Web/API/DocumentOrShadowRoot/activeElement).\n4. Run the bookmarklet in your client\n\n### Bookmarklets\n\nCurrent implementation of bookmarklets is [src/server/bookmarklet](src/server/bookmarklet).\n\n- [copy-clipboard.js](src/server/bookmarklet/copy-clipboard.js)\n- [go-to-clipboard.js](src/server/bookmarklet/go-to-clipboard.js)\n- [paste-clipboard.js](src/server/bookmarklet/paste-clipboard.js)\n\nIf you have other bookmarklet idea, please send pull request.\n\nNote: This **generated** bookmarket code include secret-key, you don not share it.\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazu%2Fno-clipboard-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazu%2Fno-clipboard-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazu%2Fno-clipboard-app/lists"}