Add notes

This commit is contained in:
Artur Gurgul 2025-08-15 09:49:16 +02:00
parent bf52a151ff
commit f4c62c354c

View file

@ -1,3 +1,10 @@
# search & copy
# password amazon
# password -l artur@gurgul.org
# password -a artur@gurgul.org http://example.com/login
set -euo pipefail
login="${DEFAULT_INTERNET_LOGIN:-${1-}}"
file="$(find web -type f -path "web/*/$DEFAULT_INTERNET_LOGIN.gpg" -print | fzf --delimiter='/' --with-nth=2)"