{"id":16525938,"url":"https://github.com/haroldadmin/pathfix","last_synced_at":"2026-05-23T16:44:37.378Z","repository":{"id":57531122,"uuid":"276574325","full_name":"haroldadmin/pathfix","owner":"haroldadmin","description":"Fixes the PATH environment variable of the current process","archived":false,"fork":false,"pushed_at":"2020-07-03T18:38:37.000Z","size":18,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-14T17:38:44.977Z","etag":null,"topics":["go"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/haroldadmin/pathfix","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haroldadmin.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-07-02T07:09:16.000Z","updated_at":"2024-06-09T19:51:05.000Z","dependencies_parsed_at":"2022-09-05T09:51:14.189Z","dependency_job_id":null,"html_url":"https://github.com/haroldadmin/pathfix","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/haroldadmin/pathfix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haroldadmin%2Fpathfix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haroldadmin%2Fpathfix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haroldadmin%2Fpathfix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haroldadmin%2Fpathfix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haroldadmin","download_url":"https://codeload.github.com/haroldadmin/pathfix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haroldadmin%2Fpathfix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27357424,"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-11-29T02:00:06.589Z","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":["go"],"created_at":"2024-10-11T17:08:04.230Z","updated_at":"2025-11-29T16:02:54.071Z","avatar_url":"https://github.com/haroldadmin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pathfix\n\nPackage pathfix provides the ability to retrieve the PATH environment variable from the user's login shell and append its value to the PATH of the current process.\n\nThis is helpful when your Go program's binary is bundled in an application which is started from an OS's GUI. The GUI shell does not have access to the custom PATHs a user may have set in their terminal shell, which leads to problems when trying to find executables from the Go program. `pathfix` package helps solve this problem.\n\n## Usage\n\nThe public API contains only one method.\n\n```go\npathfix.Fix()\n```\n\n## Installation\n\nAdd this module to your project using `go get`:\n\n```shell\ngo get github.com/haroldadmin/pathfix\n```\n\n## Contribution\n\nPlease report bugs and problems by opening issues. External contributions through PRs are also welcome.\n\n## License\n\nSee [License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharoldadmin%2Fpathfix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharoldadmin%2Fpathfix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharoldadmin%2Fpathfix/lists"}