Home

go-spectre @main - refs - log -
-
https://git.jolheiser.com/go-spectre.git
Go implementation for spectre/masterpassword
tree log patch
update readme usage Signed-off-by: jolheiser <git@jolheiser.com>
Signature
-----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQDe+LTUhqV5KZ/dv+HmOwkl5iW3pXEFxo9PJclgm42t0Jpdmmg3kd9sBhC/4chCnfO c64j8M2VsovJHpJm0AwQg= -----END SSH SIGNATURE-----
jolheiser <git@jolheiser.com>
1 week ago
1 changed files, 23 additions(+), 5 deletions(-)
cmd/spectre/README.md
M cmd/spectre/README.md -> cmd/spectre/README.md
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
diff --git a/cmd/spectre/README.md b/cmd/spectre/README.md
index 683bb72fcc02b5a78c23ec89bbc1a84929f1616b..2be244e28b4ca30a9a55cc89bcbd0f08df2750be 100644
--- a/cmd/spectre/README.md
+++ b/cmd/spectre/README.md
@@ -8,16 +8,34 @@ ### Usage
 
 ```text
 spectre [FLAGS] [site]
+  -S value
+        --scope
+  -b string
+        --base (default "com.lyndir.masterpassword")
+  -base string
+        scoper base (default "com.lyndir.masterpassword")
+  -c int
+        --counter (default 1)
   -counter int
         counter (default 1)
+  -f string
+        --secret-file
+  -print
+        Print out password instead of copying to clipboard
+  -s string
+        --secret
   -scope value
-        scope
-  -scoper string
-        scoper base (default "com.lyndir.masterpassword")
+        scope [authentication, identification, recovery]
   -secret string
         secret
+  -secret-file string
+        Path to a file containing --secret
+  -t value
+        --template
   -template value
-        template
+        template [maximum, long, medium, short, pin, name, phrase, basic]
+  -u string
+        --username
   -username string
         username
 ```
@@ -30,4 +48,4 @@ export SPECTRE_SECRET="banana colored duckling"
 
 spectre masterpasswordapp.com
 # Jejr5[RepuSosp
-```
\ No newline at end of file
+```