@rbleattler/omp-ts-typegen 0.2025.3420004 → 0.2025.3450004
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.
- package/cache/schema.json +280 -183
- package/dist/types/omp.d.ts +19 -3
- package/dist/types/omp.d.ts.map +1 -1
- package/dist/types/omp.js +3 -1
- package/dist/types/omp.js.map +1 -1
- package/package.json +1 -1
- package/src/types/omp.ts +17 -3
- package/theme-validation-details.md +1 -1
- package/theme-validation.md +1 -1
package/cache/schema.json
CHANGED
|
@@ -463,12 +463,20 @@
|
|
|
463
463
|
"description": "https://ohmyposh.dev/docs/configuration/segment",
|
|
464
464
|
"default": 0
|
|
465
465
|
},
|
|
466
|
-
"
|
|
466
|
+
"options": {
|
|
467
467
|
"type": "object",
|
|
468
|
-
"title": "Segment
|
|
469
|
-
"description": "https://ohmyposh.dev/docs/configuration/segment#
|
|
468
|
+
"title": "Segment options, used to change behavior/displaying",
|
|
469
|
+
"description": "https://ohmyposh.dev/docs/configuration/segment#options",
|
|
470
470
|
"default": {}
|
|
471
471
|
},
|
|
472
|
+
"properties": {
|
|
473
|
+
"type": "object",
|
|
474
|
+
"title": "Segment Properties (DEPRECATED)",
|
|
475
|
+
"description": "DEPRECATED: Use 'options' instead. This field is maintained for backward compatibility with version 3 configs and will be removed in a future version. See https://ohmyposh.dev/docs/configuration/segment#options",
|
|
476
|
+
"default": {},
|
|
477
|
+
"deprecated": true,
|
|
478
|
+
"deprecationMessage": "The 'properties' field is deprecated. Please rename it to 'options' in your configuration."
|
|
479
|
+
},
|
|
472
480
|
"interactive": {
|
|
473
481
|
"type": "boolean",
|
|
474
482
|
"title": "Allow the use of interactive prompt escape sequences",
|
|
@@ -534,7 +542,7 @@
|
|
|
534
542
|
"title": "Angular CLI Segment",
|
|
535
543
|
"description": "https://ohmyposh.dev/docs/segments/cli/angular",
|
|
536
544
|
"properties": {
|
|
537
|
-
"
|
|
545
|
+
"options": {
|
|
538
546
|
"properties": {
|
|
539
547
|
"home_enabled": {
|
|
540
548
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -565,7 +573,8 @@
|
|
|
565
573
|
"folders": {
|
|
566
574
|
"$ref": "#/definitions/folders"
|
|
567
575
|
}
|
|
568
|
-
}
|
|
576
|
+
},
|
|
577
|
+
"additionalProperties": false
|
|
569
578
|
}
|
|
570
579
|
}
|
|
571
580
|
}
|
|
@@ -582,7 +591,7 @@
|
|
|
582
591
|
"title": "Aurelia Segment",
|
|
583
592
|
"description": "https://ohmyposh.dev/docs/segments/cli/aurelia",
|
|
584
593
|
"properties": {
|
|
585
|
-
"
|
|
594
|
+
"options": {
|
|
586
595
|
"properties": {
|
|
587
596
|
"home_enabled": {
|
|
588
597
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -613,7 +622,8 @@
|
|
|
613
622
|
"folders": {
|
|
614
623
|
"$ref": "#/definitions/folders"
|
|
615
624
|
}
|
|
616
|
-
}
|
|
625
|
+
},
|
|
626
|
+
"additionalProperties": false
|
|
617
627
|
}
|
|
618
628
|
}
|
|
619
629
|
}
|
|
@@ -630,7 +640,7 @@
|
|
|
630
640
|
"title": "AWS Segment",
|
|
631
641
|
"description": "https://ohmyposh.dev/docs/segments/cloud/aws",
|
|
632
642
|
"properties": {
|
|
633
|
-
"
|
|
643
|
+
"options": {
|
|
634
644
|
"properties": {
|
|
635
645
|
"display_default": {
|
|
636
646
|
"type": "boolean",
|
|
@@ -638,7 +648,8 @@
|
|
|
638
648
|
"description": "Display the segment when default user or not",
|
|
639
649
|
"default": true
|
|
640
650
|
}
|
|
641
|
-
}
|
|
651
|
+
},
|
|
652
|
+
"additionalProperties": false
|
|
642
653
|
}
|
|
643
654
|
}
|
|
644
655
|
}
|
|
@@ -655,19 +666,20 @@
|
|
|
655
666
|
"title": "Azure Segment",
|
|
656
667
|
"description": "https://ohmyposh.dev/docs/segments/cloud/az",
|
|
657
668
|
"properties": {
|
|
658
|
-
"
|
|
669
|
+
"options": {
|
|
659
670
|
"properties": {
|
|
660
671
|
"source": {
|
|
661
672
|
"type": "string",
|
|
662
673
|
"title": "Source",
|
|
663
|
-
"description": "https://ohmyposh.dev/docs/segments/cloud/az#
|
|
674
|
+
"description": "https://ohmyposh.dev/docs/segments/cloud/az#options",
|
|
664
675
|
"default": "first_match",
|
|
665
676
|
"enum": [
|
|
666
677
|
"cli",
|
|
667
678
|
"pwsh"
|
|
668
679
|
]
|
|
669
680
|
}
|
|
670
|
-
}
|
|
681
|
+
},
|
|
682
|
+
"additionalProperties": false
|
|
671
683
|
}
|
|
672
684
|
}
|
|
673
685
|
}
|
|
@@ -697,7 +709,7 @@
|
|
|
697
709
|
"title": "Azure Function Segment",
|
|
698
710
|
"description": "https://ohmyposh.dev/docs/segments/cloud/azfunc",
|
|
699
711
|
"properties": {
|
|
700
|
-
"
|
|
712
|
+
"options": {
|
|
701
713
|
"properties": {
|
|
702
714
|
"home_enabled": {
|
|
703
715
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -711,7 +723,8 @@
|
|
|
711
723
|
"missing_command_text": {
|
|
712
724
|
"$ref": "#/definitions/missing_command_text"
|
|
713
725
|
}
|
|
714
|
-
}
|
|
726
|
+
},
|
|
727
|
+
"additionalProperties": false
|
|
715
728
|
}
|
|
716
729
|
}
|
|
717
730
|
}
|
|
@@ -728,7 +741,7 @@
|
|
|
728
741
|
"title": "Battery Segment",
|
|
729
742
|
"description": "https://ohmyposh.dev/docs/segments/system/battery",
|
|
730
743
|
"properties": {
|
|
731
|
-
"
|
|
744
|
+
"options": {
|
|
732
745
|
"properties": {
|
|
733
746
|
"display_error": {
|
|
734
747
|
"type": "boolean",
|
|
@@ -760,7 +773,8 @@
|
|
|
760
773
|
"description": "Text/icon to display when on AC power",
|
|
761
774
|
"default": ""
|
|
762
775
|
}
|
|
763
|
-
}
|
|
776
|
+
},
|
|
777
|
+
"additionalProperties": false
|
|
764
778
|
}
|
|
765
779
|
}
|
|
766
780
|
}
|
|
@@ -777,7 +791,7 @@
|
|
|
777
791
|
"title": "Bazel Segment",
|
|
778
792
|
"description": "https://ohmyposh.dev/docs/segments/cli/bazel",
|
|
779
793
|
"properties": {
|
|
780
|
-
"
|
|
794
|
+
"options": {
|
|
781
795
|
"properties": {
|
|
782
796
|
"home_enabled": {
|
|
783
797
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -829,7 +843,8 @@
|
|
|
829
843
|
"type": "string"
|
|
830
844
|
}
|
|
831
845
|
}
|
|
832
|
-
}
|
|
846
|
+
},
|
|
847
|
+
"additionalProperties": false
|
|
833
848
|
}
|
|
834
849
|
}
|
|
835
850
|
}
|
|
@@ -846,7 +861,7 @@
|
|
|
846
861
|
"title": "Brewfather Batch Status",
|
|
847
862
|
"description": "https://ohmyposh.dev/docs/segments/web/brewfather",
|
|
848
863
|
"properties": {
|
|
849
|
-
"
|
|
864
|
+
"options": {
|
|
850
865
|
"properties": {
|
|
851
866
|
"user_id": {
|
|
852
867
|
"type": "string",
|
|
@@ -953,7 +968,8 @@
|
|
|
953
968
|
"description": "Available in template as .StatusIcon",
|
|
954
969
|
"default": ""
|
|
955
970
|
}
|
|
956
|
-
}
|
|
971
|
+
},
|
|
972
|
+
"additionalProperties": false
|
|
957
973
|
}
|
|
958
974
|
}
|
|
959
975
|
}
|
|
@@ -970,7 +986,7 @@
|
|
|
970
986
|
"title": "Buf Segment",
|
|
971
987
|
"description": "https://ohmyposh.dev/docs/segments/cli/buf",
|
|
972
988
|
"properties": {
|
|
973
|
-
"
|
|
989
|
+
"options": {
|
|
974
990
|
"properties": {
|
|
975
991
|
"home_enabled": {
|
|
976
992
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -1003,7 +1019,8 @@
|
|
|
1003
1019
|
"folders": {
|
|
1004
1020
|
"$ref": "#/definitions/folders"
|
|
1005
1021
|
}
|
|
1006
|
-
}
|
|
1022
|
+
},
|
|
1023
|
+
"additionalProperties": false
|
|
1007
1024
|
}
|
|
1008
1025
|
}
|
|
1009
1026
|
}
|
|
@@ -1020,7 +1037,7 @@
|
|
|
1020
1037
|
"title": "Bun CLI Segment",
|
|
1021
1038
|
"description": "https://ohmyposh.dev/docs/segments/cli/bun",
|
|
1022
1039
|
"properties": {
|
|
1023
|
-
"
|
|
1040
|
+
"options": {
|
|
1024
1041
|
"properties": {
|
|
1025
1042
|
"home_enabled": {
|
|
1026
1043
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -1052,7 +1069,8 @@
|
|
|
1052
1069
|
"folders": {
|
|
1053
1070
|
"$ref": "#/definitions/folders"
|
|
1054
1071
|
}
|
|
1055
|
-
}
|
|
1072
|
+
},
|
|
1073
|
+
"additionalProperties": false
|
|
1056
1074
|
}
|
|
1057
1075
|
}
|
|
1058
1076
|
}
|
|
@@ -1069,12 +1087,13 @@
|
|
|
1069
1087
|
"title": "Carbon Intensity Segment",
|
|
1070
1088
|
"description": "Displays the actual and forecast carbon intensity in gCO2/kWh using the Carbon Intensity API",
|
|
1071
1089
|
"properties": {
|
|
1072
|
-
"
|
|
1090
|
+
"options": {
|
|
1073
1091
|
"properties": {
|
|
1074
1092
|
"http_timeout": {
|
|
1075
1093
|
"$ref": "#/definitions/http_timeout"
|
|
1076
1094
|
}
|
|
1077
|
-
}
|
|
1095
|
+
},
|
|
1096
|
+
"additionalProperties": false
|
|
1078
1097
|
}
|
|
1079
1098
|
}
|
|
1080
1099
|
}
|
|
@@ -1091,7 +1110,7 @@
|
|
|
1091
1110
|
"title": "CDS (SAP CAP) segment",
|
|
1092
1111
|
"description": "https://ohmyposh.dev/docs/segments/cloud/cds",
|
|
1093
1112
|
"properties": {
|
|
1094
|
-
"
|
|
1113
|
+
"options": {
|
|
1095
1114
|
"properties": {
|
|
1096
1115
|
"home_enabled": {
|
|
1097
1116
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -1124,7 +1143,8 @@
|
|
|
1124
1143
|
"folders": {
|
|
1125
1144
|
"$ref": "#/definitions/folders"
|
|
1126
1145
|
}
|
|
1127
|
-
}
|
|
1146
|
+
},
|
|
1147
|
+
"additionalProperties": false
|
|
1128
1148
|
}
|
|
1129
1149
|
}
|
|
1130
1150
|
}
|
|
@@ -1141,7 +1161,7 @@
|
|
|
1141
1161
|
"title": "Clound Foundry CLI segment",
|
|
1142
1162
|
"description": "https://ohmyposh.dev/docs/segments/cloud/cf",
|
|
1143
1163
|
"properties": {
|
|
1144
|
-
"
|
|
1164
|
+
"options": {
|
|
1145
1165
|
"properties": {
|
|
1146
1166
|
"home_enabled": {
|
|
1147
1167
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -1173,7 +1193,8 @@
|
|
|
1173
1193
|
"folders": {
|
|
1174
1194
|
"$ref": "#/definitions/folders"
|
|
1175
1195
|
}
|
|
1176
|
-
}
|
|
1196
|
+
},
|
|
1197
|
+
"additionalProperties": false
|
|
1177
1198
|
}
|
|
1178
1199
|
}
|
|
1179
1200
|
}
|
|
@@ -1190,7 +1211,7 @@
|
|
|
1190
1211
|
"title": "Clound Foundry Target segment",
|
|
1191
1212
|
"description": "https://ohmyposh.dev/docs/segments/cloud/cftarget",
|
|
1192
1213
|
"properties": {
|
|
1193
|
-
"
|
|
1214
|
+
"options": {
|
|
1194
1215
|
"properties": {
|
|
1195
1216
|
"display_mode": {
|
|
1196
1217
|
"type": "string",
|
|
@@ -1202,7 +1223,8 @@
|
|
|
1202
1223
|
],
|
|
1203
1224
|
"default": "always"
|
|
1204
1225
|
}
|
|
1205
|
-
}
|
|
1226
|
+
},
|
|
1227
|
+
"additionalProperties": false
|
|
1206
1228
|
}
|
|
1207
1229
|
}
|
|
1208
1230
|
}
|
|
@@ -1219,7 +1241,7 @@
|
|
|
1219
1241
|
"title": "Cmake Segment",
|
|
1220
1242
|
"description": "https://ohmyposh.dev/docs/segments/cli/cmake",
|
|
1221
1243
|
"properties": {
|
|
1222
|
-
"
|
|
1244
|
+
"options": {
|
|
1223
1245
|
"properties": {
|
|
1224
1246
|
"home_enabled": {
|
|
1225
1247
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -1251,7 +1273,8 @@
|
|
|
1251
1273
|
"folders": {
|
|
1252
1274
|
"$ref": "#/definitions/folders"
|
|
1253
1275
|
}
|
|
1254
|
-
}
|
|
1276
|
+
},
|
|
1277
|
+
"additionalProperties": false
|
|
1255
1278
|
}
|
|
1256
1279
|
}
|
|
1257
1280
|
}
|
|
@@ -1268,12 +1291,13 @@
|
|
|
1268
1291
|
"title": "GitHub Copilot Segment",
|
|
1269
1292
|
"description": "https://ohmyposh.dev/docs/segments/cli/copilot",
|
|
1270
1293
|
"properties": {
|
|
1271
|
-
"
|
|
1294
|
+
"options": {
|
|
1272
1295
|
"properties": {
|
|
1273
1296
|
"http_timeout": {
|
|
1274
1297
|
"$ref": "#/definitions/http_timeout"
|
|
1275
1298
|
}
|
|
1276
|
-
}
|
|
1299
|
+
},
|
|
1300
|
+
"additionalProperties": false
|
|
1277
1301
|
}
|
|
1278
1302
|
}
|
|
1279
1303
|
}
|
|
@@ -1290,7 +1314,7 @@
|
|
|
1290
1314
|
"title": "Connection Segment",
|
|
1291
1315
|
"description": "https://ohmyposh.dev/docs/segments/system/connection",
|
|
1292
1316
|
"properties": {
|
|
1293
|
-
"
|
|
1317
|
+
"options": {
|
|
1294
1318
|
"properties": {
|
|
1295
1319
|
"type": {
|
|
1296
1320
|
"type": "string",
|
|
@@ -1322,7 +1346,8 @@
|
|
|
1322
1346
|
],
|
|
1323
1347
|
"default": "none"
|
|
1324
1348
|
}
|
|
1325
|
-
}
|
|
1349
|
+
},
|
|
1350
|
+
"additionalProperties": false
|
|
1326
1351
|
}
|
|
1327
1352
|
}
|
|
1328
1353
|
}
|
|
@@ -1339,7 +1364,7 @@
|
|
|
1339
1364
|
"title": "Crystal Segment",
|
|
1340
1365
|
"description": "https://ohmyposh.dev/docs/segments/languages/crystal",
|
|
1341
1366
|
"properties": {
|
|
1342
|
-
"
|
|
1367
|
+
"options": {
|
|
1343
1368
|
"properties": {
|
|
1344
1369
|
"home_enabled": {
|
|
1345
1370
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -1375,7 +1400,8 @@
|
|
|
1375
1400
|
"folders": {
|
|
1376
1401
|
"$ref": "#/definitions/folders"
|
|
1377
1402
|
}
|
|
1378
|
-
}
|
|
1403
|
+
},
|
|
1404
|
+
"additionalProperties": false
|
|
1379
1405
|
}
|
|
1380
1406
|
}
|
|
1381
1407
|
}
|
|
@@ -1392,7 +1418,7 @@
|
|
|
1392
1418
|
"title": "Dart Segment",
|
|
1393
1419
|
"description": "https://ohmyposh.dev/docs/segments/languages/dart",
|
|
1394
1420
|
"properties": {
|
|
1395
|
-
"
|
|
1421
|
+
"options": {
|
|
1396
1422
|
"properties": {
|
|
1397
1423
|
"home_enabled": {
|
|
1398
1424
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -1438,7 +1464,8 @@
|
|
|
1438
1464
|
"type": "string"
|
|
1439
1465
|
}
|
|
1440
1466
|
}
|
|
1441
|
-
}
|
|
1467
|
+
},
|
|
1468
|
+
"additionalProperties": false
|
|
1442
1469
|
}
|
|
1443
1470
|
}
|
|
1444
1471
|
}
|
|
@@ -1455,7 +1482,7 @@
|
|
|
1455
1482
|
"title": "Deno CLI Segment",
|
|
1456
1483
|
"description": "https://ohmyposh.dev/docs/segments/cli/deno",
|
|
1457
1484
|
"properties": {
|
|
1458
|
-
"
|
|
1485
|
+
"options": {
|
|
1459
1486
|
"properties": {
|
|
1460
1487
|
"home_enabled": {
|
|
1461
1488
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -1488,7 +1515,8 @@
|
|
|
1488
1515
|
"folders": {
|
|
1489
1516
|
"$ref": "#/definitions/folders"
|
|
1490
1517
|
}
|
|
1491
|
-
}
|
|
1518
|
+
},
|
|
1519
|
+
"additionalProperties": false
|
|
1492
1520
|
}
|
|
1493
1521
|
}
|
|
1494
1522
|
}
|
|
@@ -1530,7 +1558,7 @@
|
|
|
1530
1558
|
"title": "Docker Segment",
|
|
1531
1559
|
"description": "https://ohmyposh.dev/docs/segments/cli/docker",
|
|
1532
1560
|
"properties": {
|
|
1533
|
-
"
|
|
1561
|
+
"options": {
|
|
1534
1562
|
"properties": {
|
|
1535
1563
|
"fetch_context": {
|
|
1536
1564
|
"type": "boolean",
|
|
@@ -1541,7 +1569,8 @@
|
|
|
1541
1569
|
"display_mode": {
|
|
1542
1570
|
"$ref": "#/definitions/display_mode"
|
|
1543
1571
|
}
|
|
1544
|
-
}
|
|
1572
|
+
},
|
|
1573
|
+
"additionalProperties": false
|
|
1545
1574
|
}
|
|
1546
1575
|
}
|
|
1547
1576
|
}
|
|
@@ -1558,7 +1587,7 @@
|
|
|
1558
1587
|
"title": "Dotnet Segment",
|
|
1559
1588
|
"description": "https://ohmyposh.dev/docs/segments/languages/dotnet",
|
|
1560
1589
|
"properties": {
|
|
1561
|
-
"
|
|
1590
|
+
"options": {
|
|
1562
1591
|
"properties": {
|
|
1563
1592
|
"home_enabled": {
|
|
1564
1593
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -1604,7 +1633,8 @@
|
|
|
1604
1633
|
"folders": {
|
|
1605
1634
|
"$ref": "#/definitions/folders"
|
|
1606
1635
|
}
|
|
1607
|
-
}
|
|
1636
|
+
},
|
|
1637
|
+
"additionalProperties": false
|
|
1608
1638
|
}
|
|
1609
1639
|
}
|
|
1610
1640
|
}
|
|
@@ -1621,7 +1651,7 @@
|
|
|
1621
1651
|
"title": "Elixir Segment",
|
|
1622
1652
|
"description": "https://ohmyposh.dev/docs/segments/languages/elixir",
|
|
1623
1653
|
"properties": {
|
|
1624
|
-
"
|
|
1654
|
+
"options": {
|
|
1625
1655
|
"properties": {
|
|
1626
1656
|
"home_enabled": {
|
|
1627
1657
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -1657,7 +1687,8 @@
|
|
|
1657
1687
|
"folders": {
|
|
1658
1688
|
"$ref": "#/definitions/folders"
|
|
1659
1689
|
}
|
|
1660
|
-
}
|
|
1690
|
+
},
|
|
1691
|
+
"additionalProperties": false
|
|
1661
1692
|
}
|
|
1662
1693
|
}
|
|
1663
1694
|
}
|
|
@@ -1674,7 +1705,7 @@
|
|
|
1674
1705
|
"title": "Displays the execution time of the previously executed command",
|
|
1675
1706
|
"description": "https://ohmyposh.dev/docs/segments/system/executiontime",
|
|
1676
1707
|
"properties": {
|
|
1677
|
-
"
|
|
1708
|
+
"options": {
|
|
1678
1709
|
"properties": {
|
|
1679
1710
|
"always_enabled": {
|
|
1680
1711
|
"type": "boolean",
|
|
@@ -1705,7 +1736,8 @@
|
|
|
1705
1736
|
],
|
|
1706
1737
|
"default": "austin"
|
|
1707
1738
|
}
|
|
1708
|
-
}
|
|
1739
|
+
},
|
|
1740
|
+
"additionalProperties": false
|
|
1709
1741
|
}
|
|
1710
1742
|
}
|
|
1711
1743
|
}
|
|
@@ -1735,7 +1767,7 @@
|
|
|
1735
1767
|
"title": "Flutter Segment",
|
|
1736
1768
|
"description": "https://ohmyposh.dev/docs/segments/cli/flutter",
|
|
1737
1769
|
"properties": {
|
|
1738
|
-
"
|
|
1770
|
+
"options": {
|
|
1739
1771
|
"properties": {
|
|
1740
1772
|
"home_enabled": {
|
|
1741
1773
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -1777,7 +1809,8 @@
|
|
|
1777
1809
|
"type": "string"
|
|
1778
1810
|
}
|
|
1779
1811
|
}
|
|
1780
|
-
}
|
|
1812
|
+
},
|
|
1813
|
+
"additionalProperties": false
|
|
1781
1814
|
}
|
|
1782
1815
|
}
|
|
1783
1816
|
}
|
|
@@ -1794,7 +1827,7 @@
|
|
|
1794
1827
|
"title": "Fortran Segment",
|
|
1795
1828
|
"description": "https://ohmyposh.dev/docs/segments/languages/fortran",
|
|
1796
1829
|
"properties": {
|
|
1797
|
-
"
|
|
1830
|
+
"options": {
|
|
1798
1831
|
"properties": {
|
|
1799
1832
|
"home_enabled": {
|
|
1800
1833
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -1845,7 +1878,8 @@
|
|
|
1845
1878
|
"folders": {
|
|
1846
1879
|
"$ref": "#/definitions/folders"
|
|
1847
1880
|
}
|
|
1848
|
-
}
|
|
1881
|
+
},
|
|
1882
|
+
"additionalProperties": false
|
|
1849
1883
|
}
|
|
1850
1884
|
}
|
|
1851
1885
|
}
|
|
@@ -1862,12 +1896,13 @@
|
|
|
1862
1896
|
"title": "Fossil Segment",
|
|
1863
1897
|
"description": "https://ohmyposh.dev/docs/segments/scm/fossil",
|
|
1864
1898
|
"properties": {
|
|
1865
|
-
"
|
|
1899
|
+
"options": {
|
|
1866
1900
|
"properties": {
|
|
1867
1901
|
"native_fallback": {
|
|
1868
1902
|
"$ref": "#/definitions/native_fallback"
|
|
1869
1903
|
}
|
|
1870
|
-
}
|
|
1904
|
+
},
|
|
1905
|
+
"additionalProperties": false
|
|
1871
1906
|
}
|
|
1872
1907
|
}
|
|
1873
1908
|
}
|
|
@@ -1897,7 +1932,7 @@
|
|
|
1897
1932
|
"title": "Git Segment",
|
|
1898
1933
|
"description": "https://ohmyposh.dev/docs/segments/scm/git",
|
|
1899
1934
|
"properties": {
|
|
1900
|
-
"
|
|
1935
|
+
"options": {
|
|
1901
1936
|
"properties": {
|
|
1902
1937
|
"fetch_status": {
|
|
1903
1938
|
"type": "boolean",
|
|
@@ -2088,7 +2123,8 @@
|
|
|
2088
2123
|
"native_fallback": {
|
|
2089
2124
|
"$ref": "#/definitions/native_fallback"
|
|
2090
2125
|
}
|
|
2091
|
-
}
|
|
2126
|
+
},
|
|
2127
|
+
"additionalProperties": false
|
|
2092
2128
|
}
|
|
2093
2129
|
}
|
|
2094
2130
|
}
|
|
@@ -2118,7 +2154,7 @@
|
|
|
2118
2154
|
"title": "Golang Segment",
|
|
2119
2155
|
"description": "https://ohmyposh.dev/docs/segments/languages/golang",
|
|
2120
2156
|
"properties": {
|
|
2121
|
-
"
|
|
2157
|
+
"options": {
|
|
2122
2158
|
"properties": {
|
|
2123
2159
|
"home_enabled": {
|
|
2124
2160
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -2166,7 +2202,8 @@
|
|
|
2166
2202
|
"folders": {
|
|
2167
2203
|
"$ref": "#/definitions/folders"
|
|
2168
2204
|
}
|
|
2169
|
-
}
|
|
2205
|
+
},
|
|
2206
|
+
"additionalProperties": false
|
|
2170
2207
|
}
|
|
2171
2208
|
}
|
|
2172
2209
|
}
|
|
@@ -2183,7 +2220,7 @@
|
|
|
2183
2220
|
"title": "Haskell Segment",
|
|
2184
2221
|
"description": "https://ohmyposh.dev/docs/segments/languages/haskell",
|
|
2185
2222
|
"properties": {
|
|
2186
|
-
"
|
|
2223
|
+
"options": {
|
|
2187
2224
|
"properties": {
|
|
2188
2225
|
"home_enabled": {
|
|
2189
2226
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -2234,7 +2271,8 @@
|
|
|
2234
2271
|
"folders": {
|
|
2235
2272
|
"$ref": "#/definitions/folders"
|
|
2236
2273
|
}
|
|
2237
|
-
}
|
|
2274
|
+
},
|
|
2275
|
+
"additionalProperties": false
|
|
2238
2276
|
}
|
|
2239
2277
|
}
|
|
2240
2278
|
}
|
|
@@ -2251,12 +2289,13 @@
|
|
|
2251
2289
|
"title": "Helm segment",
|
|
2252
2290
|
"description": "https://ohmyposh.dev/docs/segments/cli/helm",
|
|
2253
2291
|
"properties": {
|
|
2254
|
-
"
|
|
2292
|
+
"options": {
|
|
2255
2293
|
"properties": {
|
|
2256
2294
|
"display_mode": {
|
|
2257
2295
|
"$ref": "#/definitions/display_mode"
|
|
2258
2296
|
}
|
|
2259
|
-
}
|
|
2297
|
+
},
|
|
2298
|
+
"additionalProperties": false
|
|
2260
2299
|
}
|
|
2261
2300
|
}
|
|
2262
2301
|
}
|
|
@@ -2273,7 +2312,7 @@
|
|
|
2273
2312
|
"title": "HTTP segment",
|
|
2274
2313
|
"description": "https://ohmyposh.dev/docs/segments/web/http",
|
|
2275
2314
|
"properties": {
|
|
2276
|
-
"
|
|
2315
|
+
"options": {
|
|
2277
2316
|
"properties": {
|
|
2278
2317
|
"url": {
|
|
2279
2318
|
"type": "string",
|
|
@@ -2290,7 +2329,8 @@
|
|
|
2290
2329
|
"POST"
|
|
2291
2330
|
]
|
|
2292
2331
|
}
|
|
2293
|
-
}
|
|
2332
|
+
},
|
|
2333
|
+
"additionalProperties": false
|
|
2294
2334
|
}
|
|
2295
2335
|
}
|
|
2296
2336
|
}
|
|
@@ -2307,7 +2347,7 @@
|
|
|
2307
2347
|
"title": "Display your external IP Address",
|
|
2308
2348
|
"description": "https://ohmyposh.dev/docs/segments/web/ipify",
|
|
2309
2349
|
"properties": {
|
|
2310
|
-
"
|
|
2350
|
+
"options": {
|
|
2311
2351
|
"properties": {
|
|
2312
2352
|
"url": {
|
|
2313
2353
|
"type": "string",
|
|
@@ -2318,7 +2358,8 @@
|
|
|
2318
2358
|
"http_timeout": {
|
|
2319
2359
|
"$ref": "#/definitions/http_timeout"
|
|
2320
2360
|
}
|
|
2321
|
-
}
|
|
2361
|
+
},
|
|
2362
|
+
"additionalProperties": false
|
|
2322
2363
|
}
|
|
2323
2364
|
}
|
|
2324
2365
|
}
|
|
@@ -2335,7 +2376,7 @@
|
|
|
2335
2376
|
"title": "Java Segment",
|
|
2336
2377
|
"description": "https://ohmyposh.dev/docs/segments/languages/java",
|
|
2337
2378
|
"properties": {
|
|
2338
|
-
"
|
|
2379
|
+
"options": {
|
|
2339
2380
|
"properties": {
|
|
2340
2381
|
"home_enabled": {
|
|
2341
2382
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -2379,7 +2420,8 @@
|
|
|
2379
2420
|
"folders": {
|
|
2380
2421
|
"$ref": "#/definitions/folders"
|
|
2381
2422
|
}
|
|
2382
|
-
}
|
|
2423
|
+
},
|
|
2424
|
+
"additionalProperties": false
|
|
2383
2425
|
}
|
|
2384
2426
|
}
|
|
2385
2427
|
}
|
|
@@ -2396,7 +2438,7 @@
|
|
|
2396
2438
|
"title": "Jujutsu Segment",
|
|
2397
2439
|
"description": "https://ohmyposh.dev/docs/segments/scm/jujutsu",
|
|
2398
2440
|
"properties": {
|
|
2399
|
-
"
|
|
2441
|
+
"options": {
|
|
2400
2442
|
"properties": {
|
|
2401
2443
|
"fetch_status": {
|
|
2402
2444
|
"type": "boolean",
|
|
@@ -2416,7 +2458,8 @@
|
|
|
2416
2458
|
"native_fallback": {
|
|
2417
2459
|
"$ref": "#/definitions/native_fallback"
|
|
2418
2460
|
}
|
|
2419
|
-
}
|
|
2461
|
+
},
|
|
2462
|
+
"additionalProperties": false
|
|
2420
2463
|
}
|
|
2421
2464
|
}
|
|
2422
2465
|
}
|
|
@@ -2433,7 +2476,7 @@
|
|
|
2433
2476
|
"title": "Julia Segment",
|
|
2434
2477
|
"description": "https://ohmyposh.dev/docs/segments/languages/julia",
|
|
2435
2478
|
"properties": {
|
|
2436
|
-
"
|
|
2479
|
+
"options": {
|
|
2437
2480
|
"properties": {
|
|
2438
2481
|
"home_enabled": {
|
|
2439
2482
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -2468,7 +2511,8 @@
|
|
|
2468
2511
|
"folders": {
|
|
2469
2512
|
"$ref": "#/definitions/folders"
|
|
2470
2513
|
}
|
|
2471
|
-
}
|
|
2514
|
+
},
|
|
2515
|
+
"additionalProperties": false
|
|
2472
2516
|
}
|
|
2473
2517
|
}
|
|
2474
2518
|
}
|
|
@@ -2485,7 +2529,7 @@
|
|
|
2485
2529
|
"title": "Kotlin Segment",
|
|
2486
2530
|
"description": "https://ohmyposh.dev/docs/segments/languages/kotlin",
|
|
2487
2531
|
"properties": {
|
|
2488
|
-
"
|
|
2532
|
+
"options": {
|
|
2489
2533
|
"properties": {
|
|
2490
2534
|
"home_enabled": {
|
|
2491
2535
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -2522,7 +2566,8 @@
|
|
|
2522
2566
|
"folders": {
|
|
2523
2567
|
"$ref": "#/definitions/folders"
|
|
2524
2568
|
}
|
|
2525
|
-
}
|
|
2569
|
+
},
|
|
2570
|
+
"additionalProperties": false
|
|
2526
2571
|
}
|
|
2527
2572
|
}
|
|
2528
2573
|
}
|
|
@@ -2539,7 +2584,7 @@
|
|
|
2539
2584
|
"title": "Kubectl Segment",
|
|
2540
2585
|
"description": "https://ohmyposh.dev/docs/segments/cli/kubectl",
|
|
2541
2586
|
"properties": {
|
|
2542
|
-
"
|
|
2587
|
+
"options": {
|
|
2543
2588
|
"properties": {
|
|
2544
2589
|
"display_error": {
|
|
2545
2590
|
"type": "boolean",
|
|
@@ -2559,7 +2604,8 @@
|
|
|
2559
2604
|
"description": "Custom context names.",
|
|
2560
2605
|
"default": {}
|
|
2561
2606
|
}
|
|
2562
|
-
}
|
|
2607
|
+
},
|
|
2608
|
+
"additionalProperties": false
|
|
2563
2609
|
}
|
|
2564
2610
|
}
|
|
2565
2611
|
}
|
|
@@ -2576,7 +2622,7 @@
|
|
|
2576
2622
|
"title": "LastFM Segment",
|
|
2577
2623
|
"description": "https://ohmyposh.dev/docs/segments/music/lastfm",
|
|
2578
2624
|
"properties": {
|
|
2579
|
-
"
|
|
2625
|
+
"options": {
|
|
2580
2626
|
"properties": {
|
|
2581
2627
|
"playing_icon": {
|
|
2582
2628
|
"type": "string",
|
|
@@ -2605,7 +2651,8 @@
|
|
|
2605
2651
|
"http_timeout": {
|
|
2606
2652
|
"$ref": "#/definitions/http_timeout"
|
|
2607
2653
|
}
|
|
2608
|
-
}
|
|
2654
|
+
},
|
|
2655
|
+
"additionalProperties": false
|
|
2609
2656
|
}
|
|
2610
2657
|
}
|
|
2611
2658
|
}
|
|
@@ -2622,7 +2669,7 @@
|
|
|
2622
2669
|
"title": "Lua Segment",
|
|
2623
2670
|
"description": "https://ohmyposh.dev/docs/segments/languages/lua",
|
|
2624
2671
|
"properties": {
|
|
2625
|
-
"
|
|
2672
|
+
"options": {
|
|
2626
2673
|
"properties": {
|
|
2627
2674
|
"home_enabled": {
|
|
2628
2675
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -2668,7 +2715,8 @@
|
|
|
2668
2715
|
"folders": {
|
|
2669
2716
|
"$ref": "#/definitions/folders"
|
|
2670
2717
|
}
|
|
2671
|
-
}
|
|
2718
|
+
},
|
|
2719
|
+
"additionalProperties": false
|
|
2672
2720
|
}
|
|
2673
2721
|
}
|
|
2674
2722
|
}
|
|
@@ -2685,7 +2733,7 @@
|
|
|
2685
2733
|
"title": "Mercurial Segment",
|
|
2686
2734
|
"description": "https://ohmyposh.dev/docs/segments/scm/mercurial",
|
|
2687
2735
|
"properties": {
|
|
2688
|
-
"
|
|
2736
|
+
"options": {
|
|
2689
2737
|
"properties": {
|
|
2690
2738
|
"fetch_status": {
|
|
2691
2739
|
"type": "boolean",
|
|
@@ -2699,7 +2747,8 @@
|
|
|
2699
2747
|
"native_fallback": {
|
|
2700
2748
|
"$ref": "#/definitions/native_fallback"
|
|
2701
2749
|
}
|
|
2702
|
-
}
|
|
2750
|
+
},
|
|
2751
|
+
"additionalProperties": false
|
|
2703
2752
|
}
|
|
2704
2753
|
}
|
|
2705
2754
|
}
|
|
@@ -2716,7 +2765,7 @@
|
|
|
2716
2765
|
"title": "Mojo Segment",
|
|
2717
2766
|
"description": "https://ohmyposh.dev/docs/segments/languages/mojo",
|
|
2718
2767
|
"properties": {
|
|
2719
|
-
"
|
|
2768
|
+
"options": {
|
|
2720
2769
|
"properties": {
|
|
2721
2770
|
"home_enabled": {
|
|
2722
2771
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -2765,7 +2814,8 @@
|
|
|
2765
2814
|
"folders": {
|
|
2766
2815
|
"$ref": "#/definitions/folders"
|
|
2767
2816
|
}
|
|
2768
|
-
}
|
|
2817
|
+
},
|
|
2818
|
+
"additionalProperties": false
|
|
2769
2819
|
}
|
|
2770
2820
|
}
|
|
2771
2821
|
}
|
|
@@ -2782,7 +2832,7 @@
|
|
|
2782
2832
|
"title": "Display Nightscout segment",
|
|
2783
2833
|
"description": "https://ohmyposh.dev/docs/segments/health/nightscout",
|
|
2784
2834
|
"properties": {
|
|
2785
|
-
"
|
|
2835
|
+
"options": {
|
|
2786
2836
|
"properties": {
|
|
2787
2837
|
"url": {
|
|
2788
2838
|
"type": "string",
|
|
@@ -2802,7 +2852,8 @@
|
|
|
2802
2852
|
"description": "A key, value map of Headers to send with the request",
|
|
2803
2853
|
"default": {}
|
|
2804
2854
|
}
|
|
2805
|
-
}
|
|
2855
|
+
},
|
|
2856
|
+
"additionalProperties": false
|
|
2806
2857
|
}
|
|
2807
2858
|
}
|
|
2808
2859
|
}
|
|
@@ -2819,7 +2870,7 @@
|
|
|
2819
2870
|
"title": "Nim Segment",
|
|
2820
2871
|
"description": "https://ohmyposh.dev/docs/segments/languages/nim",
|
|
2821
2872
|
"properties": {
|
|
2822
|
-
"
|
|
2873
|
+
"options": {
|
|
2823
2874
|
"properties": {
|
|
2824
2875
|
"home_enabled": {
|
|
2825
2876
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -2852,7 +2903,8 @@
|
|
|
2852
2903
|
"folders": {
|
|
2853
2904
|
"$ref": "#/definitions/folders"
|
|
2854
2905
|
}
|
|
2855
|
-
}
|
|
2906
|
+
},
|
|
2907
|
+
"additionalProperties": false
|
|
2856
2908
|
}
|
|
2857
2909
|
}
|
|
2858
2910
|
}
|
|
@@ -2882,7 +2934,7 @@
|
|
|
2882
2934
|
"title": "Node Segment",
|
|
2883
2935
|
"description": "https://ohmyposh.dev/docs/segments/languages/node",
|
|
2884
2936
|
"properties": {
|
|
2885
|
-
"
|
|
2937
|
+
"options": {
|
|
2886
2938
|
"properties": {
|
|
2887
2939
|
"home_enabled": {
|
|
2888
2940
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -2941,7 +2993,8 @@
|
|
|
2941
2993
|
"folders": {
|
|
2942
2994
|
"$ref": "#/definitions/folders"
|
|
2943
2995
|
}
|
|
2944
|
-
}
|
|
2996
|
+
},
|
|
2997
|
+
"additionalProperties": false
|
|
2945
2998
|
}
|
|
2946
2999
|
}
|
|
2947
3000
|
}
|
|
@@ -2958,7 +3011,7 @@
|
|
|
2958
3011
|
"title": "NPM Segment",
|
|
2959
3012
|
"description": "https://ohmyposh.dev/docs/segments/cli/npm",
|
|
2960
3013
|
"properties": {
|
|
2961
|
-
"
|
|
3014
|
+
"options": {
|
|
2962
3015
|
"properties": {
|
|
2963
3016
|
"home_enabled": {
|
|
2964
3017
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -2990,7 +3043,8 @@
|
|
|
2990
3043
|
"folders": {
|
|
2991
3044
|
"$ref": "#/definitions/folders"
|
|
2992
3045
|
}
|
|
2993
|
-
}
|
|
3046
|
+
},
|
|
3047
|
+
"additionalProperties": false
|
|
2994
3048
|
}
|
|
2995
3049
|
}
|
|
2996
3050
|
}
|
|
@@ -3007,7 +3061,7 @@
|
|
|
3007
3061
|
"title": "Nx Segment",
|
|
3008
3062
|
"description": "https://ohmyposh.dev/docs/segments/cli/nx",
|
|
3009
3063
|
"properties": {
|
|
3010
|
-
"
|
|
3064
|
+
"options": {
|
|
3011
3065
|
"properties": {
|
|
3012
3066
|
"home_enabled": {
|
|
3013
3067
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -3039,7 +3093,8 @@
|
|
|
3039
3093
|
"folders": {
|
|
3040
3094
|
"$ref": "#/definitions/folders"
|
|
3041
3095
|
}
|
|
3042
|
-
}
|
|
3096
|
+
},
|
|
3097
|
+
"additionalProperties": false
|
|
3043
3098
|
}
|
|
3044
3099
|
}
|
|
3045
3100
|
}
|
|
@@ -3056,7 +3111,7 @@
|
|
|
3056
3111
|
"title": "OCaml Segment",
|
|
3057
3112
|
"description": "https://ohmyposh.dev/docs/segments/languages/ocaml",
|
|
3058
3113
|
"properties": {
|
|
3059
|
-
"
|
|
3114
|
+
"options": {
|
|
3060
3115
|
"properties": {
|
|
3061
3116
|
"home_enabled": {
|
|
3062
3117
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -3095,7 +3150,8 @@
|
|
|
3095
3150
|
"folders": {
|
|
3096
3151
|
"$ref": "#/definitions/folders"
|
|
3097
3152
|
}
|
|
3098
|
-
}
|
|
3153
|
+
},
|
|
3154
|
+
"additionalProperties": false
|
|
3099
3155
|
}
|
|
3100
3156
|
}
|
|
3101
3157
|
}
|
|
@@ -3112,7 +3168,7 @@
|
|
|
3112
3168
|
"title": "Operating System Segment",
|
|
3113
3169
|
"description": "https://ohmyposh.dev/docs/segments/system/os",
|
|
3114
3170
|
"properties": {
|
|
3115
|
-
"
|
|
3171
|
+
"options": {
|
|
3116
3172
|
"properties": {
|
|
3117
3173
|
"macos": {
|
|
3118
3174
|
"type": "string",
|
|
@@ -3324,7 +3380,8 @@
|
|
|
3324
3380
|
"description": "The icon to use for Android",
|
|
3325
3381
|
"default": "\\ue70e"
|
|
3326
3382
|
}
|
|
3327
|
-
}
|
|
3383
|
+
},
|
|
3384
|
+
"additionalProperties": false
|
|
3328
3385
|
}
|
|
3329
3386
|
}
|
|
3330
3387
|
}
|
|
@@ -3341,7 +3398,7 @@
|
|
|
3341
3398
|
"title": "Open Weather Map Segment",
|
|
3342
3399
|
"description": "Displays the current weather from the Open Weather Map system",
|
|
3343
3400
|
"properties": {
|
|
3344
|
-
"
|
|
3401
|
+
"options": {
|
|
3345
3402
|
"properties": {
|
|
3346
3403
|
"api_key": {
|
|
3347
3404
|
"type": "string",
|
|
@@ -3369,7 +3426,8 @@
|
|
|
3369
3426
|
"http_timeout": {
|
|
3370
3427
|
"$ref": "#/definitions/http_timeout"
|
|
3371
3428
|
}
|
|
3372
|
-
}
|
|
3429
|
+
},
|
|
3430
|
+
"additionalProperties": false
|
|
3373
3431
|
}
|
|
3374
3432
|
}
|
|
3375
3433
|
}
|
|
@@ -3386,7 +3444,7 @@
|
|
|
3386
3444
|
"title": "Path Segment",
|
|
3387
3445
|
"description": "https://ohmyposh.dev/docs/segments/system/path",
|
|
3388
3446
|
"properties": {
|
|
3389
|
-
"
|
|
3447
|
+
"options": {
|
|
3390
3448
|
"properties": {
|
|
3391
3449
|
"folder_separator_icon": {
|
|
3392
3450
|
"type": "string",
|
|
@@ -3538,7 +3596,8 @@
|
|
|
3538
3596
|
"description": "Indicates how many full length directory names should be displayed in fish style.",
|
|
3539
3597
|
"default": 1
|
|
3540
3598
|
}
|
|
3541
|
-
}
|
|
3599
|
+
},
|
|
3600
|
+
"additionalProperties": false
|
|
3542
3601
|
}
|
|
3543
3602
|
}
|
|
3544
3603
|
}
|
|
@@ -3555,7 +3614,7 @@
|
|
|
3555
3614
|
"title": "Perl Segment",
|
|
3556
3615
|
"description": "https://ohmyposh.dev/docs/segments/languages/perl",
|
|
3557
3616
|
"properties": {
|
|
3558
|
-
"
|
|
3617
|
+
"options": {
|
|
3559
3618
|
"properties": {
|
|
3560
3619
|
"home_enabled": {
|
|
3561
3620
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -3593,7 +3652,8 @@
|
|
|
3593
3652
|
"folders": {
|
|
3594
3653
|
"$ref": "#/definitions/folders"
|
|
3595
3654
|
}
|
|
3596
|
-
}
|
|
3655
|
+
},
|
|
3656
|
+
"additionalProperties": false
|
|
3597
3657
|
}
|
|
3598
3658
|
}
|
|
3599
3659
|
}
|
|
@@ -3610,7 +3670,7 @@
|
|
|
3610
3670
|
"title": "PHP Segment",
|
|
3611
3671
|
"description": "https://ohmyposh.dev/docs/segments/languages/php",
|
|
3612
3672
|
"properties": {
|
|
3613
|
-
"
|
|
3673
|
+
"options": {
|
|
3614
3674
|
"properties": {
|
|
3615
3675
|
"home_enabled": {
|
|
3616
3676
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -3648,7 +3708,8 @@
|
|
|
3648
3708
|
"folders": {
|
|
3649
3709
|
"$ref": "#/definitions/folders"
|
|
3650
3710
|
}
|
|
3651
|
-
}
|
|
3711
|
+
},
|
|
3712
|
+
"additionalProperties": false
|
|
3652
3713
|
}
|
|
3653
3714
|
}
|
|
3654
3715
|
}
|
|
@@ -3665,7 +3726,7 @@
|
|
|
3665
3726
|
"title": "Plastic SCM Segment",
|
|
3666
3727
|
"description": "https://ohmyposh.dev/docs/segments/scm/plastic",
|
|
3667
3728
|
"properties": {
|
|
3668
|
-
"
|
|
3729
|
+
"options": {
|
|
3669
3730
|
"properties": {
|
|
3670
3731
|
"fetch_status": {
|
|
3671
3732
|
"type": "boolean",
|
|
@@ -3703,7 +3764,8 @@
|
|
|
3703
3764
|
"mapped_branches": {
|
|
3704
3765
|
"$ref": "#/definitions/mapped_branches"
|
|
3705
3766
|
}
|
|
3706
|
-
}
|
|
3767
|
+
},
|
|
3768
|
+
"additionalProperties": false
|
|
3707
3769
|
}
|
|
3708
3770
|
}
|
|
3709
3771
|
}
|
|
@@ -3720,7 +3782,7 @@
|
|
|
3720
3782
|
"title": "PNPM Segment",
|
|
3721
3783
|
"description": "https://ohmyposh.dev/docs/segments/cli/pnpm",
|
|
3722
3784
|
"properties": {
|
|
3723
|
-
"
|
|
3785
|
+
"options": {
|
|
3724
3786
|
"properties": {
|
|
3725
3787
|
"home_enabled": {
|
|
3726
3788
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -3752,7 +3814,8 @@
|
|
|
3752
3814
|
"folders": {
|
|
3753
3815
|
"$ref": "#/definitions/folders"
|
|
3754
3816
|
}
|
|
3755
|
-
}
|
|
3817
|
+
},
|
|
3818
|
+
"additionalProperties": false
|
|
3756
3819
|
}
|
|
3757
3820
|
}
|
|
3758
3821
|
}
|
|
@@ -3800,7 +3863,7 @@
|
|
|
3800
3863
|
"title": "Project Segment",
|
|
3801
3864
|
"description": "https://ohmyposh.dev/docs/segments/system/project",
|
|
3802
3865
|
"properties": {
|
|
3803
|
-
"
|
|
3866
|
+
"options": {
|
|
3804
3867
|
"properties": {
|
|
3805
3868
|
"always_enabled": {
|
|
3806
3869
|
"type": "boolean",
|
|
@@ -3808,7 +3871,8 @@
|
|
|
3808
3871
|
"description": "Always show the segment",
|
|
3809
3872
|
"default": false
|
|
3810
3873
|
}
|
|
3811
|
-
}
|
|
3874
|
+
},
|
|
3875
|
+
"additionalProperties": false
|
|
3812
3876
|
}
|
|
3813
3877
|
}
|
|
3814
3878
|
}
|
|
@@ -3825,7 +3889,7 @@
|
|
|
3825
3889
|
"title": "Pulumi Segment",
|
|
3826
3890
|
"description": "https://ohmyposh.dev/docs/segments/cloud/pulumi",
|
|
3827
3891
|
"properties": {
|
|
3828
|
-
"
|
|
3892
|
+
"options": {
|
|
3829
3893
|
"properties": {
|
|
3830
3894
|
"fetch_stack": {
|
|
3831
3895
|
"type": "boolean",
|
|
@@ -3839,7 +3903,8 @@
|
|
|
3839
3903
|
"description": "Fetch the URL and user for the current stack",
|
|
3840
3904
|
"default": false
|
|
3841
3905
|
}
|
|
3842
|
-
}
|
|
3906
|
+
},
|
|
3907
|
+
"additionalProperties": false
|
|
3843
3908
|
}
|
|
3844
3909
|
}
|
|
3845
3910
|
}
|
|
@@ -3856,7 +3921,7 @@
|
|
|
3856
3921
|
"title": "Python Segment",
|
|
3857
3922
|
"description": "https://ohmyposh.dev/docs/segments/languages/python",
|
|
3858
3923
|
"properties": {
|
|
3859
|
-
"
|
|
3924
|
+
"options": {
|
|
3860
3925
|
"properties": {
|
|
3861
3926
|
"home_enabled": {
|
|
3862
3927
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -3936,7 +4001,8 @@
|
|
|
3936
4001
|
"type": "string"
|
|
3937
4002
|
}
|
|
3938
4003
|
}
|
|
3939
|
-
}
|
|
4004
|
+
},
|
|
4005
|
+
"additionalProperties": false
|
|
3940
4006
|
}
|
|
3941
4007
|
}
|
|
3942
4008
|
}
|
|
@@ -3953,7 +4019,7 @@
|
|
|
3953
4019
|
"title": "Quasar Segment",
|
|
3954
4020
|
"description": "https://ohmyposh.dev/docs/segments/cli/quasar",
|
|
3955
4021
|
"properties": {
|
|
3956
|
-
"
|
|
4022
|
+
"options": {
|
|
3957
4023
|
"properties": {
|
|
3958
4024
|
"home_enabled": {
|
|
3959
4025
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -3988,7 +4054,8 @@
|
|
|
3988
4054
|
"folders": {
|
|
3989
4055
|
"$ref": "#/definitions/folders"
|
|
3990
4056
|
}
|
|
3991
|
-
}
|
|
4057
|
+
},
|
|
4058
|
+
"additionalProperties": false
|
|
3992
4059
|
}
|
|
3993
4060
|
}
|
|
3994
4061
|
}
|
|
@@ -4005,7 +4072,7 @@
|
|
|
4005
4072
|
"title": "R Segment",
|
|
4006
4073
|
"description": "https://ohmyposh.dev/docs/segments/languages/r",
|
|
4007
4074
|
"properties": {
|
|
4008
|
-
"
|
|
4075
|
+
"options": {
|
|
4009
4076
|
"properties": {
|
|
4010
4077
|
"home_enabled": {
|
|
4011
4078
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -4046,7 +4113,8 @@
|
|
|
4046
4113
|
"folders": {
|
|
4047
4114
|
"$ref": "#/definitions/folders"
|
|
4048
4115
|
}
|
|
4049
|
-
}
|
|
4116
|
+
},
|
|
4117
|
+
"additionalProperties": false
|
|
4050
4118
|
}
|
|
4051
4119
|
}
|
|
4052
4120
|
}
|
|
@@ -4063,7 +4131,7 @@
|
|
|
4063
4131
|
"title": "React Segment",
|
|
4064
4132
|
"description": "https://ohmyposh.dev/docs/segments/cli/react",
|
|
4065
4133
|
"properties": {
|
|
4066
|
-
"
|
|
4134
|
+
"options": {
|
|
4067
4135
|
"properties": {
|
|
4068
4136
|
"home_enabled": {
|
|
4069
4137
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -4094,7 +4162,8 @@
|
|
|
4094
4162
|
"folders": {
|
|
4095
4163
|
"$ref": "#/definitions/folders"
|
|
4096
4164
|
}
|
|
4097
|
-
}
|
|
4165
|
+
},
|
|
4166
|
+
"additionalProperties": false
|
|
4098
4167
|
}
|
|
4099
4168
|
}
|
|
4100
4169
|
}
|
|
@@ -4124,7 +4193,7 @@
|
|
|
4124
4193
|
"title": "Ruby Segment",
|
|
4125
4194
|
"description": "https://ohmyposh.dev/docs/segments/languages/ruby",
|
|
4126
4195
|
"properties": {
|
|
4127
|
-
"
|
|
4196
|
+
"options": {
|
|
4128
4197
|
"properties": {
|
|
4129
4198
|
"home_enabled": {
|
|
4130
4199
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -4158,7 +4227,8 @@
|
|
|
4158
4227
|
"folders": {
|
|
4159
4228
|
"$ref": "#/definitions/folders"
|
|
4160
4229
|
}
|
|
4161
|
-
}
|
|
4230
|
+
},
|
|
4231
|
+
"additionalProperties": false
|
|
4162
4232
|
}
|
|
4163
4233
|
}
|
|
4164
4234
|
}
|
|
@@ -4175,7 +4245,7 @@
|
|
|
4175
4245
|
"title": "Rust Segment",
|
|
4176
4246
|
"description": "https://ohmyposh.dev/docs/segments/languages/rust",
|
|
4177
4247
|
"properties": {
|
|
4178
|
-
"
|
|
4248
|
+
"options": {
|
|
4179
4249
|
"properties": {
|
|
4180
4250
|
"home_enabled": {
|
|
4181
4251
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -4209,7 +4279,8 @@
|
|
|
4209
4279
|
"folders": {
|
|
4210
4280
|
"$ref": "#/definitions/folders"
|
|
4211
4281
|
}
|
|
4212
|
-
}
|
|
4282
|
+
},
|
|
4283
|
+
"additionalProperties": false
|
|
4213
4284
|
}
|
|
4214
4285
|
}
|
|
4215
4286
|
}
|
|
@@ -4226,7 +4297,7 @@
|
|
|
4226
4297
|
"title": "Sapling Segment",
|
|
4227
4298
|
"description": "https://ohmyposh.dev/docs/segments/scm/sapling",
|
|
4228
4299
|
"properties": {
|
|
4229
|
-
"
|
|
4300
|
+
"options": {
|
|
4230
4301
|
"properties": {
|
|
4231
4302
|
"fetch_status": {
|
|
4232
4303
|
"type": "boolean",
|
|
@@ -4240,7 +4311,8 @@
|
|
|
4240
4311
|
"native_fallback": {
|
|
4241
4312
|
"$ref": "#/definitions/native_fallback"
|
|
4242
4313
|
}
|
|
4243
|
-
}
|
|
4314
|
+
},
|
|
4315
|
+
"additionalProperties": false
|
|
4244
4316
|
}
|
|
4245
4317
|
}
|
|
4246
4318
|
}
|
|
@@ -4257,7 +4329,7 @@
|
|
|
4257
4329
|
"title": "Session Segment",
|
|
4258
4330
|
"description": "https://ohmyposh.dev/docs/segments/system/session",
|
|
4259
4331
|
"properties": {
|
|
4260
|
-
"
|
|
4332
|
+
"options": {
|
|
4261
4333
|
"properties": {
|
|
4262
4334
|
"ssh_icon": {
|
|
4263
4335
|
"type": "string",
|
|
@@ -4265,7 +4337,8 @@
|
|
|
4265
4337
|
"description": "Text/icon to display first when in an active SSH session",
|
|
4266
4338
|
"default": ""
|
|
4267
4339
|
}
|
|
4268
|
-
}
|
|
4340
|
+
},
|
|
4341
|
+
"additionalProperties": false
|
|
4269
4342
|
}
|
|
4270
4343
|
}
|
|
4271
4344
|
}
|
|
@@ -4282,7 +4355,7 @@
|
|
|
4282
4355
|
"title": "Shell Segment",
|
|
4283
4356
|
"description": "https://ohmyposh.dev/docs/segments/system/shell",
|
|
4284
4357
|
"properties": {
|
|
4285
|
-
"
|
|
4358
|
+
"options": {
|
|
4286
4359
|
"properties": {
|
|
4287
4360
|
"custom_text": {
|
|
4288
4361
|
"type": "object",
|
|
@@ -4290,7 +4363,8 @@
|
|
|
4290
4363
|
"description": "Custom glyph/text for specific shells",
|
|
4291
4364
|
"default": {}
|
|
4292
4365
|
}
|
|
4293
|
-
}
|
|
4366
|
+
},
|
|
4367
|
+
"additionalProperties": false
|
|
4294
4368
|
}
|
|
4295
4369
|
}
|
|
4296
4370
|
}
|
|
@@ -4307,7 +4381,7 @@
|
|
|
4307
4381
|
"title": "Sitecore Segment",
|
|
4308
4382
|
"description": "https://ohmyposh.dev/docs/segments/cloud/sitecore",
|
|
4309
4383
|
"properties": {
|
|
4310
|
-
"
|
|
4384
|
+
"options": {
|
|
4311
4385
|
"properties": {
|
|
4312
4386
|
"display_default": {
|
|
4313
4387
|
"type": "boolean",
|
|
@@ -4315,7 +4389,8 @@
|
|
|
4315
4389
|
"description": "Display the segment or not when the Sitecore environment name matches `default`",
|
|
4316
4390
|
"default": true
|
|
4317
4391
|
}
|
|
4318
|
-
}
|
|
4392
|
+
},
|
|
4393
|
+
"additionalProperties": false
|
|
4319
4394
|
}
|
|
4320
4395
|
}
|
|
4321
4396
|
}
|
|
@@ -4332,7 +4407,7 @@
|
|
|
4332
4407
|
"title": "Spotify Segment",
|
|
4333
4408
|
"description": "https://ohmyposh.dev/docs/segments/music/spotify",
|
|
4334
4409
|
"properties": {
|
|
4335
|
-
"
|
|
4410
|
+
"options": {
|
|
4336
4411
|
"properties": {
|
|
4337
4412
|
"playing_icon": {
|
|
4338
4413
|
"type": "string",
|
|
@@ -4352,7 +4427,8 @@
|
|
|
4352
4427
|
"description": "Text/icon to show when stopped",
|
|
4353
4428
|
"default": ""
|
|
4354
4429
|
}
|
|
4355
|
-
}
|
|
4430
|
+
},
|
|
4431
|
+
"additionalProperties": false
|
|
4356
4432
|
}
|
|
4357
4433
|
}
|
|
4358
4434
|
}
|
|
@@ -4369,7 +4445,7 @@
|
|
|
4369
4445
|
"title": "Status Segment",
|
|
4370
4446
|
"description": "https://ohmyposh.dev/docs/segments/system/status",
|
|
4371
4447
|
"properties": {
|
|
4372
|
-
"
|
|
4448
|
+
"options": {
|
|
4373
4449
|
"properties": {
|
|
4374
4450
|
"always_enabled": {
|
|
4375
4451
|
"type": "boolean",
|
|
@@ -4389,7 +4465,8 @@
|
|
|
4389
4465
|
"description": "The separator to use between the status segments",
|
|
4390
4466
|
"default": "|"
|
|
4391
4467
|
}
|
|
4392
|
-
}
|
|
4468
|
+
},
|
|
4469
|
+
"additionalProperties": false
|
|
4393
4470
|
}
|
|
4394
4471
|
}
|
|
4395
4472
|
}
|
|
@@ -4406,7 +4483,7 @@
|
|
|
4406
4483
|
"title": "Display training data from Strava",
|
|
4407
4484
|
"description": "https://ohmyposh.dev/docs/segments/health/strava",
|
|
4408
4485
|
"properties": {
|
|
4409
|
-
"
|
|
4486
|
+
"options": {
|
|
4410
4487
|
"properties": {
|
|
4411
4488
|
"url": {
|
|
4412
4489
|
"type": "string",
|
|
@@ -4456,7 +4533,8 @@
|
|
|
4456
4533
|
"expires_in": {
|
|
4457
4534
|
"$ref": "#/definitions/expires_in"
|
|
4458
4535
|
}
|
|
4459
|
-
}
|
|
4536
|
+
},
|
|
4537
|
+
"additionalProperties": false
|
|
4460
4538
|
}
|
|
4461
4539
|
}
|
|
4462
4540
|
}
|
|
@@ -4473,7 +4551,7 @@
|
|
|
4473
4551
|
"title": "Svelte Segment",
|
|
4474
4552
|
"description": "https://ohmyposh.dev/docs/segments/cli/svelte",
|
|
4475
4553
|
"properties": {
|
|
4476
|
-
"
|
|
4554
|
+
"options": {
|
|
4477
4555
|
"properties": {
|
|
4478
4556
|
"home_enabled": {
|
|
4479
4557
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -4508,7 +4586,8 @@
|
|
|
4508
4586
|
"folders": {
|
|
4509
4587
|
"$ref": "#/definitions/folders"
|
|
4510
4588
|
}
|
|
4511
|
-
}
|
|
4589
|
+
},
|
|
4590
|
+
"additionalProperties": false
|
|
4512
4591
|
}
|
|
4513
4592
|
}
|
|
4514
4593
|
}
|
|
@@ -4525,7 +4604,7 @@
|
|
|
4525
4604
|
"title": "SVN Segment",
|
|
4526
4605
|
"description": "https://ohmyposh.dev/docs/segments/scm/svn",
|
|
4527
4606
|
"properties": {
|
|
4528
|
-
"
|
|
4607
|
+
"options": {
|
|
4529
4608
|
"properties": {
|
|
4530
4609
|
"fetch_status": {
|
|
4531
4610
|
"type": "boolean",
|
|
@@ -4539,7 +4618,8 @@
|
|
|
4539
4618
|
"native_fallback": {
|
|
4540
4619
|
"$ref": "#/definitions/native_fallback"
|
|
4541
4620
|
}
|
|
4542
|
-
}
|
|
4621
|
+
},
|
|
4622
|
+
"additionalProperties": false
|
|
4543
4623
|
}
|
|
4544
4624
|
}
|
|
4545
4625
|
}
|
|
@@ -4556,7 +4636,7 @@
|
|
|
4556
4636
|
"title": "Swift Segment",
|
|
4557
4637
|
"description": "https://ohmyposh.dev/docs/segments/languages/swift",
|
|
4558
4638
|
"properties": {
|
|
4559
|
-
"
|
|
4639
|
+
"options": {
|
|
4560
4640
|
"properties": {
|
|
4561
4641
|
"home_enabled": {
|
|
4562
4642
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -4592,7 +4672,8 @@
|
|
|
4592
4672
|
"folders": {
|
|
4593
4673
|
"$ref": "#/definitions/folders"
|
|
4594
4674
|
}
|
|
4595
|
-
}
|
|
4675
|
+
},
|
|
4676
|
+
"additionalProperties": false
|
|
4596
4677
|
}
|
|
4597
4678
|
}
|
|
4598
4679
|
}
|
|
@@ -4609,7 +4690,7 @@
|
|
|
4609
4690
|
"title": "Get sysinfo",
|
|
4610
4691
|
"description": "https://ohmyposh.dev/docs/segments/system/sysinfo",
|
|
4611
4692
|
"properties": {
|
|
4612
|
-
"
|
|
4693
|
+
"options": {
|
|
4613
4694
|
"properties": {
|
|
4614
4695
|
"precision": {
|
|
4615
4696
|
"type": "integer",
|
|
@@ -4617,7 +4698,8 @@
|
|
|
4617
4698
|
"description": "number of decimal places to show",
|
|
4618
4699
|
"default": 2
|
|
4619
4700
|
}
|
|
4620
|
-
}
|
|
4701
|
+
},
|
|
4702
|
+
"additionalProperties": false
|
|
4621
4703
|
}
|
|
4622
4704
|
}
|
|
4623
4705
|
}
|
|
@@ -4647,7 +4729,7 @@
|
|
|
4647
4729
|
"title": "Tauri Segment",
|
|
4648
4730
|
"description": "https://ohmyposh.dev/docs/segments/cli/tauri",
|
|
4649
4731
|
"properties": {
|
|
4650
|
-
"
|
|
4732
|
+
"options": {
|
|
4651
4733
|
"properties": {
|
|
4652
4734
|
"home_enabled": {
|
|
4653
4735
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -4682,7 +4764,8 @@
|
|
|
4682
4764
|
"folders": {
|
|
4683
4765
|
"$ref": "#/definitions/folders"
|
|
4684
4766
|
}
|
|
4685
|
-
}
|
|
4767
|
+
},
|
|
4768
|
+
"additionalProperties": false
|
|
4686
4769
|
}
|
|
4687
4770
|
}
|
|
4688
4771
|
}
|
|
@@ -4699,7 +4782,7 @@
|
|
|
4699
4782
|
"title": "Terraform Segment",
|
|
4700
4783
|
"description": "https://ohmyposh.dev/docs/segments/cli/terraform",
|
|
4701
4784
|
"properties": {
|
|
4702
|
-
"
|
|
4785
|
+
"options": {
|
|
4703
4786
|
"properties": {
|
|
4704
4787
|
"fetch_version": {
|
|
4705
4788
|
"type": "boolean",
|
|
@@ -4707,7 +4790,8 @@
|
|
|
4707
4790
|
"description": "Fetch the version number",
|
|
4708
4791
|
"default": false
|
|
4709
4792
|
}
|
|
4710
|
-
}
|
|
4793
|
+
},
|
|
4794
|
+
"additionalProperties": false
|
|
4711
4795
|
}
|
|
4712
4796
|
}
|
|
4713
4797
|
}
|
|
@@ -4737,7 +4821,7 @@
|
|
|
4737
4821
|
"title": "Time Segment",
|
|
4738
4822
|
"description": "https://ohmyposh.dev/docs/segments/system/time",
|
|
4739
4823
|
"properties": {
|
|
4740
|
-
"
|
|
4824
|
+
"options": {
|
|
4741
4825
|
"properties": {
|
|
4742
4826
|
"time_format": {
|
|
4743
4827
|
"type": "string",
|
|
@@ -4745,7 +4829,8 @@
|
|
|
4745
4829
|
"description": "Format to use, follows the golang standard: https://gobyexample.com/time-formatting-parsing",
|
|
4746
4830
|
"default": "15:04:05"
|
|
4747
4831
|
}
|
|
4748
|
-
}
|
|
4832
|
+
},
|
|
4833
|
+
"additionalProperties": false
|
|
4749
4834
|
}
|
|
4750
4835
|
}
|
|
4751
4836
|
}
|
|
@@ -4762,7 +4847,7 @@
|
|
|
4762
4847
|
"title": "UI5 tooling CLI segment",
|
|
4763
4848
|
"description": "https://ohmyposh.dev/docs/segments/cli/ui5tooling",
|
|
4764
4849
|
"properties": {
|
|
4765
|
-
"
|
|
4850
|
+
"options": {
|
|
4766
4851
|
"properties": {
|
|
4767
4852
|
"home_enabled": {
|
|
4768
4853
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -4793,7 +4878,8 @@
|
|
|
4793
4878
|
"folders": {
|
|
4794
4879
|
"$ref": "#/definitions/folders"
|
|
4795
4880
|
}
|
|
4796
|
-
}
|
|
4881
|
+
},
|
|
4882
|
+
"additionalProperties": false
|
|
4797
4883
|
}
|
|
4798
4884
|
}
|
|
4799
4885
|
}
|
|
@@ -4823,12 +4909,13 @@
|
|
|
4823
4909
|
"title": "Unity Segment",
|
|
4824
4910
|
"description": "https://ohmyposh.dev/docs/segments/cli/unity",
|
|
4825
4911
|
"properties": {
|
|
4826
|
-
"
|
|
4912
|
+
"options": {
|
|
4827
4913
|
"properties": {
|
|
4828
4914
|
"http_timeout": {
|
|
4829
4915
|
"$ref": "#/definitions/http_timeout"
|
|
4830
4916
|
}
|
|
4831
|
-
}
|
|
4917
|
+
},
|
|
4918
|
+
"additionalProperties": false
|
|
4832
4919
|
}
|
|
4833
4920
|
}
|
|
4834
4921
|
}
|
|
@@ -4845,13 +4932,14 @@
|
|
|
4845
4932
|
"title": "Upgrade Segment",
|
|
4846
4933
|
"description": "https://ohmyposh.dev/docs/segments/system/upgrade",
|
|
4847
4934
|
"properties": {
|
|
4848
|
-
"
|
|
4935
|
+
"options": {
|
|
4849
4936
|
"properties": {
|
|
4850
4937
|
"cache_duration": {
|
|
4851
4938
|
"$ref": "#/definitions/cache_duration",
|
|
4852
4939
|
"default": "none"
|
|
4853
4940
|
}
|
|
4854
|
-
}
|
|
4941
|
+
},
|
|
4942
|
+
"additionalProperties": false
|
|
4855
4943
|
}
|
|
4856
4944
|
}
|
|
4857
4945
|
}
|
|
@@ -4868,7 +4956,7 @@
|
|
|
4868
4956
|
"title": "V Segment",
|
|
4869
4957
|
"description": "https://ohmyposh.dev/docs/segments/languages/v",
|
|
4870
4958
|
"properties": {
|
|
4871
|
-
"
|
|
4959
|
+
"options": {
|
|
4872
4960
|
"properties": {
|
|
4873
4961
|
"home_enabled": {
|
|
4874
4962
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -4903,7 +4991,8 @@
|
|
|
4903
4991
|
"folders": {
|
|
4904
4992
|
"$ref": "#/definitions/folders"
|
|
4905
4993
|
}
|
|
4906
|
-
}
|
|
4994
|
+
},
|
|
4995
|
+
"additionalProperties": false
|
|
4907
4996
|
}
|
|
4908
4997
|
}
|
|
4909
4998
|
}
|
|
@@ -4920,7 +5009,7 @@
|
|
|
4920
5009
|
"title": "Vala Segment",
|
|
4921
5010
|
"description": "https://ohmyposh.dev/docs/segments/languages/vala",
|
|
4922
5011
|
"properties": {
|
|
4923
|
-
"
|
|
5012
|
+
"options": {
|
|
4924
5013
|
"properties": {
|
|
4925
5014
|
"home_enabled": {
|
|
4926
5015
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -4955,7 +5044,8 @@
|
|
|
4955
5044
|
"folders": {
|
|
4956
5045
|
"$ref": "#/definitions/folders"
|
|
4957
5046
|
}
|
|
4958
|
-
}
|
|
5047
|
+
},
|
|
5048
|
+
"additionalProperties": false
|
|
4959
5049
|
}
|
|
4960
5050
|
}
|
|
4961
5051
|
}
|
|
@@ -4972,7 +5062,7 @@
|
|
|
4972
5062
|
"title": "Wakatime",
|
|
4973
5063
|
"description": "Displays the tracked time on wakatime.com",
|
|
4974
5064
|
"properties": {
|
|
4975
|
-
"
|
|
5065
|
+
"options": {
|
|
4976
5066
|
"properties": {
|
|
4977
5067
|
"apikey": {
|
|
4978
5068
|
"type": "string",
|
|
@@ -4983,7 +5073,8 @@
|
|
|
4983
5073
|
"http_timeout": {
|
|
4984
5074
|
"$ref": "#/definitions/http_timeout"
|
|
4985
5075
|
}
|
|
4986
|
-
}
|
|
5076
|
+
},
|
|
5077
|
+
"additionalProperties": false
|
|
4987
5078
|
}
|
|
4988
5079
|
}
|
|
4989
5080
|
}
|
|
@@ -5000,7 +5091,7 @@
|
|
|
5000
5091
|
"title": "Windows Registry Query",
|
|
5001
5092
|
"description": "https://ohmyposh.dev/docs/segments/system/winreg",
|
|
5002
5093
|
"properties": {
|
|
5003
|
-
"
|
|
5094
|
+
"options": {
|
|
5004
5095
|
"properties": {
|
|
5005
5096
|
"path": {
|
|
5006
5097
|
"type": "string",
|
|
@@ -5014,7 +5105,8 @@
|
|
|
5014
5105
|
"description": "Value to display if registry value cannot be retrieved",
|
|
5015
5106
|
"default": ""
|
|
5016
5107
|
}
|
|
5017
|
-
}
|
|
5108
|
+
},
|
|
5109
|
+
"additionalProperties": false
|
|
5018
5110
|
}
|
|
5019
5111
|
}
|
|
5020
5112
|
}
|
|
@@ -5031,7 +5123,7 @@
|
|
|
5031
5123
|
"title": "Display activity data from Withings",
|
|
5032
5124
|
"description": "https://ohmyposh.dev/docs/segments/health/withings",
|
|
5033
5125
|
"properties": {
|
|
5034
|
-
"
|
|
5126
|
+
"options": {
|
|
5035
5127
|
"properties": {
|
|
5036
5128
|
"http_timeout": {
|
|
5037
5129
|
"$ref": "#/definitions/http_timeout"
|
|
@@ -5045,7 +5137,8 @@
|
|
|
5045
5137
|
"expires_in": {
|
|
5046
5138
|
"$ref": "#/definitions/expires_in"
|
|
5047
5139
|
}
|
|
5048
|
-
}
|
|
5140
|
+
},
|
|
5141
|
+
"additionalProperties": false
|
|
5049
5142
|
}
|
|
5050
5143
|
}
|
|
5051
5144
|
}
|
|
@@ -5062,7 +5155,7 @@
|
|
|
5062
5155
|
"title": "XMake Segment",
|
|
5063
5156
|
"description": "https://ohmyposh.dev/docs/segments/cli/xmake",
|
|
5064
5157
|
"properties": {
|
|
5065
|
-
"
|
|
5158
|
+
"options": {
|
|
5066
5159
|
"properties": {
|
|
5067
5160
|
"home_enabled": {
|
|
5068
5161
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -5093,7 +5186,8 @@
|
|
|
5093
5186
|
"folders": {
|
|
5094
5187
|
"$ref": "#/definitions/folders"
|
|
5095
5188
|
}
|
|
5096
|
-
}
|
|
5189
|
+
},
|
|
5190
|
+
"additionalProperties": false
|
|
5097
5191
|
}
|
|
5098
5192
|
}
|
|
5099
5193
|
}
|
|
@@ -5110,7 +5204,7 @@
|
|
|
5110
5204
|
"title": "Yarn Segment",
|
|
5111
5205
|
"description": "https://ohmyposh.dev/docs/segments/cli/yarn",
|
|
5112
5206
|
"properties": {
|
|
5113
|
-
"
|
|
5207
|
+
"options": {
|
|
5114
5208
|
"properties": {
|
|
5115
5209
|
"home_enabled": {
|
|
5116
5210
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -5142,7 +5236,8 @@
|
|
|
5142
5236
|
"folders": {
|
|
5143
5237
|
"$ref": "#/definitions/folders"
|
|
5144
5238
|
}
|
|
5145
|
-
}
|
|
5239
|
+
},
|
|
5240
|
+
"additionalProperties": false
|
|
5146
5241
|
}
|
|
5147
5242
|
}
|
|
5148
5243
|
}
|
|
@@ -5159,7 +5254,7 @@
|
|
|
5159
5254
|
"title": "YouTube Music Desktop App Segment",
|
|
5160
5255
|
"description": "https://ohmyposh.dev/docs/segments/music/ytm",
|
|
5161
5256
|
"properties": {
|
|
5162
|
-
"
|
|
5257
|
+
"options": {
|
|
5163
5258
|
"properties": {
|
|
5164
5259
|
"playing_icon": {
|
|
5165
5260
|
"type": "string",
|
|
@@ -5188,7 +5283,8 @@
|
|
|
5188
5283
|
"http_timeout": {
|
|
5189
5284
|
"$ref": "#/definitions/http_timeout"
|
|
5190
5285
|
}
|
|
5191
|
-
}
|
|
5286
|
+
},
|
|
5287
|
+
"additionalProperties": false
|
|
5192
5288
|
}
|
|
5193
5289
|
}
|
|
5194
5290
|
}
|
|
@@ -5205,7 +5301,7 @@
|
|
|
5205
5301
|
"title": "Zig Segment",
|
|
5206
5302
|
"description": "https://ohmyposh.dev/docs/segments/languages/zig",
|
|
5207
5303
|
"properties": {
|
|
5208
|
-
"
|
|
5304
|
+
"options": {
|
|
5209
5305
|
"properties": {
|
|
5210
5306
|
"home_enabled": {
|
|
5211
5307
|
"$ref": "#/definitions/home_enabled"
|
|
@@ -5241,7 +5337,8 @@
|
|
|
5241
5337
|
"folders": {
|
|
5242
5338
|
"$ref": "#/definitions/folders"
|
|
5243
5339
|
}
|
|
5244
|
-
}
|
|
5340
|
+
},
|
|
5341
|
+
"additionalProperties": false
|
|
5245
5342
|
}
|
|
5246
5343
|
}
|
|
5247
5344
|
}
|
|
@@ -5505,7 +5602,7 @@
|
|
|
5505
5602
|
"type": "integer",
|
|
5506
5603
|
"title": "Version",
|
|
5507
5604
|
"description": "https://ohmyposh.dev/docs/configuration/general",
|
|
5508
|
-
"default":
|
|
5605
|
+
"default": 4
|
|
5509
5606
|
},
|
|
5510
5607
|
"extends": {
|
|
5511
5608
|
"type": "string",
|