{"id":20518333,"url":"https://github.com/tricked-dev/appfinder","last_synced_at":"2025-03-05T23:42:35.673Z","repository":{"id":133032154,"uuid":"590992417","full_name":"Tricked-dev/appfinder","owner":"Tricked-dev","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-29T13:12:05.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T10:17:18.883Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/Tricked-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"Tricked-dev","ko_fi":"tricked"}},"created_at":"2023-01-19T17:28:12.000Z","updated_at":"2023-01-19T17:29:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"2ede8bd5-5811-4572-abf2-d15858867fdd","html_url":"https://github.com/Tricked-dev/appfinder","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/Tricked-dev%2Fappfinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tricked-dev%2Fappfinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tricked-dev%2Fappfinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tricked-dev%2Fappfinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tricked-dev","download_url":"https://codeload.github.com/Tricked-dev/appfinder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242123200,"owners_count":20075344,"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-11-15T21:40:10.471Z","updated_at":"2025-03-05T23:42:35.668Z","avatar_url":"https://github.com/Tricked-dev.png","language":"Rust","readme":"# Appfinder\n\nfind the location of applications on the system.\n\nResolves multiple folders on windows to find binaries on\n\n## Usage\n\n```rust\nuse appfinder::get_app_path;\nfn main() {\n    let path = get_app_path(\"firefox\");\n    println!(\"Firefox is located at: {:?}\", path);\n}\n```\n\n```rust\nuse appfinder::get_app_path;\nfn main() {\n    let path = get_app_path(\"discord\");\n    println!(\"Discord is located at: {:?}\", path);\n\n}\n```\n\n## Os support\n\n| thing         | Windows | Macos | Linux |\n| ------------- | :-----: | :---: | :---: |\n| path          |   🚫    |  ✅   |  ✅   |\n| desktop files |   🚫    |  🚫   |  ✅   |\n| start menu    |   ✅    |  🚫   |  🚫   |\n| appdata       |   ✅    |  🚫   |  🚫   |\n\n### Caveats\n\n- on linux desktopfiles return the full commands even arguments these can be manually removed\n- the name of the application you want to find must be lowercase\n","funding_links":["https://github.com/sponsors/Tricked-dev","https://ko-fi.com/tricked"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftricked-dev%2Fappfinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftricked-dev%2Fappfinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftricked-dev%2Fappfinder/lists"}