{"id":17856062,"url":"https://github.com/x2bool/sqliteclip","last_synced_at":"2025-03-25T23:32:26.595Z","repository":{"id":232026252,"uuid":"652305764","full_name":"x2bool/sqliteclip","owner":"x2bool","description":"SQLite extension for working with operating system's clipboard (copy/paste functions)","archived":false,"fork":false,"pushed_at":"2024-04-07T15:05:35.000Z","size":9,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T23:01:41.173Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/x2bool.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-06-11T18:22:48.000Z","updated_at":"2025-02-01T19:00:17.000Z","dependencies_parsed_at":"2024-04-07T14:26:53.493Z","dependency_job_id":"372c3dd0-4e62-4a7e-a3ae-041df4cd2de0","html_url":"https://github.com/x2bool/sqliteclip","commit_stats":null,"previous_names":["x2bool/sqliteclip"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x2bool%2Fsqliteclip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x2bool%2Fsqliteclip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x2bool%2Fsqliteclip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x2bool%2Fsqliteclip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/x2bool","download_url":"https://codeload.github.com/x2bool/sqliteclip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245562294,"owners_count":20635897,"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-10-28T03:00:45.971Z","updated_at":"2025-03-25T23:32:26.076Z","avatar_url":"https://github.com/x2bool.png","language":"Rust","readme":"# SQLite extension for working with operating system's clipboard\n\nThis extension adds the following functions to SQLite:\n\n|  | Copy | Paste |\n|--|------|-------|\n| Long name | CLIPBOARD_COPY(text) | CLIPBOARD_PASTE() |\n| Short name | CLIP_COPY(text) | CLIP_PASTE() |\n\n### How to build\n\n```bash\ncargo build --release\n```\n\nThis step will produce `libsqliteclip.so` or `libsqliteclip.dylib` or `sqliteclip.dll` depending on your operation system.\n\n### How to use\n\nAssuming you have sqlite3 command line tools installed, and `libsqliteclip` library in your current directory:\n\n```bash\nsqlite3 # will open SQLite CLI\n\u003e .load libsqliteclip # or \"sqliteclip\" on Windows\n```\n\nThis will load `sqliteclip` module, and make `CLIPBOARD_COPY` and `CLIPBOARD_PASTE` functions available.\n","funding_links":[],"categories":["Extensions"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx2bool%2Fsqliteclip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fx2bool%2Fsqliteclip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx2bool%2Fsqliteclip/lists"}