Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dmzoneill committed Apr 20, 2024
1 parent f05a4d5 commit 1e340a3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# authy-gnupass-totp

### Basic setup
## Basic setup
Symlink the file and make executable
```bash
sudo ln -s $PWD/totp /usr/local/bin/totp
Expand All @@ -12,18 +12,18 @@ Insert your totp's into totp/all
pass insert totp/all
```

Contents of the password entry should be similar to
```
otpauth://totp/Facebook:user1?digits=6&secret=25WQDUTSG3VRWGXZMGZADZV4DW5WGPKG
otpauth://totp/Google:xx@gmail.comdigits=6&secret=SJXDTQTXN3UVR4TG2HNIMLPLKYGFMHJ4
otpauth://totp/Docker:user2?digits=6&secret=NC2BTBFSWF3N6FKMX24JFCKEYZVN2JMS
Contents of the password entry should be similar to
```bash
otpauth://totp/Facebook:user1?digits=6&secret=your_secret
otpauth://totp/Google:xx@gmail.comdigits=6&secret=your_secret
otpauth://totp/Docker:user2?digits=6&secret=your_secret
```
update it at any time with
```bash
pass edit totp/all
```

### Usage
## Usage
Simply run
```bash
totp
Expand All @@ -35,7 +35,7 @@ PyPI lol 538759 902529 17 secs

## Sync with authy

Get authy exporter
Get authy exporter
```bash
go install github.com/alexzorin/authy/...@latest
```
Expand Down

0 comments on commit 1e340a3

Please sign in to comment.