Skip to content

Load .env files into an `export` compatible shell session

License

Notifications You must be signed in to change notification settings

OutdatedVersion/export-dotenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

export dotenv

I've caught myself prefixing a local.env's lines with export more times than I'd care to admit ... which this prevents!

Usage

Put binary on your path from

  • Releases
  • git clone and cargo build --release
$ echo 'HELLO=friend' > example.env
$ export-dotenv example.env | source /dev/stdin

About

Load .env files into an `export` compatible shell session

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages