my dotz
2
fork

Configure Feed

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

linky & pa alias

+2 -16
+1 -1
.rc
··· 14 14 pa() { 15 15 case $1 in 16 16 g) 17 - cd "${PA_DIR:=${XDG_DATA_HOME:=$HOME/.local/share}/pa}" 17 + cd "${PA_DIR:=${XDG_DATA_HOME:=$HOME/.local/share}/pa/passwords}" 18 18 git pull 19 19 git add --all 20 20 git commit -m '*'
+1 -15
bin/pa-bemenu
··· 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 - 11 - cd "${PA_DIR:-$HOME/.local/share/pa}" 12 - password_files="$(find * -type f | grep -v '/.git')" 13 - password=$(printf '%s\n' "$password_files" | sed 's/.age//' | bemenu -c -W 0.2 -l 20 "$@") 14 - 15 - pa show "$password" | head -n 1 | tr -d '\n' | wtype - 1 + /home/j3s/code/pa/contrib/pa-bemenu