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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc729b17a7ba7e6fbba64302b2323cd073d9ea2a69b633f8ddbaf24890ff00a7
4
- data.tar.gz: 82afd7ef1013dd8438b53da908a2841acf36a5bfe39148b7fd357e85a9548ef1
3
+ metadata.gz: 8c5e3a5ee470d88eb475b30cfc40123321d31f7effa78641472b93537ab2c373
4
+ data.tar.gz: 9c2d4fd074c59dd12c2b4d9aaeaca96a377654ac4a780b9345f78c8646c44555
5
5
  SHA512:
6
- metadata.gz: 88bc9315c1c6502f1d3c40d12880a0b80e54bda56705fa00509a1b5aa6daacc398e67a4f241f0dbf45100dde6610803561842a58ed66ea440006a5cddbf27699
7
- data.tar.gz: 85747cfd5579c748491c5526477b428b44c8458cb5cf6f8bbf29d0e05e06b4ed57bffc3616f21f50c286c3444c846a0e81e6bb0eb123de84d3c40339c4fb65ec
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
+ ![Demo](/demo/cast.svg)
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
- ![Demo](/demo/demo.gif)
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
 
@@ -16,7 +16,7 @@ module MenuCommander
16
16
  page_size: 10,
17
17
  select_marker: "⯈",
18
18
  submenu_marker: " ⯆",
19
- title_marker: "",
19
+ title_marker: "", # ➤ ❚ ✚
20
20
  }
21
21
  end
22
22
 
@@ -1,3 +1,3 @@
1
1
  module MenuCommander
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: menu_commander
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danny Ben Shitrit