pipetext 0.0.6 → 0.0.8

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.
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.0.6
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Minaswan Nakamoto
@@ -15,8 +15,38 @@ description: "== Easily add colors, boxes, repetitions and emojis to your termin
15
15
  \ \n require 'pipetext'\n\n class YellowPrinter\n include PipeText\n def
16
16
  print(string)\n write('|Y' + string + '|n')\n end\n end\n\n printer =
17
17
  YellowPrinter.new\n printer.print('This is yellow')\n \n The gem includes a command
18
- line interface too:\n \n > pipetext\n\n > pipetext '|Ccyan|n'\n \nUse the ++pipetext++
19
- command to see other options and examples.\n"
18
+ line interface too:\n \n > pipetext\n\n > pipetext '|Ccyan|n'\n \n==Use the
19
+ ++pipetext++ command to see other options and examples.\n\n| pipe || & ampersand
20
+ \ && Toggle (&) background color mode |&\nsmoke |s white |W
21
+ \ black text on white background |k&w\nred |r bright red |R red
22
+ background &r\ngreen |g bright green |G green background &g\nblue
23
+ \ |b bright blue |B blue background &b\ncyan |c bright cyan
24
+ \ |C cyan background &c\nyellow |y bright yellow |Y yellow background
25
+ \ &y\nmagenta |m bright magenta |M magenta background &m\nHex RGB color
26
+ codes: Foreground |#RRGGBB Background &#RRGGBB\nPalette colors (256) using
27
+ Hex: |p33&pF8 Clear Screen |!\nblack with white background |K&w Blinking
28
+ \ |@\nwhite with magenta background |w&m invert |i\nsmoke
29
+ with green background |s&g Underlined |_\nred with cyan background
30
+ \ |r&c Italics |~\nbright red with blue background |R&b
31
+ \ Bold |+\ngreen with yellow background |g&y Faint |.\nbright
32
+ green with red background |G&r Crossed out |x\nnormal color and background
33
+ \ |n&n Escape Sequence |<BR>\nExample unicode sequences: https://unicode.org/emoji/charts/full-emoji-list.html\n|[CLDR
34
+ Short Name] ⚙ |[gear] \U0001F60D |[smiling face with heart-eyes] \U0001F4A4
35
+ |[zzz]\n ✔ |U2714 ❌ |U274c ☮ |u262E \U0001F48E
36
+ |u1f48e \U0001F49C |u1f49c\n<BR>\nSingle or double line box mode with |- or
37
+ |=\n\n ┌──┬──┐ ╔══╦══╗ +--+--+ <-- Draw this with this: |15 |-[--v--]
38
+ |=[--v--] |o[--v--]\n │ │ │ ║ ║ ║ | | | |15
39
+ |-! ! ! |=! ! ! |o! ! !\n123456789012345├──┴──┤ ╠══╩══╣ +--+--+ |y1234567890|g12345|n|->--^--<
40
+ |=>--^--< |o>--^--< \n15 Spaces │ │ ║ ║ | | |c15|n
41
+ Spaces|6 |-! ! |=! ! |o! !\n(|15 ) └─────┘ ╚═════╝ +-----+ (||15
42
+ )|9 |-{-----} |={-----} |o{-----}\n\n┌──────────────────┐ ╔════════════════════╗
43
+ \ |-[|18-]|4 |g&m|=[|20-]|n&n|O\n│ │ ║ ║
44
+ \ |-!|18 !|4 |g&m|=!|20 !|n&n|O\n├──────────────────┤ ╠════════════════════╣
45
+ \ |->|18-<|4 &m|g|=>|20-<|n&n|O\n│ │ ║ ║
46
+ \ |-!|18 !|4 |g&m|=!|20 !|n&n|O\n└──────────────────┘ ╚════════════════════╝
47
+ \ |-{|18-}|4 |g&m|={|20-}|n&n|O\n\nRepetition using | followed by the
48
+ number of characters to repeat and then the character to repeat.\n|15* does the
49
+ * character 15 times like this: ***************\n"
20
50
  email: minaswan.nakamoto@onionmail.org
21
51
  executables:
22
52
  - pipetext
@@ -25,6 +55,7 @@ extra_rdoc_files: []
25
55
  files:
26
56
  - bin/pipetext
27
57
  - lib/pipetext.rb
58
+ - lib/substitute_emoji_names.rb
28
59
  homepage: https://github.com/MinaswanNakamoto/pipetext
29
60
  licenses:
30
61
  - MIT