{"id":15136235,"url":"https://github.com/ne0nwinds/native-clip","last_synced_at":"2025-10-23T11:31:16.088Z","repository":{"id":46229568,"uuid":"420596256","full_name":"Ne0nWinds/native-clip","owner":"Ne0nWinds","description":"Access to the native OS clipboard from NodeJS","archived":false,"fork":false,"pushed_at":"2021-11-05T01:44:20.000Z","size":38,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-06T11:11:16.443Z","etag":null,"topics":["c","clipboard","copy-paste","hacktoberfest","nodejs","npm"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/native-clip","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ne0nWinds.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}},"created_at":"2021-10-24T05:32:06.000Z","updated_at":"2024-06-27T09:26:48.000Z","dependencies_parsed_at":"2022-09-19T07:31:15.707Z","dependency_job_id":null,"html_url":"https://github.com/Ne0nWinds/native-clip","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/Ne0nWinds%2Fnative-clip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ne0nWinds%2Fnative-clip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ne0nWinds%2Fnative-clip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ne0nWinds%2Fnative-clip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ne0nWinds","download_url":"https://codeload.github.com/Ne0nWinds/native-clip/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237821466,"owners_count":19371760,"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":["c","clipboard","copy-paste","hacktoberfest","nodejs","npm"],"created_at":"2024-09-26T06:04:38.981Z","updated_at":"2025-10-23T11:31:15.793Z","avatar_url":"https://github.com/Ne0nWinds.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Read / Write from the native OS clipboard in Node.js\n\n## Features\n- Simple API usage and Error Handling\n- Fast / Direct OS Calls using C\n- Full Unicode Support (Non-English characters, Emojis, etc.)\n- Optional TypeScript Definitions\n- Windows and Mac OS support\n- Linux support (should work, but needs more testing)\n\n## Planned Features\n- Support for FreeBSD, OpenBSD+\n- More Optimization\n\n## Example Usage\n ```js\nconst clipboard = require(\"native-clip\");\n\n// Returns a string of clipboard contents\nclipboard.read();\n\n// Copies \"Test 1234\" to the clipboard\nclipboard.write(\"Test 1234\");\n\n// Full Unicode Support\nclipboard.write(\"🥑\");\n ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fne0nwinds%2Fnative-clip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fne0nwinds%2Fnative-clip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fne0nwinds%2Fnative-clip/lists"}