Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/uncomputable/depass
- Owner: uncomputable
- License: cc0-1.0
- Created: 2021-07-23T12:44:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T21:06:27.000Z (about 1 year ago)
- Last Synced: 2024-07-30T19:49:43.790Z (6 months ago)
- Topics: application, cli, pass, password, password-manager, password-store, python
- Language: Python
- Homepage: https://www.passwordstore.org
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 😝