my dotz
0

Configure Feed

Select the types of activity you want to include in your feed.

1#!/bin/sh 2# 3# prompt for a password via bemenu 4# then type the selected password 5# 6# deps: 7# - wtype 8# - bemenu 9# - pa 10 11cd "${PA_DIR:-$HOME/.local/share/pa}" 12password_files="$(find * -type f | grep -v '/.git')" 13password=$(printf '%s\n' "$password_files" | sed 's/.age//' | bemenu -c -W 0.2 -l 20 "$@") 14 15pa show "$password" | head -n 1 | tr -d '\n' | wtype -