Skip to content

Launch a new shell (or another program) with your loaded dotenv

License

Notifications You must be signed in to change notification settings

badboy/dotenv-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotenv-shell

crates.io

Launch a new shell (or another program) with your loaded dotenv.

This application is meant to be used on development or testing environments in which setting environment variables is not practical. It loads environment variables from a .env file, if available, and mashes those with the actual environment variables provided by the operative system.*

* Adopted from rust-dotenv, which handles the complicated part anyway.

Installation

cargo install dotenv-shell

Usage

Simply launching your $SHELL:

dotenv-shell

Launching an external program:

dotenv-shell my-application

License

MIT. See LICENSE.