{"id":26659887,"url":"https://github.com/blocklune/proxy-utils","last_synced_at":"2025-03-25T11:15:53.843Z","repository":{"id":282890320,"uuid":"949930049","full_name":"BlockLune/proxy-utils","owner":"BlockLune","description":"Scripts for fast setting of the system proxy environment variables","archived":false,"fork":false,"pushed_at":"2025-03-17T13:15:14.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T14:28:52.282Z","etag":null,"topics":[],"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/BlockLune.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":"2025-03-17T11:13:51.000Z","updated_at":"2025-03-17T13:15:18.000Z","dependencies_parsed_at":"2025-03-17T14:28:53.819Z","dependency_job_id":"dd2b4f54-ecb6-4b00-8687-8de2fb54eacd","html_url":"https://github.com/BlockLune/proxy-utils","commit_stats":null,"previous_names":["blocklune/proxy-utils"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockLune%2Fproxy-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockLune%2Fproxy-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockLune%2Fproxy-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlockLune%2Fproxy-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlockLune","download_url":"https://codeload.github.com/BlockLune/proxy-utils/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245449674,"owners_count":20617190,"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":"2025-03-25T11:15:53.113Z","updated_at":"2025-03-25T11:15:53.796Z","avatar_url":"https://github.com/BlockLune.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Proxy Utils\n\nScripts for fast setting of the system proxy environment variables.\n\nInspired by:\n\n- [SukkaW/zsh-proxy](https://github.com/SukkaW/zsh-proxy)\n- [escalate/oh-my-zsh-proxy-plugin](https://github.com/escalate/oh-my-zsh-proxy-plugin/)\n\n## Installation\n\n### As an Oh-My-Zsh Plugin\n\n1. Clone the repository into the Oh-My-Zsh custom plugins directory:\n\n   ```shell\n   git clone https://github.com/BlockLune/proxy-utils.git ~/.oh-my-zsh/custom/plugins/proxy-utils --depth=1\n   ```\n\n2. Copy the configuration file:\n\n   ```shell\n   cp -r ~/.oh-my-zsh/custom/plugins/proxy-utils/example/.proxy/ ~\n   ```\n\n3. Update the zsh configuration file:\n\n   ```zsh\n   plugin=(... proxy-utils)\n   ```\n\n4. Restart the terminal.\n\n### As a Standalone Script\n\n1. Clone the repository:\n\n   ```shell\n   git clone https://github.com/BlockLune/proxy-utils.git --depth=1\n   ```\n\n2. Copy the configuration file:\n\n   ```shell\n   cp -r proxy-utils/example/.proxy/ ~\n   ```\n\n3. Update your shell configuration file:\n\n   ```shell\n   source /path/to/proxy-utils/proxy_utils.sh\n   ```\n\n4. Restart the terminal.\n  \n## Usage\n\n```shell\n# Set proxy environment variables\nproxy\n\n# Unset proxy environment variables\nnoproxy\n\n# List proxy environment variables\nlsproxy\n\n# Check the current ip address by sending request to ip.sb\nmyip\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblocklune%2Fproxy-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblocklune%2Fproxy-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblocklune%2Fproxy-utils/lists"}