Skip to content

Syndim/keepass-to-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keepass-to-env

A simple utility to convert Keepass database to a dotenv file or to a child shell process

why would you need it

Managing environment in .env file is not easy. It may contain credentials so you don't want store it in plain file. On the other hand, the Keepass database is a perfect place to store such information. This simple tool helps you generate the .env file or setting environment variables to a child shell from a Keepass database.

install

cargo install keepass-to-env

usage

kte --kdbx <path/to/kdbx/file> [--root <abc/def>] [--password <your/secret/password>] [--output <path/to/dot/env>]

About

A simple utility to convert Keepass datbase to a dotenv file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages