{"id":19789453,"url":"https://github.com/jdeepd/setproxy","last_synced_at":"2025-09-18T01:31:54.125Z","repository":{"id":118717508,"uuid":"581085898","full_name":"JDeepD/SetProxy","owner":"JDeepD","description":"A Proxy Manager for Windows","archived":false,"fork":false,"pushed_at":"2023-03-15T21:42:16.000Z","size":26,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T08:11:20.353Z","etag":null,"topics":["configuration-management","powershell","powershell-script","proxy","proxy-configuration","pwsh-scripts"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/JDeepD.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}},"created_at":"2022-12-22T08:32:58.000Z","updated_at":"2023-03-20T07:59:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5802aaf-5102-4ba9-a937-b334b4073170","html_url":"https://github.com/JDeepD/SetProxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JDeepD/SetProxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JDeepD%2FSetProxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JDeepD%2FSetProxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JDeepD%2FSetProxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JDeepD%2FSetProxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JDeepD","download_url":"https://codeload.github.com/JDeepD/SetProxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JDeepD%2FSetProxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275695731,"owners_count":25511349,"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-09-17T02:00:09.119Z","response_time":84,"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":["configuration-management","powershell","powershell-script","proxy","proxy-configuration","pwsh-scripts"],"created_at":"2024-11-12T06:31:56.721Z","updated_at":"2025-09-18T01:31:53.888Z","avatar_url":"https://github.com/JDeepD.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Proxy Manager for Windows\n\n### Set proxy configs for tools like git, npm with just a single command.\n\n## Installation:\n\n## Pre-requisites: \n### [Powershell 7](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.3)\n### [gsudo](https://github.com/gerardog/gsudo)\n\n#### 1. Manual Installation\n\nClone the repository\n```\ngit clone https://github.com/JDeepD/SetProxy.git\n```\n\nRun `install.ps1`\n\n```\npwsh .\\install.ps1\n```\n\nTo update the tool, pull all the changes and run: \n\n```\npwsh .\\install.ps1 -update\n```\n\n\n## Commands:\n\n#### Create a profile\n```\nsetproxy create\n```\n#### Show all profiles \n```\nsetproxy list\n```\n#### Switch to a profile by nickname \n```\nsetproxy \u003cnickname\u003e\n```\n#### Interactive Proxy switching \n```\nsetproxy\n```\n#### Unset all proxies\n```\nsetproxy unset\n```\n\n## Plus Tip: Use setproxy with [fzf](https://github.com/junegunn/fzf) for an even smoother experience.\n\n### Put this in your `$PROFILE` (Powershell 7)\n\n```ps1\nfunction fpx{\n    $selection=$(setproxy fzflist | fzf --height 40% --pointer=' ' --border --info=inline --prompt='▶ ' --color=fg+:#FFFFFF,bg+:#FF0000,gutter:-1 --exact) -split '\\s+' | Select-Object -First 1;\n    setproxy $selection\n}\n```\n\n### And run `fpx` to witness sorcery.\n\nhttps://user-images.githubusercontent.com/64089730/225298255-34f6bd21-9687-46e9-b214-23c5e44d12e3.mp4\n\n### Inspired from [proxyman](https://github.com/himanshub16/ProxyMan) and [nits-proxy](https://github.com/resyfer/nits_proxy)\n\n---\n\n## TODO\n- [ ] Make installation procedure smoother (preferably through package managers like winget or scoop)\n- [ ] Convert to Powershell module which allows easy installation an updates\n- [ ] Support for proxy bypasses\n- [ ] Eliminate some dependencies(gsudo for example)\n- [ ] (maybe) Integrate tightly with fzf so that it does not have 2 different interfaces\n- [ ] (maybe) An cross-platform Proxy manager which works for both Windows and Unix based systems\n- [ ] (maybe) A GUI tool for managing proxy configurations\n\n## Feedback\n- [ ] Integrate tightly with fzf so that it does not have 2 different interfaces\n- [ ] An cross-platform Proxy manager which works for both Windows and Unix based systems\n- [ ] A GUI tool for managing proxy configurations\n- [ ] update pulled from git by itself\n- [ ] there was some ability to make a new shell with the proxy settings applied so that it doesnt interfere with globals (probs wouldnt work for windows networking but for the other two it would be nice)\n- [ ] could specify the commands to run in the config (could add more apps etc)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdeepd%2Fsetproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdeepd%2Fsetproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdeepd%2Fsetproxy/lists"}