-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
metadata_hu.json
39 lines (39 loc) · 1.01 KB
/
metadata_hu.json
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
{
"bugtracker": "https://github.com/Pext/pext_module_pass",
"bugtracker_type": "github",
"description": "Enged\u00e9lyezi a jelszavak kezel\u00e9s\u00e9t pass parancssoros fel\u00fclet\u00e9n kereszt\u00fcl",
"developer": "Sylvia van Os",
"git_branch_stable": "stable",
"git_urls": [
"https://github.com/Pext/pext_module_pass"
],
"homepage": "https://pext.io/",
"id": "pext.module.pass",
"license": "GPL-3.0+",
"name": "Jelsz\u00f3kezel\u0151",
"platforms": [
"Linux",
"Darwin"
],
"settings": [
{
"default": "~/.password-store/",
"description": "Jelsz\u00f3kezel\u0151 k\u00f6nyvt\u00e1ra",
"name": "directory"
},
{
"default": "Yes",
"description": "Automatically pull and push changes to/from Git",
"name": "use_git",
"options": [
"Yes",
"No"
]
},
{
"default": "",
"description": "Password of SSH key, if encrypted, for push/pull. Stored in plain text.",
"name": "ssh_password"
}
]
}