-
Notifications
You must be signed in to change notification settings - Fork 2
/
ORDER.txt
61 lines (51 loc) · 919 Bytes
/
ORDER.txt
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
51
52
53
54
55
56
57
58
59
60
***PASSWORD GENERATOR***
cmd_generate()
cmd_version()
cmd_usage()
die()
***PERSIST TO DISK***
cmd_generate() persists to disk
yesno()
check_sneaky_paths()
cmd_show() (with ls)
cmd_find()
cmd_delete()
***ENCRYPTION***
cmd_init()
set $GPG, $GPG_OPTS, etc.
set_gpg_recipients()
encrypt in cmd_generate()
decrypt in cmd_show()
***GETOPT***
clip()
getopt
qrcode()
cmd_generate() options
cmd_delete() options
***MULTILINE FILES***
cmd_insert()
cmd_edit()
tmpdir()
-c,-q with line number
-i option to cmd_generate()
cmd_copy_move()
cmd_grep()
***GIT SUPPORT***
set_git()
git_commit()
git_add_file()
cmd_git()
git support for all commands
***SIGNING & VERIFICATION***
verify_file()
sign file in cmd_init()
sign git commits
***MULTIPLE PASSWORD STORES***
multiple .gpg-id files
git support for cmd_init()
reencrypt_path()
***EXTENSION SUPPORT***
cmd_extension()
pass-update extension
***COMPLETION***
shell completion