
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
A command-line environment variable manager for the current shell session. It works with bash and Windows cmd.
Envo 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.
Envo is still an alpha version. Not all features are complete and not everything is thoroughly tested.
A 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
Use envo with envo <command> <args>
in your terminal
These are select envo commands. For a full list, check the command reference
show <name> ...
- show values of environment variables in a "pretty" formatset <name> = [<value>]
- set a value to an environment variableunset <name> ...
- unset (delete) an environment variablslist <name> add <value>
- add an element to an list environment variable (such as PATH
)clean <name>
- cleans environment variables. Unsets empty strings, non-existing paths, empty lists. Removes duplicates from lists and non-existing paths from path lists.run <script>
- runs a simple script of commands. See the script reference on how to write scriptsruby --version
in your terminal$ gem install envo
$ envo-install
After this you can type
$ envo --help
... and see the commands and options supported by envo in your terminal.
Issues and pull requests are welcome.
Part 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.
Please take a look at the implementation notes and the roadmap if you want to contribute.
This software is distributed under the MIT Software License. See accompanying LICENSE file or copy here.
Copyright © 2020-2024 Borislav Stanimirov
FAQs
Unknown package
We found that envo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.