Skip to content

Commit

Permalink
Merge branch 'main' of github.com:dteare/opbookmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
dteare committed Apr 21, 2022
2 parents 4cbb7d2 + 37beba1 commit f3a4181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Use `nohup` and append `&` to the above command to allow it to run even after th
You can add support for 1Password bookmarks to your app by following these steps:

1. Load item metadata from `~/.config/op/bookmarks`. See `Item metadata` section for details.
2. To view an item in 1Password launch `onepassword://open-item/?a=${item.profileUUID}&v=${item.vaultUUID}&i=${item.uuid}`.
2. To view an item in 1Password launch `onepassword://view-item/?a=${item.profileUUID}&v=${item.vaultUUID}&i=${item.uuid}`.
3. To open an item in 1Password for editing launch `onepassword://edit-item/?a=${item.profileUUID}&v=${item.vaultUUID}&i=${item.uuid}`.
4. For items with websites, open a browser and 1Password in your browser will show the fill options in the inline menu. In the future a url handler will be provided for automatic Open&Fill support.

Expand Down

0 comments on commit f3a4181

Please sign in to comment.