grmenu 3.0.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/GRmenu.rb +1167 -57
- data/README.md +345 -250
- data/data/borders.json +77 -57
- data/data/colors.json +356 -13
- data/data/help.txt +284 -197
- data/data/themes/cyberpunk.gr +60 -0
- data/data/themes/dracula.gr +60 -0
- data/data/themes/matrix.gr +60 -0
- data/data/themes/monokai.gr +60 -0
- data/data/themes/neon_red.gr +51 -0
- data/data/themes/nord.gr +60 -0
- data/data/themes/sunset.gr +60 -0
- data/e.rb +394 -0
- data/grmenu.rb +3 -0
- metadata +10 -2
- data/LICENSE +0 -21
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
GRmenu::config<-1->
|
|
2
|
+
|
|
3
|
+
@theme:: "Cyberpunk 2077"
|
|
4
|
+
@author:: "grcode"
|
|
5
|
+
@version:: "1.0"
|
|
6
|
+
|
|
7
|
+
<<menu
|
|
8
|
+
style:: 3
|
|
9
|
+
banner_style:: 3
|
|
10
|
+
font:: 1
|
|
11
|
+
animate:: rgb
|
|
12
|
+
center:: true
|
|
13
|
+
border:: rgb:2
|
|
14
|
+
title:: yellow:2
|
|
15
|
+
subtitle:: cyan:1
|
|
16
|
+
banner:: rgb:2
|
|
17
|
+
divider:: cyan:1
|
|
18
|
+
options:: white:1
|
|
19
|
+
focus:: rgb:2
|
|
20
|
+
description:: pink:1
|
|
21
|
+
>>
|
|
22
|
+
|
|
23
|
+
<<table
|
|
24
|
+
style:: 3
|
|
25
|
+
header_color:: yellow:2
|
|
26
|
+
border_color:: rgb:2
|
|
27
|
+
row_color:: white:1
|
|
28
|
+
selected_row:: rgb:2
|
|
29
|
+
zebra_striping:: true
|
|
30
|
+
animate:: diagonal
|
|
31
|
+
>>
|
|
32
|
+
|
|
33
|
+
<<card
|
|
34
|
+
style:: 7
|
|
35
|
+
border_color:: rgb:2
|
|
36
|
+
title_color:: yellow:2
|
|
37
|
+
content_color:: white:1
|
|
38
|
+
icon_style:: brackets
|
|
39
|
+
>>
|
|
40
|
+
|
|
41
|
+
<<slider
|
|
42
|
+
style:: 3
|
|
43
|
+
color:: rgb:2
|
|
44
|
+
fill_char:: █
|
|
45
|
+
empty_char:: ░
|
|
46
|
+
>>
|
|
47
|
+
|
|
48
|
+
<<checkbox
|
|
49
|
+
style:: 3
|
|
50
|
+
color:: rgb:2
|
|
51
|
+
checked_mark:: [X]
|
|
52
|
+
unchecked_mark:: [ ]
|
|
53
|
+
>>
|
|
54
|
+
|
|
55
|
+
<<modal
|
|
56
|
+
style:: 3
|
|
57
|
+
border_color:: rgb:2
|
|
58
|
+
prompt_color:: yellow:2
|
|
59
|
+
mask_char:: *
|
|
60
|
+
>>
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
GRmenu::config<-1->
|
|
2
|
+
|
|
3
|
+
@theme:: "Dracula Dark"
|
|
4
|
+
@author:: "grcode"
|
|
5
|
+
@version:: "1.0"
|
|
6
|
+
|
|
7
|
+
<<menu
|
|
8
|
+
style:: 7
|
|
9
|
+
banner_style:: 7
|
|
10
|
+
font:: 1
|
|
11
|
+
animate:: fade
|
|
12
|
+
center:: true
|
|
13
|
+
border:: purple:2
|
|
14
|
+
title:: pink:2
|
|
15
|
+
subtitle:: cyan:1
|
|
16
|
+
banner:: purple:2
|
|
17
|
+
divider:: magenta:1
|
|
18
|
+
options:: white:1
|
|
19
|
+
focus:: green:2
|
|
20
|
+
description:: gray:1
|
|
21
|
+
>>
|
|
22
|
+
|
|
23
|
+
<<table
|
|
24
|
+
style:: 7
|
|
25
|
+
header_color:: pink:2
|
|
26
|
+
border_color:: purple:2
|
|
27
|
+
row_color:: white:1
|
|
28
|
+
selected_row:: green:2
|
|
29
|
+
zebra_striping:: true
|
|
30
|
+
animate:: fade
|
|
31
|
+
>>
|
|
32
|
+
|
|
33
|
+
<<card
|
|
34
|
+
style:: 7
|
|
35
|
+
border_color:: purple:2
|
|
36
|
+
title_color:: pink:2
|
|
37
|
+
content_color:: white:1
|
|
38
|
+
icon_style:: brackets
|
|
39
|
+
>>
|
|
40
|
+
|
|
41
|
+
<<slider
|
|
42
|
+
style:: 7
|
|
43
|
+
color:: pink:2
|
|
44
|
+
fill_char:: █
|
|
45
|
+
empty_char:: ░
|
|
46
|
+
>>
|
|
47
|
+
|
|
48
|
+
<<checkbox
|
|
49
|
+
style:: 7
|
|
50
|
+
color:: purple:2
|
|
51
|
+
checked_mark:: [X]
|
|
52
|
+
unchecked_mark:: [ ]
|
|
53
|
+
>>
|
|
54
|
+
|
|
55
|
+
<<modal
|
|
56
|
+
style:: 7
|
|
57
|
+
border_color:: purple:2
|
|
58
|
+
prompt_color:: cyan:2
|
|
59
|
+
mask_char:: *
|
|
60
|
+
>>
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
GRmenu::config<-1->
|
|
2
|
+
|
|
3
|
+
@theme:: "Matrix Terminal"
|
|
4
|
+
@author:: "grcode"
|
|
5
|
+
@version:: "1.0"
|
|
6
|
+
|
|
7
|
+
<<menu
|
|
8
|
+
style:: 2
|
|
9
|
+
banner_style:: 2
|
|
10
|
+
font:: 1
|
|
11
|
+
animate:: linear
|
|
12
|
+
center:: true
|
|
13
|
+
border:: green:2
|
|
14
|
+
title:: green:2
|
|
15
|
+
subtitle:: green:1
|
|
16
|
+
banner:: green:2
|
|
17
|
+
divider:: green:1
|
|
18
|
+
options:: green:1
|
|
19
|
+
focus:: green:2
|
|
20
|
+
description:: green:1
|
|
21
|
+
>>
|
|
22
|
+
|
|
23
|
+
<<table
|
|
24
|
+
style:: 2
|
|
25
|
+
header_color:: green:2
|
|
26
|
+
border_color:: green:1
|
|
27
|
+
row_color:: green:1
|
|
28
|
+
selected_row:: green:2
|
|
29
|
+
zebra_striping:: false
|
|
30
|
+
animate:: linear
|
|
31
|
+
>>
|
|
32
|
+
|
|
33
|
+
<<card
|
|
34
|
+
style:: 2
|
|
35
|
+
border_color:: green:2
|
|
36
|
+
title_color:: green:2
|
|
37
|
+
content_color:: green:1
|
|
38
|
+
icon_style:: brackets
|
|
39
|
+
>>
|
|
40
|
+
|
|
41
|
+
<<slider
|
|
42
|
+
style:: 2
|
|
43
|
+
color:: green:2
|
|
44
|
+
fill_char:: █
|
|
45
|
+
empty_char:: ░
|
|
46
|
+
>>
|
|
47
|
+
|
|
48
|
+
<<checkbox
|
|
49
|
+
style:: 2
|
|
50
|
+
color:: green:2
|
|
51
|
+
checked_mark:: [X]
|
|
52
|
+
unchecked_mark:: [ ]
|
|
53
|
+
>>
|
|
54
|
+
|
|
55
|
+
<<modal
|
|
56
|
+
style:: 2
|
|
57
|
+
border_color:: green:2
|
|
58
|
+
prompt_color:: green:2
|
|
59
|
+
mask_char:: *
|
|
60
|
+
>>
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
GRmenu::config<-1->
|
|
2
|
+
|
|
3
|
+
@theme:: "Monokai Pro"
|
|
4
|
+
@author:: "grcode"
|
|
5
|
+
@version:: "1.0"
|
|
6
|
+
|
|
7
|
+
<<menu
|
|
8
|
+
style:: 4
|
|
9
|
+
banner_style:: 4
|
|
10
|
+
font:: 1
|
|
11
|
+
animate:: diagonal
|
|
12
|
+
center:: true
|
|
13
|
+
border:: yellow:2
|
|
14
|
+
title:: green:2
|
|
15
|
+
subtitle:: orange:1
|
|
16
|
+
banner:: yellow:2
|
|
17
|
+
divider:: magenta:1
|
|
18
|
+
options:: white:1
|
|
19
|
+
focus:: magenta:2
|
|
20
|
+
description:: gray:1
|
|
21
|
+
>>
|
|
22
|
+
|
|
23
|
+
<<table
|
|
24
|
+
style:: 4
|
|
25
|
+
header_color:: yellow:2
|
|
26
|
+
border_color:: magenta:2
|
|
27
|
+
row_color:: white:1
|
|
28
|
+
selected_row:: green:2
|
|
29
|
+
zebra_striping:: true
|
|
30
|
+
animate:: diagonal
|
|
31
|
+
>>
|
|
32
|
+
|
|
33
|
+
<<card
|
|
34
|
+
style:: 4
|
|
35
|
+
border_color:: yellow:2
|
|
36
|
+
title_color:: green:2
|
|
37
|
+
content_color:: white:1
|
|
38
|
+
icon_style:: brackets
|
|
39
|
+
>>
|
|
40
|
+
|
|
41
|
+
<<slider
|
|
42
|
+
style:: 4
|
|
43
|
+
color:: orange:2
|
|
44
|
+
fill_char:: █
|
|
45
|
+
empty_char:: ░
|
|
46
|
+
>>
|
|
47
|
+
|
|
48
|
+
<<checkbox
|
|
49
|
+
style:: 4
|
|
50
|
+
color:: green:2
|
|
51
|
+
checked_mark:: [X]
|
|
52
|
+
unchecked_mark:: [ ]
|
|
53
|
+
>>
|
|
54
|
+
|
|
55
|
+
<<modal
|
|
56
|
+
style:: 4
|
|
57
|
+
border_color:: yellow:2
|
|
58
|
+
prompt_color:: magenta:2
|
|
59
|
+
mask_char:: *
|
|
60
|
+
>>
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
GRmenu::config<-1->
|
|
2
|
+
|
|
3
|
+
@theme:: "Neon Red"
|
|
4
|
+
@author:: "grcode"
|
|
5
|
+
@version:: "1.0"
|
|
6
|
+
|
|
7
|
+
<<menu
|
|
8
|
+
style:: 3
|
|
9
|
+
banner_style:: 3
|
|
10
|
+
font:: 1
|
|
11
|
+
animate:: diagonal
|
|
12
|
+
desc_prefix:: [!]
|
|
13
|
+
center:: true
|
|
14
|
+
border:: neon_red:2
|
|
15
|
+
title:: neon_red:2
|
|
16
|
+
focus:: neon_yellow:2
|
|
17
|
+
options:: white:1
|
|
18
|
+
banner:: neon_red:2
|
|
19
|
+
subtitle:: neon_pink:2
|
|
20
|
+
divider:: neon_red:1
|
|
21
|
+
>>
|
|
22
|
+
|
|
23
|
+
<<table
|
|
24
|
+
style:: 3
|
|
25
|
+
header_color:: neon_yellow:2
|
|
26
|
+
border_color:: neon_red:2
|
|
27
|
+
selected_row:: neon_red:2
|
|
28
|
+
row_color:: white:1
|
|
29
|
+
zebra_striping:: true
|
|
30
|
+
>>
|
|
31
|
+
|
|
32
|
+
<<card
|
|
33
|
+
style:: 7
|
|
34
|
+
border_color:: neon_red:2
|
|
35
|
+
title_color:: neon_yellow:2
|
|
36
|
+
content_color:: white:1
|
|
37
|
+
>>
|
|
38
|
+
|
|
39
|
+
<<slider
|
|
40
|
+
style:: 3
|
|
41
|
+
color:: neon_red:2
|
|
42
|
+
fill_char:: █
|
|
43
|
+
empty_char:: ░
|
|
44
|
+
>>
|
|
45
|
+
|
|
46
|
+
<<checkbox
|
|
47
|
+
style:: 3
|
|
48
|
+
color:: neon_red:2
|
|
49
|
+
checked_mark:: [X]
|
|
50
|
+
unchecked_mark:: [ ]
|
|
51
|
+
>>
|
data/data/themes/nord.gr
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
GRmenu::config<-1->
|
|
2
|
+
|
|
3
|
+
@theme:: "Nord Frost"
|
|
4
|
+
@author:: "grcode"
|
|
5
|
+
@version:: "1.0"
|
|
6
|
+
|
|
7
|
+
<<menu
|
|
8
|
+
style:: 6
|
|
9
|
+
banner_style:: 6
|
|
10
|
+
font:: 1
|
|
11
|
+
animate:: linear
|
|
12
|
+
center:: true
|
|
13
|
+
border:: cyan:2
|
|
14
|
+
title:: blue:2
|
|
15
|
+
subtitle:: white:1
|
|
16
|
+
banner:: cyan:2
|
|
17
|
+
divider:: blue:1
|
|
18
|
+
options:: white:1
|
|
19
|
+
focus:: aqua:2
|
|
20
|
+
description:: gray:1
|
|
21
|
+
>>
|
|
22
|
+
|
|
23
|
+
<<table
|
|
24
|
+
style:: 6
|
|
25
|
+
header_color:: cyan:2
|
|
26
|
+
border_color:: blue:2
|
|
27
|
+
row_color:: white:1
|
|
28
|
+
selected_row:: aqua:2
|
|
29
|
+
zebra_striping:: true
|
|
30
|
+
animate:: linear
|
|
31
|
+
>>
|
|
32
|
+
|
|
33
|
+
<<card
|
|
34
|
+
style:: 6
|
|
35
|
+
border_color:: cyan:2
|
|
36
|
+
title_color:: aqua:2
|
|
37
|
+
content_color:: white:1
|
|
38
|
+
icon_style:: brackets
|
|
39
|
+
>>
|
|
40
|
+
|
|
41
|
+
<<slider
|
|
42
|
+
style:: 6
|
|
43
|
+
color:: cyan:2
|
|
44
|
+
fill_char:: █
|
|
45
|
+
empty_char:: ░
|
|
46
|
+
>>
|
|
47
|
+
|
|
48
|
+
<<checkbox
|
|
49
|
+
style:: 6
|
|
50
|
+
color:: aqua:2
|
|
51
|
+
checked_mark:: [X]
|
|
52
|
+
unchecked_mark:: [ ]
|
|
53
|
+
>>
|
|
54
|
+
|
|
55
|
+
<<modal
|
|
56
|
+
style:: 6
|
|
57
|
+
border_color:: blue:2
|
|
58
|
+
prompt_color:: cyan:2
|
|
59
|
+
mask_char:: *
|
|
60
|
+
>>
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
GRmenu::config<-1->
|
|
2
|
+
|
|
3
|
+
@theme:: "Sunset Glow"
|
|
4
|
+
@author:: "grcode"
|
|
5
|
+
@version:: "1.0"
|
|
6
|
+
|
|
7
|
+
<<menu
|
|
8
|
+
style:: 19
|
|
9
|
+
banner_style:: 19
|
|
10
|
+
font:: 1
|
|
11
|
+
animate:: fade
|
|
12
|
+
center:: true
|
|
13
|
+
border:: orange:2
|
|
14
|
+
title:: yellow:2
|
|
15
|
+
subtitle:: pink:1
|
|
16
|
+
banner:: red:2
|
|
17
|
+
divider:: orange:1
|
|
18
|
+
options:: white:1
|
|
19
|
+
focus:: yellow:2
|
|
20
|
+
description:: gray:1
|
|
21
|
+
>>
|
|
22
|
+
|
|
23
|
+
<<table
|
|
24
|
+
style:: 19
|
|
25
|
+
header_color:: orange:2
|
|
26
|
+
border_color:: red:2
|
|
27
|
+
row_color:: white:1
|
|
28
|
+
selected_row:: yellow:2
|
|
29
|
+
zebra_striping:: true
|
|
30
|
+
animate:: fade
|
|
31
|
+
>>
|
|
32
|
+
|
|
33
|
+
<<card
|
|
34
|
+
style:: 19
|
|
35
|
+
border_color:: orange:2
|
|
36
|
+
title_color:: yellow:2
|
|
37
|
+
content_color:: white:1
|
|
38
|
+
icon_style:: brackets
|
|
39
|
+
>>
|
|
40
|
+
|
|
41
|
+
<<slider
|
|
42
|
+
style:: 19
|
|
43
|
+
color:: orange:2
|
|
44
|
+
fill_char:: █
|
|
45
|
+
empty_char:: ░
|
|
46
|
+
>>
|
|
47
|
+
|
|
48
|
+
<<checkbox
|
|
49
|
+
style:: 19
|
|
50
|
+
color:: yellow:2
|
|
51
|
+
checked_mark:: [X]
|
|
52
|
+
unchecked_mark:: [ ]
|
|
53
|
+
>>
|
|
54
|
+
|
|
55
|
+
<<modal
|
|
56
|
+
style:: 19
|
|
57
|
+
border_color:: orange:2
|
|
58
|
+
prompt_color:: yellow:2
|
|
59
|
+
mask_char:: *
|
|
60
|
+
>>
|