3 releases
0.1.2 | Feb 21, 2021 |
---|---|
0.1.1 | Feb 21, 2021 |
0.1.0 | Feb 20, 2021 |
#39 in #retrieve
11KB
238 lines
storagenv - v0.1.2
Description
storagenv
is a simple .env file manager, which you can retrieve env's to clipboard
or simply print them in order to make life for local development, easier.
How to install ? ( using Rust )
git clone https://github.com/edicury/storagenv
cd storagenv
cargo build --release
./target/release/storagenv
Available Commands
help
- lists all available commands inside binary
list
- lists all stored environments
show ENV_NAME
- prints specified env on console
add ENV_NAME ENV_STR
- stores new env inside binary
pick ENV_NAME
- copies env to clipboard
Dependencies
~4MB
~67K SLoC