{"id":16409904,"url":"https://github.com/juliandavidmr/rxclipboard","last_synced_at":"2026-06-13T13:33:39.917Z","repository":{"id":65492117,"uuid":"114919943","full_name":"juliandavidmr/RxClipboard","owner":"juliandavidmr","description":"Clipboard reactive to changes for Node","archived":false,"fork":false,"pushed_at":"2017-12-20T19:54:15.000Z","size":42,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T06:41:41.105Z","etag":null,"topics":["clipboard","node-package","reactive","rxjs","xclip"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/rxclipboard","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/juliandavidmr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-20T18:47:00.000Z","updated_at":"2021-06-11T09:57:19.000Z","dependencies_parsed_at":"2023-01-25T19:25:13.262Z","dependency_job_id":null,"html_url":"https://github.com/juliandavidmr/RxClipboard","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/juliandavidmr%2FRxClipboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliandavidmr%2FRxClipboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliandavidmr%2FRxClipboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliandavidmr%2FRxClipboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliandavidmr","download_url":"https://codeload.github.com/juliandavidmr/RxClipboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240405110,"owners_count":19796129,"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","node-package","reactive","rxjs","xclip"],"created_at":"2024-10-11T06:22:06.319Z","updated_at":"2026-06-13T13:33:39.875Z","avatar_url":"https://github.com/juliandavidmr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RxClipboard\n\nClipboard reactive to changes for Node.\n\nDetects when the clipboard changes, regardless of the type of content. It does this by wrapping pbcopy / pbpaste (for OSX), xclip (for Linux and OpenBSD), and clip (for Windows).\n\n\u003e Require Node v7 o later\n\n## Install\n\n**npm**\n```bash\nnpm i rxclipboard -S\n```\n\n**yarn**\n```bash\nyarn add rxclipboard\n```\n\n### Example\n\n```js\nconst rxclipboard = require('rxclipboard')\n\nconst log = console.log\n\nrxclipboard.watchClipboard().subscribe(\n  x =\u003e log('onNext: %s', x),\n  e =\u003e log('onError: %s', e),\n  () =\u003e log('onCompleted'))\n```\n\nImport using babel\n```js\nimport * as rxclipboard from \"rxclipboard\"\n```\n\n## API\n\n```js\nrxclipboard.watchClipboard( /* { options } */)\n// Example\nrxclipboard.watchClipboard({ watch: 200 })\n```\n\n| Option | Description                              | Default |\n|--------|------------------------------------------|---------|\n| watch  | Modify the change verification time (ms) | `200`   |\n\n\nLicense MIT _Julian David_ - 2017","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliandavidmr%2Frxclipboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliandavidmr%2Frxclipboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliandavidmr%2Frxclipboard/lists"}