{"id":16513235,"url":"https://github.com/moisutsu/imboard","last_synced_at":"2025-07-07T06:38:54.608Z","repository":{"id":62440769,"uuid":"286050108","full_name":"moisutsu/imboard","owner":"moisutsu","description":"This crate makes it convenient to exchange images with the clipboard","archived":false,"fork":false,"pushed_at":"2021-10-22T05:31:46.000Z","size":73,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T12:34:53.445Z","etag":null,"topics":["clipboard","rust"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/imboard","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/moisutsu.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":"2020-08-08T13:38:43.000Z","updated_at":"2021-10-22T05:31:49.000Z","dependencies_parsed_at":"2022-11-01T22:16:00.381Z","dependency_job_id":null,"html_url":"https://github.com/moisutsu/imboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moisutsu/imboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisutsu%2Fimboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisutsu%2Fimboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisutsu%2Fimboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisutsu%2Fimboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moisutsu","download_url":"https://codeload.github.com/moisutsu/imboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moisutsu%2Fimboard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264029777,"owners_count":23546541,"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","rust"],"created_at":"2024-10-11T16:08:13.139Z","updated_at":"2025-07-07T06:38:54.590Z","avatar_url":"https://github.com/moisutsu.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Imboard\n\n[![Crates.io](https://img.shields.io/crates/v/imboard.svg)](https://crates.io/crates/imboard)\n[![Documentation](https://docs.rs/imboard/badge.svg)](https://docs.rs/imboard)\n![License](https://img.shields.io/crates/l/imboard.svg)\n\nThis is a crate that allows you to easily exchange images with the clipboard.\n\nCurrently, only macOS is supported.\n\n# Example\n\nSave a clipboard image to a file as `clipboard.png`\n```rust\nuse anyhow::Result;\n\n#[tokio::main]\nasync fn main() -\u003e Result\u003c()\u003e {\n    let img = imboard::copy_image::from_clipboard().await?;\n    img.to_rgba().save(\"clipboard.png\").unwrap();\n    Ok(())\n}\n```\n\nCopy a file image to the clipboard\n```rust\nuse anyhow::Result;\n\n#[tokio::main]\nasync fn main() -\u003e Result\u003c()\u003e {\n    let img = image::open(\"examples/images/copy.png\")?;\n    imboard::copy_image::to_clipboard(img).await?;\n    Ok(())\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoisutsu%2Fimboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoisutsu%2Fimboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoisutsu%2Fimboard/lists"}