Skip to content

Commit

Permalink
Add Quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Oct 8, 2024
1 parent d412a86 commit 1b12fe2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,25 @@ Legend:
| YubiKey support | ❌ | βœ… | ❌ |
| Automatic keychain discovery | βœ… | βœ… | βœ… |

# Quickstart

```bash
# create a keychain
pw init ~/secrets.keychain-db

# configure keychains in ~/.pwrc
echo 'PW_KEYCHAINS=(~/secrets.keychain-db)' > ~/.pwrc

# add an entry
pw add GitHub sschmid

# copy the password
pw GitHub

# print the password using fzf
pw -p
```

# Usage

In all following examples, `[<args>]` refers to the optional
Expand Down

0 comments on commit 1b12fe2

Please sign in to comment.