Skip to content

Commit

Permalink
Updating README with Go&Fill action
Browse files Browse the repository at this point in the history
  • Loading branch information
dteare committed Apr 21, 2022
1 parent f3a4181 commit 5f17b64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This project uses the 1Password CLI to generate the identical metadata files to

## Build & install

To build from source you'll need [Rust](https://www.rust-lang.org) (at least 1.59.0).
To build from source you'll need [Rust](https://www.rust-lang.org) (at least 1.60.0).

- `git clone`
- `cd opbookmarks`
Expand Down Expand Up @@ -59,7 +59,7 @@ 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://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.
4. For items with websites, open a browser with a the URL with an extra parameter to specify the item UUID and 1Password will fill automatically. For example: `https://example.com/?w65dshuxxsfsqfmruhggbd7v2i=xmwoi4qiopy6xba2xfwzl23wpu`.

A working example can be seen in the [1Password 8 Raycast extension](https://github.com/dteare/raycast-1password-extension). The primary code is in [list.tsx](https://github.com/dteare/raycast-1password-extension/blob/main/src/list.tsx).

Expand Down

0 comments on commit 5f17b64

Please sign in to comment.