Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Weber committed Feb 21, 2023
1 parent beaaed6 commit 5b250b1
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Lockstr

A password manager that uses Nostr.
A password manager that uses [nostr](https://github.com/nostr-protocol/nostr).

## Usage

### Add a password

```
go run main.go add <name>
# Enter password
```

### Get a password

```
go run main.go get <name>
# Added to clipboard
```

### List all passwords

```
go run main.go list
```

## Setup

Expand All @@ -9,7 +31,19 @@ A password manager that uses Nostr.
Add to `~/.lockstr`

```
KEY=<Private Nostr Key>
# Pick your favorite relays
RELAY=wss://nostr.zebedee.cloud, wss://nostr-pub.wellorder.net, wss://relay.damus.io, wss://nostr.onsats.org
```

```
```

```
```

0 comments on commit 5b250b1

Please sign in to comment.