{"id":15598044,"url":"https://github.com/ibob/envo","last_synced_at":"2025-09-20T10:31:55.342Z","repository":{"id":56844667,"uuid":"309704342","full_name":"iboB/envo","owner":"iboB","description":"An environment variable manager","archived":false,"fork":false,"pushed_at":"2023-01-23T08:39:46.000Z","size":270,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-01T20:50:52.267Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/iboB.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}},"created_at":"2020-11-03T14:03:13.000Z","updated_at":"2022-04-20T15:05:57.000Z","dependencies_parsed_at":"2023-02-12T21:32:15.361Z","dependency_job_id":null,"html_url":"https://github.com/iboB/envo","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iboB%2Fenvo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iboB%2Fenvo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iboB%2Fenvo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iboB%2Fenvo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iboB","download_url":"https://codeload.github.com/iboB/envo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233651029,"owners_count":18708667,"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-10-03T01:26:46.969Z","updated_at":"2025-09-20T10:31:54.965Z","avatar_url":"https://github.com/iboB.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Envo\n\n[![Gem Version](https://badge.fury.io/rb/envo.svg)](https://badge.fury.io/rb/envo)\n\nA command-line environment variable manager for the current shell session. It works with bash and Windows cmd.\n\nEnvo offers several commands to view and change environment variables and also to execute simple scripts composed of those commands, thus allowing the same script for a particular env-var configuration on all supported platforms.\n\n*Envo is still an alpha version. Not all features are complete and not everything is thoroughly tested.*\n\n## Features\n\nA screenshot of `envo path` which displays the path in a \"pretty\" way. Note the tags, `D` for an entry which is duplicated, and `N` for an entry which is a non-existing path\n\n![Image](doc/screen/bash-path.png)\n\nUse envo with `envo \u003ccommand\u003e \u003cargs\u003e` in your terminal\n\n### Commands\n\nThese are select envo commands. For a full list, check the [command reference](doc/commands.md)\n\n* `show \u003cname\u003e ...` - show values of environment variables in a \"pretty\" format\n* `set \u003cname\u003e = [\u003cvalue\u003e]` - set a value to an environment variable\n* `unset \u003cname\u003e ...` - unset (delete) an environment variabls\n* `list \u003cname\u003e add \u003cvalue\u003e` - add an element to an list environment variable (such as `PATH`)\n* `clean \u003cname\u003e` - cleans environment variables. Unsets empty strings, non-existing paths, empty lists. Removes duplicates from lists and non-existing paths from path lists.\n* `run \u003cscript\u003e` - runs a simple script of commands. See the [script reference](doc/envoscript.md) on how to write scripts\n\n## Installation\n\n* You need a Ruby interpeter version 2.5 or higher\n    * To check, type `ruby --version` in your terminal\n* Install the ruby gem\n\n```\n$ gem install envo\n```\n\n* Install the envo command\n\n```\n$ envo-install\n```\n\n* *If you're using bash, after the last step you'll need to either restart the session, or source the file in which envo was installed (it will be logged after the installation)*\n\nAfter this you can type\n\n```\n$ envo --help\n```\n\n... and see the commands and options supported by envo in your terminal.\n\n## Contributing\n\nIssues and pull requests are welcome.\n\nPart of why I created this tool was to refresh my ruby-foo. I hadn't done much ruby programming for years before this. Because of this, envo is not great (not terrible) ruby code. I would welcome PRs or issues which improve the code style and introduce good practices and dev-tooling into the repo.\n\nPlease take a look at [the implementation notes](doc/impl-notes.md) and [the roadmap](doc/roadmap.md) if you want to contribute.\n\n## License\n\nThis software is distributed under the MIT Software License. See accompanying LICENSE file or copy [here](https://opensource.org/licenses/MIT).\n\nCopyright \u0026copy; 2020-2024 [Borislav Stanimirov](http://github.com/iboB)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibob%2Fenvo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibob%2Fenvo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibob%2Fenvo/lists"}