// PLUGIN_INFO//{{{ var PLUGIN_INFO = {NAME} show application information hogelog 0.0.1 2.0pre 2.1 CC0 ; //}}} (function() { const appinfo = Cc["@mozilla.org/xre/app-info;1"].getService(Ci.nsIXULAppInfo); commands.add(['appinfo'], 'show application information', function(args) { if (args.length==1) { util.copyToClipboard(appinfo[args.string], true); } else { let descs = [[i,appinfo[i]] for(i in appinfo) if(i!="QueryInterface")]; let list = template.genericTable(descs, { title: ["Application Information", "Value"] }); commandline.echo(list, commandline.HL_INFOMSG); } },{ argCount: '?', completer: function(context, args) { context.title = ["Application Information", "Value"]; context.completions = [[i,appinfo[i]] for(i in appinfo) if(i!="QueryInterface")]; }, }); })(); // vim: fdm=marker sw=4 ts=4 et: n value='stella/nico-fullscreen'>stella/nico-fullscreen for Vimperator plugins
aboutsummaryrefslogtreecommitdiffstats
path: root/yetmappings.js
blob: 955bb234844de29dfb74b7b23ed8c1eb3d6bd1ae (plain)
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112