-
Notifications
You must be signed in to change notification settings - Fork 3
/
programs.cfg
99 lines (96 loc) · 4.04 KB
/
programs.cfg
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
{
["fortune"] = {
files = {
["master/Shell/fortune.lua"] = "/bin",
["master/Man/fortune"] = "/man",
["master/Stuff/Fortune/cookie"] = "/share/fortune",
},
name = "Fortune",
description = "Print a random text",
authors = "JakobDev",
repo = "tree/master/Shell",
},
["cowsay"] = {
files = {
["master/Shell/cowsay.lua"] = "/bin",
["master/Man/cowsay"] = "/man",
["master/Stuff/Cowsay/apt"] = "/share/cowsay",
["master/Stuff/Cowsay/apt"] = "/share/cowsay",
["master/Stuff/Cowsay/beavis.zen"] = "/share/cowsay",
["master/Stuff/Cowsay/bong"] = "/share/cowsay",
["master/Stuff/Cowsay/bud-frogs"] = "/share/cowsay",
["master/Stuff/Cowsay/bunny"] = "/share/cowsay",
["master/Stuff/Cowsay/calvin"] = "/share/cowsay",
["master/Stuff/Cowsay/cheese"] = "/share/cowsay",
["master/Stuff/Cowsay/cock"] = "/share/cowsay",
["master/Stuff/Cowsay/cower"] = "/share/cowsay",
["master/Stuff/Cowsay/daemon"] = "/share/cowsay",
["master/Stuff/Cowsay/default"] = "/share/cowsay",
["master/Stuff/Cowsay/dragon"] = "/share/cowsay",
["master/Stuff/Cowsay/dragonandcow"] = "/share/cowsay",
["master/Stuff/Cowsay/duck"] = "/share/cowsay",
["master/Stuff/Cowsay/elephant"] = "/share/cowsay",
["master/Stuff/Cowsay/elephant-in-snake"] = "/share/cowsay",
["master/Stuff/Cowsay/eyes"] = "/share/cowsay",
["master/Stuff/Cowsay/flaming-sheep"] = "/share/cowsay",
["master/Stuff/Cowsay/ghostbusters"] = "/share/cowsay",
["master/Stuff/Cowsay/gnu"] = "/share/cowsay",
["master/Stuff/Cowsay/head-in"] = "/share/cowsay",
["master/Stuff/Cowsay/hellokitty"] = "/share/cowsay",
["master/Stuff/Cowsay/kiss"] = "/share/cowsay",
["master/Stuff/Cowsay/kitty"] = "/share/cowsay",
["master/Stuff/Cowsay/koala"] = "/share/cowsay",
["master/Stuff/Cowsay/kosh"] = "/share/cowsay",
["master/Stuff/Cowsay/luke-koala"] = "/share/cowsay",
["master/Stuff/Cowsay/mech-and-cow"] = "/share/cowsay",
["master/Stuff/Cowsay/meow"] = "/share/cowsay",
["master/Stuff/Cowsay/milk"] = "/share/cowsay",
["master/Stuff/Cowsay/moofasa"] = "/share/cowsay",
["master/Stuff/Cowsay/moose"] = "/share/cowsay",
["master/Stuff/Cowsay/mutilated"] = "/share/cowsay",
["master/Stuff/Cowsay/pony"] = "/share/cowsay",
["master/Stuff/Cowsay/pony-smaller"] = "/share/cowsay",
["master/Stuff/Cowsay/ren"] = "/share/cowsay",
["master/Stuff/Cowsay/sheep"] = "/share/cowsay",
["master/Stuff/Cowsay/skeleton"] = "/share/cowsay",
["master/Stuff/Cowsay/snowman"] = "/share/cowsay",
["master/Stuff/Cowsay/sodomized-sheep"] = "/share/cowsay",
["master/Stuff/Cowsay/stegosaurus"] = "/share/cowsay",
["master/Stuff/Cowsay/stimpy"] = "/share/cowsay",
["master/Stuff/Cowsay/suse"] = "/share/cowsay",
["master/Stuff/Cowsay/three-eyes"] = "/share/cowsay",
["master/Stuff/Cowsay/turkey"] = "/share/cowsay",
["master/Stuff/Cowsay/turtle"] = "/share/cowsay",
["master/Stuff/Cowsay/tux"] = "/share/cowsay",
["master/Stuff/Cowsay/unipony"] = "/share/cowsay",
["master/Stuff/Cowsay/unipony-smaller"] = "/share/cowsay",
["master/Stuff/Cowsay/vader"] = "/share/cowsay",
["master/Stuff/Cowsay/vader-koala"] = "/share/cowsay",
["master/Stuff/Cowsay/www"] = "/share/cowsay",
},
name = "Cowsay",
description = "Show a ASCII Art with a Text",
authors = "JakobDev",
repo = "tree/master/Shell",
},
["mynaptic"] = {
files = {
["master/Mynaptic/mynaptic.lua"] = "/bin",
["master/Mynaptic/oppm-mynaptic.lua"] = "//usr/share/mynaptic",
},
name = "Mynaptic",
description = "A GUI for OPPM",
authors = "JakobDev",
repo = "tree/master/Mynaptic",
},
["cmatrix"] = {
files = {
["master/cmatrix/cmatrix.lua"] = "/bin",
["master/cmatrix/cmatrix.man"] = "/man",
},
name = "cmatrix",
description = "Matrix like Screensaver",
authors = "JakobDev",
repo = "tree/master/cmatrix",
},
}