{"id":20400322,"url":"https://github.com/fschutt/clipboard2","last_synced_at":"2025-07-13T11:41:09.574Z","repository":{"id":57605381,"uuid":"118554090","full_name":"fschutt/clipboard2","owner":"fschutt","description":"Improved clipboard handling (similar to rust-clipboard)","archived":false,"fork":false,"pushed_at":"2022-09-19T20:22:38.000Z","size":22,"stargazers_count":5,"open_issues_count":3,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T23:07:08.234Z","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/fschutt.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":"2018-01-23T03:45:22.000Z","updated_at":"2024-12-30T08:28:35.000Z","dependencies_parsed_at":"2022-08-27T21:25:07.825Z","dependency_job_id":null,"html_url":"https://github.com/fschutt/clipboard2","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/fschutt%2Fclipboard2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fschutt%2Fclipboard2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fschutt%2Fclipboard2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fschutt%2Fclipboard2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fschutt","download_url":"https://codeload.github.com/fschutt/clipboard2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248575658,"owners_count":21127233,"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-11-15T04:39:32.704Z","updated_at":"2025-04-12T13:50:58.461Z","avatar_url":"https://github.com/fschutt.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clipboard2\n\n[![Build status](https://ci.appveyor.com/api/projects/status/i9m3ly8yfa3idhy0?svg=true)](https://ci.appveyor.com/project/fschutt/clipboard2)\n[![Travis Build Status](https://travis-ci.org/fschutt/clipboard2.svg?branch=master)](https://travis-ci.org/fschutt/clipboard2)\n\nHard fork of https://github.com/aweinstock314/rust-clipboard\n\nThis library has better error handling than the original one,\nthe code is mostly copied.\n\n# Usage\n\n```rust\nextern crate clipboard2;\n\nuse clipboard2::{Clipboard, SystemClipboard};\n\nfn main() {\n    let clipboard = SystemClipboard::new().unwrap();\n    clipboard.set_string_contents(String::from(\"Hello\")).unwrap();\n    println!(\"{}\", clipboard.get_string_contents().unwrap());\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffschutt%2Fclipboard2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffschutt%2Fclipboard2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffschutt%2Fclipboard2/lists"}