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": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "posts/notes-update.md",
|
"file": "notes/ready/pass.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "notes-update"
|
"title": "pass"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -141,13 +141,13 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "posts/notes-update.md",
|
"file": "notes/ready/pass.md",
|
||||||
"followCursor": false,
|
"followCursor": false,
|
||||||
"showSearch": false,
|
"showSearch": false,
|
||||||
"searchQuery": ""
|
"searchQuery": ""
|
||||||
},
|
},
|
||||||
"icon": "lucide-list",
|
"icon": "lucide-list",
|
||||||
"title": "Outline of notes-update"
|
"title": "Outline of pass"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -171,8 +171,8 @@
|
|||||||
},
|
},
|
||||||
"active": "ab03f7100c1ce0fb",
|
"active": "ab03f7100c1ce0fb",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"_Templates/post.md",
|
|
||||||
"posts/notes-update.md",
|
"posts/notes-update.md",
|
||||||
|
"_Templates/post.md",
|
||||||
"_Templates/note.md",
|
"_Templates/note.md",
|
||||||
"posts/personal-web.md",
|
"posts/personal-web.md",
|
||||||
"posts/linux-starter-guide.md",
|
"posts/linux-starter-guide.md",
|
||||||
|
|||||||
@@ -33,10 +33,7 @@ pass init email@example.com
|
|||||||
|
|
||||||
#### Import an Existing Password Set
|
#### Import an Existing Password Set
|
||||||
|
|
||||||
```Shell
|
Download and run the appropriate [official migration script](https://git.zx2c4.com/password-store/tree/contrib/importers/).
|
||||||
pass import <path_to_csv> # Import decrypted passwords
|
|
||||||
gpg --decrypt passwords.pgp | pass import # Decrypt pass export file
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Clone a `password-store` Repository
|
#### Clone a `password-store` Repository
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user