{"id":15700589,"url":"https://github.com/chrissimpkins/path","last_synced_at":"2025-05-12T14:18:50.738Z","repository":{"id":66080261,"uuid":"115759030","full_name":"chrissimpkins/path","owner":"chrissimpkins","description":"View system PATH as an ordered list","archived":false,"fork":false,"pushed_at":"2017-12-30T20:10:29.000Z","size":18,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-12T14:18:24.787Z","etag":null,"topics":["environment-variables","linux","macos","system","unix"],"latest_commit_sha":null,"homepage":"","language":"C","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/chrissimpkins.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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},"funding":{"github":"chrissimpkins"}},"created_at":"2017-12-29T22:43:24.000Z","updated_at":"2023-10-22T08:36:58.000Z","dependencies_parsed_at":"2023-04-09T05:48:50.673Z","dependency_job_id":null,"html_url":"https://github.com/chrissimpkins/path","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrissimpkins%2Fpath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrissimpkins%2Fpath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrissimpkins%2Fpath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrissimpkins%2Fpath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrissimpkins","download_url":"https://codeload.github.com/chrissimpkins/path/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253754345,"owners_count":21958843,"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":["environment-variables","linux","macos","system","unix"],"created_at":"2024-10-03T19:50:39.436Z","updated_at":"2025-05-12T14:18:50.645Z","avatar_url":"https://github.com/chrissimpkins.png","language":"C","funding_links":["https://github.com/sponsors/chrissimpkins"],"categories":[],"sub_categories":[],"readme":"# path\n\n[![Build Status](https://travis-ci.org/chrissimpkins/path.svg?branch=master)](https://travis-ci.org/chrissimpkins/path)\n\n`path` is a command line executable that displays all paths on the system PATH as an ordered list by descending priority. It is intended for Unix-like systems including Linux and macOS.\n\n![path](https://user-images.githubusercontent.com/4249591/34450807-036fe1b6-ece2-11e7-9841-69c175ecc5b3.png)\n\n## Install\n\n### Quick Install\n\nExecute the following series of commands to download the source archive, unpack it, and install `path` to `/usr/local/bin/path`:\n\n```text\ncurl -LO https://github.com/chrissimpkins/path/archive/master.tar.gz\ntar -xvzf master.tar.gz\ncd path-master\nmake \u0026\u0026 sudo make install\n```\n\nDetailed installation instructions follow if you have difficulties with the above installation approach.\n\n### Build Dependencies\n\nPlease confirm that `make` is installed to use the following instructions for installation of `path`. \n\nmacOS users must install XCode with the command line developer tools in order to compile `path` from source. You can install XCode from the App Store.\n\nMost Linux users can install `make` with the respective Linux distro package manager if it is not available by default.\n\n### Download path source code\n\n[Download an archive of the `path` source code](https://github.com/chrissimpkins/path/releases/latest) and unpack it to a directory on your system.  Navigate to the root of the source code archive that you unpacked.\n\n### Compile the executable\n\nNext, compile the executable from the source code and install with:\n\n```text\n$ make \u0026\u0026 sudo make install\n```\n\n`path` is installed on the file path `/usr/local/bin/path`. Confirm that `/usr/local/bin` exists on your system PATH in order to use the application.\n\n## Usage\n\n`path` is executed with a simple command line request:\n\n```text\n$ path\n```\n\nThis request will stream an ordered, newline delimited list of your system PATH directory paths to the standard output stream. The list is in descending order of priority from highest (top) to lowest (bottom).\n\n## License\n\n[MIT License](https://github.com/chrissimpkins/path/blob/master/LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrissimpkins%2Fpath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrissimpkins%2Fpath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrissimpkins%2Fpath/lists"}