menu_commander 0.2.0 → 0.2.1
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/README.md +5 -2
- data/lib/menu_commander/menu_options.rb +1 -1
- data/lib/menu_commander/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8c5e3a5ee470d88eb475b30cfc40123321d31f7effa78641472b93537ab2c373
|
|
4
|
+
data.tar.gz: 9c2d4fd074c59dd12c2b4d9aaeaca96a377654ac4a780b9345f78c8646c44555
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f8cbf8e0f6687cd96765d299c1b9afc4d0867c7c4690caac07d95d807529c32ecd52f5a00b93c1477e6dbb1c42edbccaa8b7dbc6c12f79acaaf1de8c74df01a3
|
|
7
|
+
data.tar.gz: cdb3d45c015401b92a31734e31e2b2dbfb0e5f48c99a6d26d99f3ecdc87c32ef0bd5ca9ee9a2ed5adfa7cf4d8be4bf1fb25e2a47b0aa9c27f8076ef12241ce28
|
data/README.md
CHANGED
|
@@ -26,6 +26,10 @@ Easily create menus for any command line tool using simple YAML configuration.
|
|
|
26
26
|
|
|
27
27
|
---
|
|
28
28
|
|
|
29
|
+

|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
29
33
|
Installation
|
|
30
34
|
--------------------------------------------------
|
|
31
35
|
|
|
@@ -68,8 +72,6 @@ $ menu
|
|
|
68
72
|
$ menu some-other-file
|
|
69
73
|
```
|
|
70
74
|
|
|
71
|
-

|
|
72
|
-
|
|
73
75
|
### Menu Navigation
|
|
74
76
|
|
|
75
77
|
- When a menu or sub menu has more than 10 items, it will become paginated
|
|
@@ -78,6 +80,7 @@ $ menu some-other-file
|
|
|
78
80
|
menu.
|
|
79
81
|
- Pressing <kbd>Page Up</kbd> from any nested menu will go back to the
|
|
80
82
|
previous menu.
|
|
83
|
+
- Pressing <kbd>Ctrl</kbd>+<kbd>C</kbd> will exit from the menu.
|
|
81
84
|
|
|
82
85
|
|
|
83
86
|
|