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, then type the selected password 4 5cd "${PA_DIR:-$HOME/.local/share/pa}" 6password_files="$(find * -type f | grep -v '/.git')" 7password=$(printf '%s\n' "$password_files" | sed 's/.age//' | fuzzel -dmenu "$@") 8 9pa show "$password" | head -n 1 | 10 wtype -