kasi

POSIX shell password manager that is cryptography program-agnostic
Log | Files | Refs | README | LICENSE

kasimenu_totp (143B)


      1 #!/bin/sh
      2 KASI_DIR="${KASI_DIR:-~/.kasi}"
      3 DMENU="dmenu -l 5"
      4 
      5 cd "$KASI_DIR"
      6 find . -type f | sort | sed 's,^\./,,' | $DMENU | xargs kasi totp