{"id":16376168,"url":"https://github.com/felixfbecker/psopen","last_synced_at":"2025-10-08T13:23:47.586Z","repository":{"id":66011623,"uuid":"150289610","full_name":"felixfbecker/PSOpen","owner":"felixfbecker","description":"Open files and URLs from PowerShell","archived":false,"fork":false,"pushed_at":"2018-09-25T15:39:58.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T11:50:20.121Z","etag":null,"topics":["powershell"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/felixfbecker.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":"2018-09-25T15:38:59.000Z","updated_at":"2018-09-25T15:46:08.000Z","dependencies_parsed_at":"2023-05-18T12:32:14.062Z","dependency_job_id":null,"html_url":"https://github.com/felixfbecker/PSOpen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/felixfbecker/PSOpen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixfbecker%2FPSOpen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixfbecker%2FPSOpen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixfbecker%2FPSOpen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixfbecker%2FPSOpen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felixfbecker","download_url":"https://codeload.github.com/felixfbecker/PSOpen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixfbecker%2FPSOpen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278950098,"owners_count":26074160,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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":["powershell"],"created_at":"2024-10-11T03:23:46.501Z","updated_at":"2025-10-08T13:23:47.557Z","avatar_url":"https://github.com/felixfbecker.png","language":"PowerShell","readme":"# PSOpen\n\n[![powershellgallery](https://img.shields.io/powershellgallery/v/PSOpen.svg)](https://www.powershellgallery.com/packages/PSOpen)\n[![downloads](https://img.shields.io/powershellgallery/dt/PSOpen.svg)](https://www.powershellgallery.com/packages/PSOpen)\n\nModule to open files and URLs from PowerShell with the default application. Works on Windows, Linux and macOS.\n\n## Installation\n\n```powershell\nInstall-Module PSOpen\n```\n\n## Usage\n\n```powershell\n# Open test.txt in the default text editor\nOpen-Item test.txt\n\n# Open https://github.com in the default web browser\nOpen-Item https://github.com\n\n# Open all files in the current directory\nGet-ChildItem . | Open-Item\n```\n\n## Errors\n\nWill write errors if an item could not be opened. Example:\n\n```powershell\n\u003e Open-Item github.com\nOpen-Item : The file /Users/felix/src/github.com/felixfbecker/PSOpen/github.com does not exist. Perhaps you meant 'http://github.com'?\nAt line:1 char:1\n+ Open-Item github.com\n+ ~~~~~~~~~~~~~~~~~~~~\n+ CategoryInfo          : OpenError: (:) [Write-Error], WriteErrorException\n+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Open-Item\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixfbecker%2Fpsopen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelixfbecker%2Fpsopen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixfbecker%2Fpsopen/lists"}