From 23bbbbdbe8ec4b02a54c1ce39c352f62e3c80ae2 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 14 Mar 2026 17:48:40 +0000 Subject: [PATCH] Password manager --- .local/bin/station-install/password-manager.sh | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.local/bin/station-install/password-manager.sh b/.local/bin/station-install/password-manager.sh index ccead24..a35fa0e 100755 --- a/.local/bin/station-install/password-manager.sh +++ b/.local/bin/station-install/password-manager.sh @@ -6,9 +6,17 @@ echo "-------------------------------------" export MASTERPW=$(gum input --header="Enpass Master password" --password) -echo "https://tower.scarif.space" | wl-copy +echo "stofflees@gmail.com" | wl-copy -Enpass & +station-launch-password-manager + +zenity --title="Enpass Setup" \ + --info \ + --text="Email copied.\nPress OK when it asks for webdav URL" \ + || gum confirm "You closed the dialog, do you want to continue?" \ + || exit 1 + +echo "https://tower.scarif.space" | wl-copy zenity --title="Enpass Setup" \ --info \