mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
6d32c6e7cc
A bash script to handle Simple Password Store in a convenient way using rofi. Features: - Open URLs of entries with hotkey - Add new Entries to Password Storage - Edit existing Entries - Generate new passwords for entries - Inline view, which can copy/type individual entries - Move/Delete existing entries - Type any field from entry - Auto-typing of user and/or password fields - Generating OTPs WWW: https://github.com/carnager/rofi-pass PR: 235114 Submitted by: alex@xanderio.de
16 lines
443 B
Plaintext
16 lines
443 B
Plaintext
A bash script to handle Simple Password Store in a convenient way
|
|
using rofi.
|
|
|
|
Features:
|
|
- Open URLs of entries with hotkey
|
|
- Add new Entries to Password Storage
|
|
- Edit existing Entries
|
|
- Generate new passwords for entries
|
|
- Inline view, which can copy/type individual entries
|
|
- Move/Delete existing entries
|
|
- Type any field from entry
|
|
- Auto-typing of user and/or password fields
|
|
- Generating OTPs
|
|
|
|
WWW: https://github.com/carnager/rofi-pass
|