mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 00:13:36 +00:00
Update pass to remove incorrect command
This commit is contained in:
10
content/.obsidian/workspace.json
vendored
10
content/.obsidian/workspace.json
vendored
@@ -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",
|
||||
|
||||
@@ -33,10 +33,7 @@ pass init email@example.com
|
||||
|
||||
#### Import an Existing Password Set
|
||||
|
||||
```Shell
|
||||
pass import <path_to_csv> # 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user