Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taylorskalyo/pass-age
A simple pass extension for displaying password age
https://github.com/taylorskalyo/pass-age
pass pass-extension password-store
Last synced: 2 days ago
JSON representation
A simple pass extension for displaying password age
- Host: GitHub
- URL: https://github.com/taylorskalyo/pass-age
- Owner: taylorskalyo
- Created: 2018-09-20T02:45:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T02:46:24.000Z (about 6 years ago)
- Last Synced: 2024-08-03T02:02:46.747Z (3 months ago)
- Topics: pass, pass-extension, password-store
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-password-store - pass-age
README
# pass-age
A simple [pass](https://www.passwordstore.org/) extension for displaying password age.
## Usage
```
Usage:
pass age [-h] pass-names
Display the age of passwords based on their last commit time
in the pass git repository.
Options:
--version Show version information.
-h, --help Print this help message and exit.PASSWORD_STORE_AGE_CRITICAL
Age in seconds before highlighting in red.
Default is 31536000 (1 year).
PASSWORD_STORE_AGE_WARN
Age in seconds before highlighting in yellow.
Default is 15552000 (180 days).
```## Examples
```
$ pass age logins
amazon.com 2 months ago
aur.archlinux.org 2 days ago
facebook.com 6 months ago
github.com 5 days ago
google.com 3 weeks ago
mail.protonmail.com 2 months ago
```