We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85608dc commit 2d52437Copy full SHA for 2d52437
README.md
@@ -36,8 +36,14 @@ cotp edit --index 4 --digits 8
36
# List all the codes in JSON format passing password through stdin
37
echo "mysecretpassword" | cotp --password-stdin list --json
38
39
+# Extract the first matching OTP code with "google" issuer and copy it into the clipboard
40
+echo "mysecretpassword" | cotp extract --issuer google --copy-clipboard
41
+
42
# Import an encrypted Aegis Database backup
43
cotp import --path my_db.json --aegis-encrypted
44
45
+# Export the cotp database
46
+cotp export
47
```
48
49
## Compatibility
0 commit comments