{"id":25959289,"url":"https://github.com/aetonsi/pwsh__clipboard","last_synced_at":"2026-06-10T07:31:47.761Z","repository":{"id":175529004,"uuid":"530368975","full_name":"aetonsi/pwsh__Clipboard","owner":"aetonsi","description":"{pwsh} Powershell clipboard related utils.","archived":false,"fork":false,"pushed_at":"2022-11-07T12:02:17.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-20T21:54:56.297Z","etag":null,"topics":["clipboard","password","powershell","pwsh","secure"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aetonsi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2022-08-29T19:42:28.000Z","updated_at":"2024-09-16T19:47:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"9fbd1e83-f409-4b0d-a475-61393e8e1fcd","html_url":"https://github.com/aetonsi/pwsh__Clipboard","commit_stats":null,"previous_names":["aetonsi/pwsh__clipboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aetonsi/pwsh__Clipboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aetonsi%2Fpwsh__Clipboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aetonsi%2Fpwsh__Clipboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aetonsi%2Fpwsh__Clipboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aetonsi%2Fpwsh__Clipboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aetonsi","download_url":"https://codeload.github.com/aetonsi/pwsh__Clipboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aetonsi%2Fpwsh__Clipboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34142638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","password","powershell","pwsh","secure"],"created_at":"2025-03-04T18:36:04.799Z","updated_at":"2026-06-10T07:31:47.754Z","avatar_url":"https://github.com/aetonsi.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pwsh__Clipboard\nPowershell clipboard related utils.\n\n# Usage\n```powershell\n# Import module first\nImport-Module ./Clipboard.psm1\n\n# now you can use the imported functions\n```\n\n### Set-ClipboardSecurely\nSets the clipboard contents and tells the operating system not to store that content in its clipboard history (if in use)\n\u003e please note: it's up to the system to honor the request and not store the value\n\n\u003e please note: this also disables Windows from sharing the given value across the user's devices\n\n\u003e please note: currently ONLY Windows OS is supported\n\n```powershell\nSet-ClipboardSecurely \"some secret value, like a password\"\n# to emtpy clipboard\nSet-ClipboardSecurely \"\"\n# or you can empty the clipboard via the system's Set-Clipboard, but this leaves an empty string in the system's history\nSet-Clipboard \"\"\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faetonsi%2Fpwsh__clipboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faetonsi%2Fpwsh__clipboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faetonsi%2Fpwsh__clipboard/lists"}