ix-cli 0.0.16 → 0.0.18
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/ix-bcat +11 -1
- data/bin/ix-center +28 -0
- data/bin/ix-cloudfront-to-json +31 -0
- data/bin/ix-cycle +54 -0
- data/bin/ix-df-to-json +33 -0
- data/bin/ix-df2 +40 -0
- data/bin/ix-domain-dns +43 -0
- data/bin/ix-elb-to-json +217 -0
- data/bin/ix-hls +13 -5
- data/bin/ix-json-filter +41 -0
- data/bin/ix-json-join +76 -0
- data/bin/ix-json-key-on-steroids +3 -0
- data/bin/ix-json-swap +8 -0
- data/bin/ix-json-to-yaml +6 -0
- data/bin/ix-ljust +5 -0
- data/bin/ix-matrioshka +76 -0
- data/bin/ix-mysqldump-to-json +120 -0
- data/bin/ix-noansi +9 -0
- data/bin/ix-pad +36 -0
- data/bin/ix-percentage +105 -21
- data/bin/ix-query-string-to-json +10 -0
- data/bin/ix-remove +46 -0
- data/bin/ix-rjust +5 -0
- data/bin/ix-rulers +79 -0
- data/bin/ix-s3-log-to-json +38 -0
- data/bin/ix-time-distance +47 -0
- data/bin/ix-timestamp2 +4 -6
- data/bin/ix-yaml-to-json +7 -0
- metadata +58 -12
- data/bin/ix-json-to-xml +0 -1
metadata
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ix-cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.18
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kazuyoshi Tlacaelel
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2020-02-05 00:00:00.000000000 Z
|
|
@@ -24,8 +24,8 @@ dependencies:
|
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 0.0.4
|
|
27
|
-
description:
|
|
28
|
-
email:
|
|
27
|
+
description:
|
|
28
|
+
email:
|
|
29
29
|
executables:
|
|
30
30
|
- ix
|
|
31
31
|
- ix-acronym
|
|
@@ -55,6 +55,7 @@ executables:
|
|
|
55
55
|
- ix-cat
|
|
56
56
|
- ix-catafter
|
|
57
57
|
- ix-catan
|
|
58
|
+
- ix-center
|
|
58
59
|
- ix-chain
|
|
59
60
|
- ix-chars
|
|
60
61
|
- ix-checklist
|
|
@@ -62,6 +63,7 @@ executables:
|
|
|
62
63
|
- ix-chomp
|
|
63
64
|
- ix-chr
|
|
64
65
|
- ix-class
|
|
66
|
+
- ix-cloudfront-to-json
|
|
65
67
|
- ix-columns
|
|
66
68
|
- ix-combinations
|
|
67
69
|
- ix-command-class
|
|
@@ -75,20 +77,25 @@ executables:
|
|
|
75
77
|
- ix-crazy-case
|
|
76
78
|
- ix-create-cluster-nodes
|
|
77
79
|
- ix-csv-to-json
|
|
80
|
+
- ix-cycle
|
|
78
81
|
- ix-day
|
|
79
82
|
- ix-debugging
|
|
80
83
|
- ix-decode-base64
|
|
81
84
|
- ix-dequote
|
|
82
85
|
- ix-df
|
|
86
|
+
- ix-df-to-json
|
|
87
|
+
- ix-df2
|
|
83
88
|
- ix-diagram
|
|
84
89
|
- ix-dirname
|
|
85
90
|
- ix-divide
|
|
91
|
+
- ix-domain-dns
|
|
86
92
|
- ix-done
|
|
87
93
|
- ix-dot-case
|
|
88
94
|
- ix-downcase
|
|
89
95
|
- ix-dto
|
|
90
96
|
- ix-each
|
|
91
97
|
- ix-edit
|
|
98
|
+
- ix-elb-to-json
|
|
92
99
|
- ix-emails
|
|
93
100
|
- ix-escape
|
|
94
101
|
- ix-extensions
|
|
@@ -132,10 +139,13 @@ executables:
|
|
|
132
139
|
- ix-js-classic-functions
|
|
133
140
|
- ix-json-append
|
|
134
141
|
- ix-json-array-to-records
|
|
142
|
+
- ix-json-filter
|
|
135
143
|
- ix-json-format
|
|
136
144
|
- ix-json-grep
|
|
137
145
|
- ix-json-interpolate
|
|
146
|
+
- ix-json-join
|
|
138
147
|
- ix-json-key
|
|
148
|
+
- ix-json-key-on-steroids
|
|
139
149
|
- ix-json-key-value
|
|
140
150
|
- ix-json-keys
|
|
141
151
|
- ix-json-merge
|
|
@@ -143,10 +153,11 @@ executables:
|
|
|
143
153
|
- ix-json-paths-pretty
|
|
144
154
|
- ix-json-pp
|
|
145
155
|
- ix-json-query
|
|
146
|
-
- ix-json-stats
|
|
147
156
|
- ix-json-records-to-array
|
|
148
157
|
- ix-json-remove-key
|
|
149
158
|
- ix-json-replace-values
|
|
159
|
+
- ix-json-stats
|
|
160
|
+
- ix-json-swap
|
|
150
161
|
- ix-json-template
|
|
151
162
|
- ix-json-to-csv
|
|
152
163
|
- ix-json-to-dot
|
|
@@ -155,7 +166,7 @@ executables:
|
|
|
155
166
|
- ix-json-to-ruby-hash
|
|
156
167
|
- ix-json-to-table
|
|
157
168
|
- ix-json-to-table-2
|
|
158
|
-
- ix-json-to-
|
|
169
|
+
- ix-json-to-yaml
|
|
159
170
|
- ix-json-values
|
|
160
171
|
- ix-jsonpp
|
|
161
172
|
- ix-lake
|
|
@@ -164,6 +175,7 @@ executables:
|
|
|
164
175
|
- ix-linkify
|
|
165
176
|
- ix-linkify-html
|
|
166
177
|
- ix-links
|
|
178
|
+
- ix-ljust
|
|
167
179
|
- ix-llp
|
|
168
180
|
- ix-llp-indent
|
|
169
181
|
- ix-llp2
|
|
@@ -171,6 +183,7 @@ executables:
|
|
|
171
183
|
- ix-make-readable
|
|
172
184
|
- ix-man
|
|
173
185
|
- ix-math
|
|
186
|
+
- ix-matrioshka
|
|
174
187
|
- ix-maze
|
|
175
188
|
- ix-md5
|
|
176
189
|
- ix-md5s
|
|
@@ -179,9 +192,11 @@ executables:
|
|
|
179
192
|
- ix-mr-robot
|
|
180
193
|
- ix-multiply
|
|
181
194
|
- ix-mv
|
|
195
|
+
- ix-mysqldump-to-json
|
|
182
196
|
- ix-ncsa-date-to-timestamp
|
|
183
197
|
- ix-nested-list
|
|
184
198
|
- ix-nnjj
|
|
199
|
+
- ix-noansi
|
|
185
200
|
- ix-noeol
|
|
186
201
|
- ix-noise
|
|
187
202
|
- ix-normalize
|
|
@@ -189,6 +204,7 @@ executables:
|
|
|
189
204
|
- ix-numerate
|
|
190
205
|
- ix-occurrence
|
|
191
206
|
- ix-open
|
|
207
|
+
- ix-pad
|
|
192
208
|
- ix-parse
|
|
193
209
|
- ix-pass
|
|
194
210
|
- ix-path
|
|
@@ -204,11 +220,13 @@ executables:
|
|
|
204
220
|
- ix-pretty
|
|
205
221
|
- ix-print-and-run
|
|
206
222
|
- ix-psd-to-json
|
|
223
|
+
- ix-query-string-to-json
|
|
207
224
|
- ix-quote
|
|
208
225
|
- ix-rainbow
|
|
209
226
|
- ix-ramp
|
|
210
227
|
- ix-random-hypothesis
|
|
211
228
|
- ix-range
|
|
229
|
+
- ix-remove
|
|
212
230
|
- ix-remove-colors
|
|
213
231
|
- ix-remove-empty-lines
|
|
214
232
|
- ix-remove-leading-spaces
|
|
@@ -218,10 +236,11 @@ executables:
|
|
|
218
236
|
- ix-retab
|
|
219
237
|
- ix-reverse
|
|
220
238
|
- ix-right
|
|
239
|
+
- ix-rjust
|
|
221
240
|
- ix-rm
|
|
222
|
-
- ix-rot5
|
|
223
241
|
- ix-rot13
|
|
224
242
|
- ix-rot3
|
|
243
|
+
- ix-rot5
|
|
225
244
|
- ix-rps
|
|
226
245
|
- ix-ruby-constructor-arguments
|
|
227
246
|
- ix-ruby-methods
|
|
@@ -231,7 +250,9 @@ executables:
|
|
|
231
250
|
- ix-ruby-setter-methods
|
|
232
251
|
- ix-ruby-to-json
|
|
233
252
|
- ix-ruler
|
|
253
|
+
- ix-rulers
|
|
234
254
|
- ix-run
|
|
255
|
+
- ix-s3-log-to-json
|
|
235
256
|
- ix-saldo
|
|
236
257
|
- ix-sat
|
|
237
258
|
- ix-scan
|
|
@@ -274,6 +295,7 @@ executables:
|
|
|
274
295
|
- ix-text-to-morse
|
|
275
296
|
- ix-tick
|
|
276
297
|
- ix-time
|
|
298
|
+
- ix-time-distance
|
|
277
299
|
- ix-timeline
|
|
278
300
|
- ix-times
|
|
279
301
|
- ix-timestamp
|
|
@@ -302,6 +324,7 @@ executables:
|
|
|
302
324
|
- ix-words
|
|
303
325
|
- ix-wrap
|
|
304
326
|
- ix-xy
|
|
327
|
+
- ix-yaml-to-json
|
|
305
328
|
- ix-zebra
|
|
306
329
|
extensions: []
|
|
307
330
|
extra_rdoc_files: []
|
|
@@ -336,6 +359,7 @@ files:
|
|
|
336
359
|
- bin/ix-cat
|
|
337
360
|
- bin/ix-catafter
|
|
338
361
|
- bin/ix-catan
|
|
362
|
+
- bin/ix-center
|
|
339
363
|
- bin/ix-chain
|
|
340
364
|
- bin/ix-chars
|
|
341
365
|
- bin/ix-checklist
|
|
@@ -343,6 +367,7 @@ files:
|
|
|
343
367
|
- bin/ix-chomp
|
|
344
368
|
- bin/ix-chr
|
|
345
369
|
- bin/ix-class
|
|
370
|
+
- bin/ix-cloudfront-to-json
|
|
346
371
|
- bin/ix-columns
|
|
347
372
|
- bin/ix-combinations
|
|
348
373
|
- bin/ix-command-class
|
|
@@ -356,20 +381,25 @@ files:
|
|
|
356
381
|
- bin/ix-crazy-case
|
|
357
382
|
- bin/ix-create-cluster-nodes
|
|
358
383
|
- bin/ix-csv-to-json
|
|
384
|
+
- bin/ix-cycle
|
|
359
385
|
- bin/ix-day
|
|
360
386
|
- bin/ix-debugging
|
|
361
387
|
- bin/ix-decode-base64
|
|
362
388
|
- bin/ix-dequote
|
|
363
389
|
- bin/ix-df
|
|
390
|
+
- bin/ix-df-to-json
|
|
391
|
+
- bin/ix-df2
|
|
364
392
|
- bin/ix-diagram
|
|
365
393
|
- bin/ix-dirname
|
|
366
394
|
- bin/ix-divide
|
|
395
|
+
- bin/ix-domain-dns
|
|
367
396
|
- bin/ix-done
|
|
368
397
|
- bin/ix-dot-case
|
|
369
398
|
- bin/ix-downcase
|
|
370
399
|
- bin/ix-dto
|
|
371
400
|
- bin/ix-each
|
|
372
401
|
- bin/ix-edit
|
|
402
|
+
- bin/ix-elb-to-json
|
|
373
403
|
- bin/ix-emails
|
|
374
404
|
- bin/ix-escape
|
|
375
405
|
- bin/ix-extensions
|
|
@@ -413,10 +443,13 @@ files:
|
|
|
413
443
|
- bin/ix-js-classic-functions
|
|
414
444
|
- bin/ix-json-append
|
|
415
445
|
- bin/ix-json-array-to-records
|
|
446
|
+
- bin/ix-json-filter
|
|
416
447
|
- bin/ix-json-format
|
|
417
448
|
- bin/ix-json-grep
|
|
418
449
|
- bin/ix-json-interpolate
|
|
450
|
+
- bin/ix-json-join
|
|
419
451
|
- bin/ix-json-key
|
|
452
|
+
- bin/ix-json-key-on-steroids
|
|
420
453
|
- bin/ix-json-key-value
|
|
421
454
|
- bin/ix-json-keys
|
|
422
455
|
- bin/ix-json-merge
|
|
@@ -428,6 +461,7 @@ files:
|
|
|
428
461
|
- bin/ix-json-remove-key
|
|
429
462
|
- bin/ix-json-replace-values
|
|
430
463
|
- bin/ix-json-stats
|
|
464
|
+
- bin/ix-json-swap
|
|
431
465
|
- bin/ix-json-template
|
|
432
466
|
- bin/ix-json-to-csv
|
|
433
467
|
- bin/ix-json-to-dot
|
|
@@ -436,7 +470,7 @@ files:
|
|
|
436
470
|
- bin/ix-json-to-ruby-hash
|
|
437
471
|
- bin/ix-json-to-table
|
|
438
472
|
- bin/ix-json-to-table-2
|
|
439
|
-
- bin/ix-json-to-
|
|
473
|
+
- bin/ix-json-to-yaml
|
|
440
474
|
- bin/ix-json-values
|
|
441
475
|
- bin/ix-jsonpp
|
|
442
476
|
- bin/ix-lake
|
|
@@ -445,6 +479,7 @@ files:
|
|
|
445
479
|
- bin/ix-linkify
|
|
446
480
|
- bin/ix-linkify-html
|
|
447
481
|
- bin/ix-links
|
|
482
|
+
- bin/ix-ljust
|
|
448
483
|
- bin/ix-llp
|
|
449
484
|
- bin/ix-llp-indent
|
|
450
485
|
- bin/ix-llp2
|
|
@@ -452,6 +487,7 @@ files:
|
|
|
452
487
|
- bin/ix-make-readable
|
|
453
488
|
- bin/ix-man
|
|
454
489
|
- bin/ix-math
|
|
490
|
+
- bin/ix-matrioshka
|
|
455
491
|
- bin/ix-maze
|
|
456
492
|
- bin/ix-md5
|
|
457
493
|
- bin/ix-md5s
|
|
@@ -460,9 +496,11 @@ files:
|
|
|
460
496
|
- bin/ix-mr-robot
|
|
461
497
|
- bin/ix-multiply
|
|
462
498
|
- bin/ix-mv
|
|
499
|
+
- bin/ix-mysqldump-to-json
|
|
463
500
|
- bin/ix-ncsa-date-to-timestamp
|
|
464
501
|
- bin/ix-nested-list
|
|
465
502
|
- bin/ix-nnjj
|
|
503
|
+
- bin/ix-noansi
|
|
466
504
|
- bin/ix-noeol
|
|
467
505
|
- bin/ix-noise
|
|
468
506
|
- bin/ix-normalize
|
|
@@ -470,6 +508,7 @@ files:
|
|
|
470
508
|
- bin/ix-numerate
|
|
471
509
|
- bin/ix-occurrence
|
|
472
510
|
- bin/ix-open
|
|
511
|
+
- bin/ix-pad
|
|
473
512
|
- bin/ix-parse
|
|
474
513
|
- bin/ix-pass
|
|
475
514
|
- bin/ix-path
|
|
@@ -485,11 +524,13 @@ files:
|
|
|
485
524
|
- bin/ix-pretty
|
|
486
525
|
- bin/ix-print-and-run
|
|
487
526
|
- bin/ix-psd-to-json
|
|
527
|
+
- bin/ix-query-string-to-json
|
|
488
528
|
- bin/ix-quote
|
|
489
529
|
- bin/ix-rainbow
|
|
490
530
|
- bin/ix-ramp
|
|
491
531
|
- bin/ix-random-hypothesis
|
|
492
532
|
- bin/ix-range
|
|
533
|
+
- bin/ix-remove
|
|
493
534
|
- bin/ix-remove-colors
|
|
494
535
|
- bin/ix-remove-empty-lines
|
|
495
536
|
- bin/ix-remove-leading-spaces
|
|
@@ -499,6 +540,7 @@ files:
|
|
|
499
540
|
- bin/ix-retab
|
|
500
541
|
- bin/ix-reverse
|
|
501
542
|
- bin/ix-right
|
|
543
|
+
- bin/ix-rjust
|
|
502
544
|
- bin/ix-rm
|
|
503
545
|
- bin/ix-rot13
|
|
504
546
|
- bin/ix-rot3
|
|
@@ -512,7 +554,9 @@ files:
|
|
|
512
554
|
- bin/ix-ruby-setter-methods
|
|
513
555
|
- bin/ix-ruby-to-json
|
|
514
556
|
- bin/ix-ruler
|
|
557
|
+
- bin/ix-rulers
|
|
515
558
|
- bin/ix-run
|
|
559
|
+
- bin/ix-s3-log-to-json
|
|
516
560
|
- bin/ix-saldo
|
|
517
561
|
- bin/ix-sat
|
|
518
562
|
- bin/ix-scan
|
|
@@ -555,6 +599,7 @@ files:
|
|
|
555
599
|
- bin/ix-text-to-morse
|
|
556
600
|
- bin/ix-tick
|
|
557
601
|
- bin/ix-time
|
|
602
|
+
- bin/ix-time-distance
|
|
558
603
|
- bin/ix-timeline
|
|
559
604
|
- bin/ix-times
|
|
560
605
|
- bin/ix-timestamp
|
|
@@ -583,11 +628,12 @@ files:
|
|
|
583
628
|
- bin/ix-words
|
|
584
629
|
- bin/ix-wrap
|
|
585
630
|
- bin/ix-xy
|
|
631
|
+
- bin/ix-yaml-to-json
|
|
586
632
|
- bin/ix-zebra
|
|
587
|
-
homepage:
|
|
633
|
+
homepage:
|
|
588
634
|
licenses: []
|
|
589
635
|
metadata: {}
|
|
590
|
-
post_install_message:
|
|
636
|
+
post_install_message:
|
|
591
637
|
rdoc_options: []
|
|
592
638
|
require_paths:
|
|
593
639
|
- lib
|
|
@@ -602,8 +648,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
602
648
|
- !ruby/object:Gem::Version
|
|
603
649
|
version: '0'
|
|
604
650
|
requirements: []
|
|
605
|
-
rubygems_version: 3.
|
|
606
|
-
signing_key:
|
|
651
|
+
rubygems_version: 3.3.7
|
|
652
|
+
signing_key:
|
|
607
653
|
specification_version: 4
|
|
608
654
|
summary: ix - string manipulation tools
|
|
609
655
|
test_files: []
|
data/bin/ix-json-to-xml
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|