Loading repository data…
Loading repository data…
humblepenguinn / repository
A secure command-line tool for managing environment variables
envio is a command-line tool for securely managing environment variables. It allows users to create encrypted profiles containing environment variables for a specific project or use case. The tool provides various operations to manage these profiles, such as loading them into terminal sessions or running programs with the specified environment variables.
Some key features of envio include:
Pre-built binaries for Linux, macOS, and Windows are available on the releases page.
This script only supports Linux and macOS.
curl -fsSL https://raw.githubusercontent.com/humblepenguinn/envio/main/install.sh | bash
Set a custom install directory with ENVIO_INSTALL_DIR (default: ~/.local/bin):
curl -fsSL https://raw.githubusercontent.com/humblepenguinn/envio/main/install.sh | ENVIO_INSTALL_DIR=/usr/local/bin bash
Install a specific version with ENVIO_VERSION (default: latest):
curl -fsSL https://raw.githubusercontent.com/humblepenguinn/envio/main/install.sh | ENVIO_VERSION=v0.0.0 bash
Uninstall:
curl -fsSL https://raw.githubusercontent.com/humblepenguinn/envio/main/install.sh | bash -s -- uninstall
cargo install envio
Use your favorite AUR helper:
paru -S envio # or envio-bin for pre-built binary
A .deb package is also published on the releases page:
sudo dpkg -i envio_<version>_<arch>.deb
brew install envio
Download the MSI installer or zip archive from the releases page.
See the Usage Guide for detailed instructions on how to use the tool.
Take a look at the Contributing Guide for more information.
envio is available under the terms of either the MIT License or the Apache License 2.0, at your option.
See the LICENSE-MIT and LICENSE-APACHE files for license details.