{"id":15013146,"url":"https://github.com/tauri-apps/fix-path-env-rs","last_synced_at":"2025-07-25T22:04:52.647Z","repository":{"id":65978588,"uuid":"476385622","full_name":"tauri-apps/fix-path-env-rs","owner":"tauri-apps","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-06T03:51:12.000Z","size":25,"stargazers_count":60,"open_issues_count":9,"forks_count":15,"subscribers_count":11,"default_branch":"dev","last_synced_at":"2025-07-20T20:26:23.110Z","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/tauri-apps.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-03-31T16:18:48.000Z","updated_at":"2025-07-20T15:59:09.000Z","dependencies_parsed_at":"2025-04-18T20:30:45.895Z","dependency_job_id":"2f055641-f7d7-4a01-93e2-2db462036320","html_url":"https://github.com/tauri-apps/fix-path-env-rs","commit_stats":{"total_commits":13,"total_committers":5,"mean_commits":2.6,"dds":"0.46153846153846156","last_synced_commit":"8481725b7ebfc56cdb052d522517421242eac36b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tauri-apps/fix-path-env-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tauri-apps%2Ffix-path-env-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tauri-apps%2Ffix-path-env-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tauri-apps%2Ffix-path-env-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tauri-apps%2Ffix-path-env-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tauri-apps","download_url":"https://codeload.github.com/tauri-apps/fix-path-env-rs/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tauri-apps%2Ffix-path-env-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266972812,"owners_count":24014578,"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-07-25T02:00:09.625Z","response_time":70,"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":[],"created_at":"2024-09-24T19:43:49.042Z","updated_at":"2025-07-25T22:04:52.569Z","avatar_url":"https://github.com/tauri-apps.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fix-path-env-rs\n![Test](https://github.com/tauri-apps/fix-path-env-rs/workflows/Test/badge.svg)\n\nA Rust crate to fix the `PATH` environment variable on macOS and Linux when running a GUI app.\n\nGUI apps on macOS and Linux do not inherit the `$PATH` from your shell dotfiles (*.bashrc, .bash_profile, .zshrc, etc*).\n\n## Installation\nPlease note, below in the dependencies you can also lock to a revision/tag in the `Cargo.toml`.\n```toml\n[dependencies]\nfix-path-env = { git = \"https://github.com/tauri-apps/fix-path-env-rs\" }\n```\n\n## Usage\nCall `fix_path_env::fix()` as early as possible in your `main` function in `main.rs` file\n\n```rust\nfn main() {\n    let _ = fix_path_env::fix(); // \u003c---- Add this\n}\n```\n\n# License\nMIT / Apache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftauri-apps%2Ffix-path-env-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftauri-apps%2Ffix-path-env-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftauri-apps%2Ffix-path-env-rs/lists"}