{"id":49105171,"url":"https://github.com/nickcox/ps-autoenv","last_synced_at":"2026-04-21T01:10:33.502Z","repository":{"id":224499258,"uuid":"117752736","full_name":"nickcox/ps-autoenv","owner":"nickcox","description":"PowerShell implementation of autoenv (https://github.com/kennethreitz/autoenv)","archived":false,"fork":false,"pushed_at":"2019-04-30T13:24:29.000Z","size":6,"stargazers_count":18,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-02-26T09:59:28.139Z","etag":null,"topics":["cli","command-line-tool","powershell","powershell-module"],"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/nickcox.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}},"created_at":"2018-01-16T22:54:13.000Z","updated_at":"2024-02-26T09:59:29.363Z","dependencies_parsed_at":"2024-02-26T10:09:39.894Z","dependency_job_id":null,"html_url":"https://github.com/nickcox/ps-autoenv","commit_stats":null,"previous_names":["nickcox/ps-autoenv"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nickcox/ps-autoenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickcox%2Fps-autoenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickcox%2Fps-autoenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickcox%2Fps-autoenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickcox%2Fps-autoenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickcox","download_url":"https://codeload.github.com/nickcox/ps-autoenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickcox%2Fps-autoenv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32072325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T21:26:33.338Z","status":"ssl_error","status_checked_at":"2026-04-20T21:26:22.081Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","command-line-tool","powershell","powershell-module"],"created_at":"2026-04-21T01:10:32.805Z","updated_at":"2026-04-21T01:10:33.496Z","avatar_url":"https://github.com/nickcox.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"PowerShell implementation of [autoenv](https://github.com/kennethreitz/autoenv) directory based environments.\n\nWhat is it?\n===========\n\nIf a directory contains a .autoenv file, it will automatically be executed when you cd into it. When enabled (set `$autoenv:ENABLE_LEAVE` to `$true`), if a directory contains a .autoenv.leave file, it will automatically be executed when you leave it.\n\nThis is great for...\n\n* auto-activating virtualenvs\n* auto-deactivating virtualenvs\n* project-specific environment variables\n\n\nUsage\n==========\n```\nPS\u003e Import-Module ps-autoenv\nPS\u003e \"echo 'whoa'\" \u003e project/.autoenv\nPS\u003e cd project\nwhoa\n```\n\nInstall\n==========\n```\nPS\u003e Install-Module ps-autoenv\nPS\u003e Add-Content $PROFILE @(\"`n\", \"import-module ps-autoenv\")\n```\n\nConfiguration\n============\nUpdate these properties of `$autoenv` at any time:\n\n* AUTH_FILE: Location of a text file which contains a list of authorized env files;\ndefaults to ~/.autoenv_authorized\n* ENV_FILENAME: Name of the enter file; defaults to .autoenv\n* ENV_LEAVE_FILENAME: Name of the leave file; defaults to .autoenv.leave\n* ENABLE_LEAVE: Set this to a non-falsy value in order to enable leave scripts\n* ASSUME_YES: Set this to $true to automatically authorize the initialization of new environments","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickcox%2Fps-autoenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickcox%2Fps-autoenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickcox%2Fps-autoenv/lists"}