ix-cli 0.0.17 → 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 +5 -1
- 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-pad +36 -0
- data/bin/ix-percentage +18 -3
- 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-yaml-to-json +7 -0
- metadata +49 -5
- data/bin/ix-json-to-xml +0 -1
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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
|
@@ -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,6 +192,7 @@ 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
|
@@ -190,6 +204,7 @@ executables:
|
|
190
204
|
- ix-numerate
|
191
205
|
- ix-occurrence
|
192
206
|
- ix-open
|
207
|
+
- ix-pad
|
193
208
|
- ix-parse
|
194
209
|
- ix-pass
|
195
210
|
- ix-path
|
@@ -205,11 +220,13 @@ executables:
|
|
205
220
|
- ix-pretty
|
206
221
|
- ix-print-and-run
|
207
222
|
- ix-psd-to-json
|
223
|
+
- ix-query-string-to-json
|
208
224
|
- ix-quote
|
209
225
|
- ix-rainbow
|
210
226
|
- ix-ramp
|
211
227
|
- ix-random-hypothesis
|
212
228
|
- ix-range
|
229
|
+
- ix-remove
|
213
230
|
- ix-remove-colors
|
214
231
|
- ix-remove-empty-lines
|
215
232
|
- ix-remove-leading-spaces
|
@@ -219,10 +236,11 @@ executables:
|
|
219
236
|
- ix-retab
|
220
237
|
- ix-reverse
|
221
238
|
- ix-right
|
239
|
+
- ix-rjust
|
222
240
|
- ix-rm
|
223
|
-
- ix-rot5
|
224
241
|
- ix-rot13
|
225
242
|
- ix-rot3
|
243
|
+
- ix-rot5
|
226
244
|
- ix-rps
|
227
245
|
- ix-ruby-constructor-arguments
|
228
246
|
- ix-ruby-methods
|
@@ -232,7 +250,9 @@ executables:
|
|
232
250
|
- ix-ruby-setter-methods
|
233
251
|
- ix-ruby-to-json
|
234
252
|
- ix-ruler
|
253
|
+
- ix-rulers
|
235
254
|
- ix-run
|
255
|
+
- ix-s3-log-to-json
|
236
256
|
- ix-saldo
|
237
257
|
- ix-sat
|
238
258
|
- ix-scan
|
@@ -275,6 +295,7 @@ executables:
|
|
275
295
|
- ix-text-to-morse
|
276
296
|
- ix-tick
|
277
297
|
- ix-time
|
298
|
+
- ix-time-distance
|
278
299
|
- ix-timeline
|
279
300
|
- ix-times
|
280
301
|
- ix-timestamp
|
@@ -303,6 +324,7 @@ executables:
|
|
303
324
|
- ix-words
|
304
325
|
- ix-wrap
|
305
326
|
- ix-xy
|
327
|
+
- ix-yaml-to-json
|
306
328
|
- ix-zebra
|
307
329
|
extensions: []
|
308
330
|
extra_rdoc_files: []
|
@@ -337,6 +359,7 @@ files:
|
|
337
359
|
- bin/ix-cat
|
338
360
|
- bin/ix-catafter
|
339
361
|
- bin/ix-catan
|
362
|
+
- bin/ix-center
|
340
363
|
- bin/ix-chain
|
341
364
|
- bin/ix-chars
|
342
365
|
- bin/ix-checklist
|
@@ -344,6 +367,7 @@ files:
|
|
344
367
|
- bin/ix-chomp
|
345
368
|
- bin/ix-chr
|
346
369
|
- bin/ix-class
|
370
|
+
- bin/ix-cloudfront-to-json
|
347
371
|
- bin/ix-columns
|
348
372
|
- bin/ix-combinations
|
349
373
|
- bin/ix-command-class
|
@@ -357,20 +381,25 @@ files:
|
|
357
381
|
- bin/ix-crazy-case
|
358
382
|
- bin/ix-create-cluster-nodes
|
359
383
|
- bin/ix-csv-to-json
|
384
|
+
- bin/ix-cycle
|
360
385
|
- bin/ix-day
|
361
386
|
- bin/ix-debugging
|
362
387
|
- bin/ix-decode-base64
|
363
388
|
- bin/ix-dequote
|
364
389
|
- bin/ix-df
|
390
|
+
- bin/ix-df-to-json
|
391
|
+
- bin/ix-df2
|
365
392
|
- bin/ix-diagram
|
366
393
|
- bin/ix-dirname
|
367
394
|
- bin/ix-divide
|
395
|
+
- bin/ix-domain-dns
|
368
396
|
- bin/ix-done
|
369
397
|
- bin/ix-dot-case
|
370
398
|
- bin/ix-downcase
|
371
399
|
- bin/ix-dto
|
372
400
|
- bin/ix-each
|
373
401
|
- bin/ix-edit
|
402
|
+
- bin/ix-elb-to-json
|
374
403
|
- bin/ix-emails
|
375
404
|
- bin/ix-escape
|
376
405
|
- bin/ix-extensions
|
@@ -414,10 +443,13 @@ files:
|
|
414
443
|
- bin/ix-js-classic-functions
|
415
444
|
- bin/ix-json-append
|
416
445
|
- bin/ix-json-array-to-records
|
446
|
+
- bin/ix-json-filter
|
417
447
|
- bin/ix-json-format
|
418
448
|
- bin/ix-json-grep
|
419
449
|
- bin/ix-json-interpolate
|
450
|
+
- bin/ix-json-join
|
420
451
|
- bin/ix-json-key
|
452
|
+
- bin/ix-json-key-on-steroids
|
421
453
|
- bin/ix-json-key-value
|
422
454
|
- bin/ix-json-keys
|
423
455
|
- bin/ix-json-merge
|
@@ -429,6 +461,7 @@ files:
|
|
429
461
|
- bin/ix-json-remove-key
|
430
462
|
- bin/ix-json-replace-values
|
431
463
|
- bin/ix-json-stats
|
464
|
+
- bin/ix-json-swap
|
432
465
|
- bin/ix-json-template
|
433
466
|
- bin/ix-json-to-csv
|
434
467
|
- bin/ix-json-to-dot
|
@@ -437,7 +470,7 @@ files:
|
|
437
470
|
- bin/ix-json-to-ruby-hash
|
438
471
|
- bin/ix-json-to-table
|
439
472
|
- bin/ix-json-to-table-2
|
440
|
-
- bin/ix-json-to-
|
473
|
+
- bin/ix-json-to-yaml
|
441
474
|
- bin/ix-json-values
|
442
475
|
- bin/ix-jsonpp
|
443
476
|
- bin/ix-lake
|
@@ -446,6 +479,7 @@ files:
|
|
446
479
|
- bin/ix-linkify
|
447
480
|
- bin/ix-linkify-html
|
448
481
|
- bin/ix-links
|
482
|
+
- bin/ix-ljust
|
449
483
|
- bin/ix-llp
|
450
484
|
- bin/ix-llp-indent
|
451
485
|
- bin/ix-llp2
|
@@ -453,6 +487,7 @@ files:
|
|
453
487
|
- bin/ix-make-readable
|
454
488
|
- bin/ix-man
|
455
489
|
- bin/ix-math
|
490
|
+
- bin/ix-matrioshka
|
456
491
|
- bin/ix-maze
|
457
492
|
- bin/ix-md5
|
458
493
|
- bin/ix-md5s
|
@@ -461,6 +496,7 @@ files:
|
|
461
496
|
- bin/ix-mr-robot
|
462
497
|
- bin/ix-multiply
|
463
498
|
- bin/ix-mv
|
499
|
+
- bin/ix-mysqldump-to-json
|
464
500
|
- bin/ix-ncsa-date-to-timestamp
|
465
501
|
- bin/ix-nested-list
|
466
502
|
- bin/ix-nnjj
|
@@ -472,6 +508,7 @@ files:
|
|
472
508
|
- bin/ix-numerate
|
473
509
|
- bin/ix-occurrence
|
474
510
|
- bin/ix-open
|
511
|
+
- bin/ix-pad
|
475
512
|
- bin/ix-parse
|
476
513
|
- bin/ix-pass
|
477
514
|
- bin/ix-path
|
@@ -487,11 +524,13 @@ files:
|
|
487
524
|
- bin/ix-pretty
|
488
525
|
- bin/ix-print-and-run
|
489
526
|
- bin/ix-psd-to-json
|
527
|
+
- bin/ix-query-string-to-json
|
490
528
|
- bin/ix-quote
|
491
529
|
- bin/ix-rainbow
|
492
530
|
- bin/ix-ramp
|
493
531
|
- bin/ix-random-hypothesis
|
494
532
|
- bin/ix-range
|
533
|
+
- bin/ix-remove
|
495
534
|
- bin/ix-remove-colors
|
496
535
|
- bin/ix-remove-empty-lines
|
497
536
|
- bin/ix-remove-leading-spaces
|
@@ -501,6 +540,7 @@ files:
|
|
501
540
|
- bin/ix-retab
|
502
541
|
- bin/ix-reverse
|
503
542
|
- bin/ix-right
|
543
|
+
- bin/ix-rjust
|
504
544
|
- bin/ix-rm
|
505
545
|
- bin/ix-rot13
|
506
546
|
- bin/ix-rot3
|
@@ -514,7 +554,9 @@ files:
|
|
514
554
|
- bin/ix-ruby-setter-methods
|
515
555
|
- bin/ix-ruby-to-json
|
516
556
|
- bin/ix-ruler
|
557
|
+
- bin/ix-rulers
|
517
558
|
- bin/ix-run
|
559
|
+
- bin/ix-s3-log-to-json
|
518
560
|
- bin/ix-saldo
|
519
561
|
- bin/ix-sat
|
520
562
|
- bin/ix-scan
|
@@ -557,6 +599,7 @@ files:
|
|
557
599
|
- bin/ix-text-to-morse
|
558
600
|
- bin/ix-tick
|
559
601
|
- bin/ix-time
|
602
|
+
- bin/ix-time-distance
|
560
603
|
- bin/ix-timeline
|
561
604
|
- bin/ix-times
|
562
605
|
- bin/ix-timestamp
|
@@ -585,6 +628,7 @@ files:
|
|
585
628
|
- bin/ix-words
|
586
629
|
- bin/ix-wrap
|
587
630
|
- bin/ix-xy
|
631
|
+
- bin/ix-yaml-to-json
|
588
632
|
- bin/ix-zebra
|
589
633
|
homepage:
|
590
634
|
licenses: []
|
data/bin/ix-json-to-xml
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
|