Password-store utilities

Distopico Vegan 7c031ad8e7 trim leading/trailing spaces on copy field 3 yıl önce
.gitignore e3a2d039c7 add basic gitignore 3 yıl önce
AUTHORS bc818fd08e initial commit 3 yıl önce
COPYING bc818fd08e initial commit 3 yıl önce
README.md 45a7bc8a74 update README 3 yıl önce
passp bc818fd08e initial commit 3 yıl önce
passrofi 7c031ad8e7 trim leading/trailing spaces on copy field 3 yıl önce
passrofi.desktop 3e1f72a01a update base path 3 yıl önce

README.md

password-store utilities

Password-store utilities to extend their functionality, this contain a rofi or dmenu UI and a wrapper to disable clipboard manager and avoid store our secrets in plain text!

Requirements

  • password-store
  • rofi or dmenu (optional)

Usage

passp

Clone this repo in for example ~/.scripts/ or ~/.local/bin/ and add an alias or symlink pointing to passp e.g.

  alias pass="$HOME/.scripts/pass/passp"

or

  ln -s ~/.scripts/pass/passp ~/.local/bin/pass

for the symlink ~/.local/bin/ bus be added to your $PATH

pass-rofi

Pass-rofi support direct invocation or via rofi modi mode, by default use passp.

Copy passrofi.desktop to ~/.local/share/applications or add the script path to rofi.modi configuration.