From 36b8ff2bd12dea96aa0325d255d626482b00f696 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Sat, 1 Mar 2025 09:38:16 +0000 Subject: [PATCH] Update pass to remove incorrect command --- content/.obsidian/workspace.json | 10 +++++----- content/notes/ready/pass.md | 5 +---- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/content/.obsidian/workspace.json b/content/.obsidian/workspace.json index cddfa30..952c14e 100644 --- a/content/.obsidian/workspace.json +++ b/content/.obsidian/workspace.json @@ -13,12 +13,12 @@ "state": { "type": "markdown", "state": { - "file": "posts/notes-update.md", + "file": "notes/ready/pass.md", "mode": "source", "source": false }, "icon": "lucide-file", - "title": "notes-update" + "title": "pass" } } ] @@ -141,13 +141,13 @@ "state": { "type": "outline", "state": { - "file": "posts/notes-update.md", + "file": "notes/ready/pass.md", "followCursor": false, "showSearch": false, "searchQuery": "" }, "icon": "lucide-list", - "title": "Outline of notes-update" + "title": "Outline of pass" } } ], @@ -171,8 +171,8 @@ }, "active": "ab03f7100c1ce0fb", "lastOpenFiles": [ - "_Templates/post.md", "posts/notes-update.md", + "_Templates/post.md", "_Templates/note.md", "posts/personal-web.md", "posts/linux-starter-guide.md", diff --git a/content/notes/ready/pass.md b/content/notes/ready/pass.md index e4edd28..f1c453b 100644 --- a/content/notes/ready/pass.md +++ b/content/notes/ready/pass.md @@ -33,10 +33,7 @@ pass init email@example.com #### Import an Existing Password Set -```Shell -pass import # Import decrypted passwords -gpg --decrypt passwords.pgp | pass import # Decrypt pass export file -``` +Download and run the appropriate [official migration script](https://git.zx2c4.com/password-store/tree/contrib/importers/). #### Clone a `password-store` Repository