pipetext 0.1.4 → 0.1.5
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/bin/pipetext +14 -6
- data/lib/pipetext/pipetext.rb +838 -0
- data/lib/{substitute_emoji_names.rb → pipetext/substitute_emoji_names.rb} +1 -0
- data/lib/pipetext/version.rb +9 -0
- data/lib/pipetext.rb +10 -831
- metadata +13 -10
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pipetext
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Minaswan Nakamoto
|
|
@@ -35,13 +35,14 @@ description: "== Easily add colors, boxes, repetitions and emojis to your termin
|
|
|
35
35
|
\ Set line end |]#\n Set current x,y cursor position |[x,y] Terminal
|
|
36
36
|
bell |[bell]\n Move cursor up 1 line |^ Hide cursor |h\n
|
|
37
37
|
\ Move cursor down 1 line |v Unhide cursor |H\n Move cursor
|
|
38
|
-
forward 1 character
|
|
39
|
-
timer in
|
|
40
|
-
\
|
|
41
|
-
or\n ⚙ |[gear]
|
|
42
|
-
f w he e]\n ✔ |U2714
|
|
43
|
-
|u1f49c\n---\n\n Single
|
|
44
|
-
|
|
38
|
+
forward 1 character |> Sleep timer in seconds |[#s]\n Move cursor back
|
|
39
|
+
1 character |< Sleep timer in milliseconds |[#ms]\n---\n Emojis:
|
|
40
|
+
\ https://unicode.org/emoji/charts/full-emoji-list.html\n |[Abbreviated
|
|
41
|
+
CLDR Short Name] \U0001F60D |[smiling face with heart-eyes] or\n ⚙ |[gear]
|
|
42
|
+
\ \U0001F4A4 |[zzz] \U0001F468 |[man] \U0001F60D |[sm f w he e]\n ✔ |U2714
|
|
43
|
+
\ ❌ |U274c ☮ |u262E \U0001F48E |u1f48e \U0001F49C |u1f49c\n---\n\n Single
|
|
44
|
+
or double line box mode with |- or |=\n \n ┌──┬──┐ ╔══╦══╗ +--+--+
|
|
45
|
+
\ <-- Draw this with this: |15 |-[--v--] |=[--v--] |o[--v--]\n │
|
|
45
46
|
\ │ │ ║ ║ ║ | | | |15 |-! ! ! |=! ! ! |o! !
|
|
46
47
|
\ !\n 123456789012345├──┴──┤ ╠══╩══╣ +--+--+ |y1234567890|g12345|n|->--^--<
|
|
47
48
|
|=>--^--< |o>--^--< \n 15 Spaces │ │ ║ ║ | | |c15|n
|
|
@@ -63,7 +64,9 @@ extra_rdoc_files: []
|
|
|
63
64
|
files:
|
|
64
65
|
- bin/pipetext
|
|
65
66
|
- lib/pipetext.rb
|
|
66
|
-
- lib/
|
|
67
|
+
- lib/pipetext/pipetext.rb
|
|
68
|
+
- lib/pipetext/substitute_emoji_names.rb
|
|
69
|
+
- lib/pipetext/version.rb
|
|
67
70
|
homepage: https://github.com/MinaswanNakamoto/pipetext
|
|
68
71
|
licenses:
|
|
69
72
|
- MIT
|
|
@@ -75,7 +78,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
75
78
|
requirements:
|
|
76
79
|
- - ">="
|
|
77
80
|
- !ruby/object:Gem::Version
|
|
78
|
-
version:
|
|
81
|
+
version: 1.8.7
|
|
79
82
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
83
|
requirements:
|
|
81
84
|
- - ">="
|