{"id":24434048,"url":"https://github.com/itspriddle/path_helper","last_synced_at":"2025-03-29T22:17:02.934Z","repository":{"id":28346668,"uuid":"31860268","full_name":"itspriddle/path_helper","owner":"itspriddle","description":"A Golang implementation of the OS X path_helper utility","archived":false,"fork":false,"pushed_at":"2015-03-14T05:06:47.000Z","size":115,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T16:54:30.400Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itspriddle.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-08T18:24:28.000Z","updated_at":"2016-10-08T09:12:23.000Z","dependencies_parsed_at":"2022-08-25T10:01:13.193Z","dependency_job_id":null,"html_url":"https://github.com/itspriddle/path_helper","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/itspriddle%2Fpath_helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itspriddle%2Fpath_helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itspriddle%2Fpath_helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itspriddle%2Fpath_helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itspriddle","download_url":"https://codeload.github.com/itspriddle/path_helper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246249217,"owners_count":20747168,"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":"2025-01-20T16:53:14.323Z","updated_at":"2025-03-29T22:17:02.910Z","avatar_url":"https://github.com/itspriddle.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# path_helper.go\n\nThis is a Golang implementation of the OS X [`path_helper`][path_helper]\nutility.\n\n[path_helper]: https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man8/path_helper.8.html\n\n## Usage\n\nFirst setup one or more path files. A path file contains one directory per line\nthat should be added to `PATH`. Eg:\n\n```\n/usr/local/bin\n/usr/bin\n/bin\n```\n\nAdd the following to your `.bashrc` or `.zshrc` file:\n\n```\neval $(path_helper ~/.paths)\n```\n\nIf you have multiple path files specify them as arguments:\n\n```\neval $(path_helper /etc/paths /etc/paths.d/*)\n```\n\n## Installation\n\nClone this repo:\n\n```\ngit clone https://github.com/itspriddle/path_helper.git\n```\n\nBuild and install:\n\n```\nmake\nmake install\n```\n\nIf you want to install somewhere other than `/usr/local/bin`, supply `PREFIX`:\n\n```\nmake\nPREFIX=$HOME/local make install\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitspriddle%2Fpath_helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitspriddle%2Fpath_helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitspriddle%2Fpath_helper/lists"}