Skip to content

Instantly share code, notes, and snippets.

View pprobst's full-sized avatar

Pedro Probst pprobst

View GitHub Profile
@pprobst
pprobst / passbemenu
Created November 8, 2024 01:31
passbemenu
#!/usr/bin/env bash
# Based on: https://git.zx2c4.com/password-store/tree/contrib/dmenu/passmenu
shopt -s nullglob globstar
typeit=0
if [[ $1 == "--type" ]]; then
typeit=1
shift