Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/uncomputable/depass

(Un)deprecate passwords inside the password store
https://github.com/uncomputable/depass

application cli pass password password-manager password-store python

Last synced: about 1 month ago
JSON representation

(Un)deprecate passwords inside the password store

Awesome Lists containing this project

README

        

# Depass: Password Deprecator

An automatic workflow to (un)deprecate passwords inside the [password store](https://www.passwordstore.org).

```
depass [--restore] account
```

## Build the script using nix

Clone the repo.

```bash
[email protected]:uncomputable/depass.git
cd depass
```

Build the default package.

```bash
nix-build
```

## Install the script using nix

Install the built derivation in your nix profile.

```bash
nix profile install ./result
```

## Build the script without nix

IDK, use setuptools or something 😝