Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)