Expand description
Getfrompass is a wrapper for Pass key-value store
Provides a way to get passwords without
having them in plain text on your computer.
[getfrompass
]: https://github.com/sukkis/getfrompass
Functions§
- get_
from_ pass - Use this to fetch secrets from key-value store Pass. This code runs cli command “pass apikey” to get the value of the key. Panics and terminates on not receiving proper key.
- insert_
to_ pass - Generate a key-value pair to Pass.
- remove_
from_ pass - Remove key-value pair from Pass. Not recommended for production use. This command uses Pass with “-f” switch.