envchain icon indicating copy to clipboard operation
envchain copied to clipboard

Environment variables meet macOS Keychain and gnome-keyring <3

Results 10 envchain issues
Sort by recently updated
recently updated
newest added

Use `n$` instead of repeating same parameters.

Currently when accessing the env, the identity prompt looks as below: ![image](https://user-images.githubusercontent.com/405972/143551369-f055689f-cc4d-48ed-9729-62d269cc6e96.png) Is it possible to use Touch ID like this? ![image](https://user-images.githubusercontent.com/405972/143551873-7b806a59-bce8-44ab-9412-0306a63fa495.png)

When --require-passphrase or --no-require-passphrase is specified, envchain prints the value of the prompt selector flag: ``` $ envchain -s --require-passphrase foo FOO foo.FOO: foo 0 101 ``` I assumed this...

Is it possible to add listing to the app? I'm using it every day and have no knowledge of C/C++. There are times I forget saved name of the namespace...

enhancement

### Background I am using `envchain` from a while ago, but recently I am experiencing issues with the namespaces. The `AWS_ACCESS_KEY_ID , AWS_SECRET_ACCESS_KEY` secrets are not getting updated on both...

# Background I want to use `envchain` within our mobile team to store the App Store Connect API key credentials, which consist of an issuer id, key id and .p8...

This tool is super helpful! I install it through Homebrew, which references the most recent build, 1.0.1. Would it be possible to create a new release to get easier access...

Hey, I'm trying to headlessly populate envchain with a bunch of different API keys. However, when I do this on macOS the System keyring keeps asking for the passphrase even...

This article explains how to store secrets in the envchain, however there is no guidance how to retrieve those values - if they're to be used in an application ....