dotenv-shell

Crates.iodotenv-shell
lib.rsdotenv-shell
version1.0.1
sourcesrc
created_at2016-02-06 11:48:14.350362
updated_at2016-02-24 01:00:53.461812
descriptionLaunch a new shell (or another program) with your loaded dotenv
homepage
repositoryhttps://github.com/badboy/dotenv-shell
max_upload_size
id4098
size4,448
Engine Devs (github:amethyst:engine-devs)

documentation

README

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.

Commit count: 11

cargo fmt