https://github.com/eth-p/fish-securenv
A fish function for on-demand retrieval of sensitive environment variables.
https://github.com/eth-p/fish-securenv
fish fish-plugin fisher fisherman oh-my-fish
Last synced: about 1 month ago
JSON representation
A fish function for on-demand retrieval of sensitive environment variables.
- Host: GitHub
- URL: https://github.com/eth-p/fish-securenv
- Owner: eth-p
- Created: 2022-07-29T00:57:47.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-15T02:29:49.000Z (over 2 years ago)
- Last Synced: 2025-03-19T02:38:21.511Z (about 1 month ago)
- Topics: fish, fish-plugin, fisher, fisherman, oh-my-fish
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fish-securenv
A `fish` function for on-demand retrieval of sensitive environment variables.
## Features
- Keep sensitive environment variables unloaded until you need them.
- Data safely encrypted using `gpg`.## Requirements
- `gnupg` (`gpg`) with a key for encrypting data.
## Install
With [fisher](https://github.com/jorgebucaran/fisher):
```fish
fisher install eth-p/fish-securenv
```## Documentation & Usage
[View the latest documentation in the docs folder.](docs/README.md)