From ce7984fc871c1b5fa0669104645b2ae5394f41d6 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 2 Sep 2021 22:52:56 +0200
Subject: [PATCH] Some progress output.

---
 Documents/bin/download-password-db | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documents/bin/download-password-db b/Documents/bin/download-password-db
index e48568c..57f82ab 100755
--- a/Documents/bin/download-password-db
+++ b/Documents/bin/download-password-db
@@ -24,6 +24,7 @@ if __name__ == "__main__":
     if not username:
         username = getpass.getuser()
     password = getpass.getpass("Enter password (will not echo): ")
+    print("Downloading the Keepass password database... ", flush=True)
     obscured_password = subprocess.run(  # nosec
         ["rclone", "obscure", "-"],
         input=password,
-- 
GitLab