{"id":22180645,"url":"https://github.com/jftuga/fpp","last_synced_at":"2025-03-24T18:46:12.617Z","repository":{"id":57627886,"uuid":"325007082","full_name":"jftuga/fpp","owner":"jftuga","description":"Find Program Path: iterate through the PATH environment variable to search for the given programs","archived":false,"fork":false,"pushed_at":"2021-11-09T14:29:06.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-29T23:29:54.492Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/jftuga.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-12-28T12:29:53.000Z","updated_at":"2021-11-09T14:27:47.000Z","dependencies_parsed_at":"2022-09-26T20:11:49.522Z","dependency_job_id":null,"html_url":"https://github.com/jftuga/fpp","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jftuga%2Ffpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jftuga%2Ffpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jftuga%2Ffpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jftuga%2Ffpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jftuga","download_url":"https://codeload.github.com/jftuga/fpp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245332066,"owners_count":20598099,"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":"2024-12-02T09:18:59.261Z","updated_at":"2025-03-24T18:46:12.594Z","avatar_url":"https://github.com/jftuga.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fpp\nFind Program Path: iterate through the `PATH` environment variable to search for the given programs\n\n## Description\n\n `fpp` returns the path names of the files (or links) which would be executed in the current environment.  It does this by searching the `PATH` for executable files matching the names of the arguments.\n This program also searches for over **30** extensions such as `.exe`, `.ps1`, `.sh`, `.py`, etc.\n\n## Download\n\nBinaries for Windows, MacOS, and Linux can be found on the [Releases Page](https://github.com/jftuga/fpp/releases) -- expand the `Assets` to see the downloads.\n\n## Usage\n\n```\nUsage: fpp [OPTION]... [FILE]...\nFind Program Path: Iterate through the PATH environment variable to search for the given programs\n\n  -p    show all paths and then exit\n  -v    show program version and then exit\n```\n\n## Install From Source\n\n```\ngo get github.com/jftuga/fpp\ncd fpp\ngo build -ldflags=\"-s -w\"\n./fpp (or .\\fpp.exe)\n```\n\n## Examples\n\n```\nNotice that 'curl' appears 3 times and 'notepad' appears twice...\n\nPS C:\\github.com\\jftuga\\fpp\u003e .\\fpp.exe curl notepad compmgmt\nC:\\Windows\\system32\\curl.exe\nC:\\Windows\\system32\\notepad.exe\nC:\\Windows\\system32\\compmgmt.msc\nC:\\Windows\\notepad.exe\nC:\\Users\\john\\scoop\\shims\\curl.exe\nC:\\Users\\john\\scoop\\shims\\curl.ps1\n```\n\n```\npi@rpi3:~/fpp $ ./fpp curl ping4 rg gettext\nWARNING: '/usr/local/bin' appears multiple times in PATH\n/usr/local/bin/rg\n/usr/bin/curl\n/usr/bin/gettext\n/usr/bin/gettext.sh\n/bin/ping4\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjftuga%2Ffpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjftuga%2Ffpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjftuga%2Ffpp/lists"}