@vscode/codicons 0.0.46-11 → 0.0.46-12
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/dist/codicon.css +31 -3
- package/dist/codicon.csv +30 -2
- package/dist/codicon.html +814 -7
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +30 -0
- package/dist/metadata.json +359 -0
- package/package.json +1 -1
- package/src/icons/attach-compact.svg +1 -0
- package/src/icons/beaker-compact.svg +1 -0
- package/src/icons/check-compact.svg +1 -0
- package/src/icons/checklist-compact.svg +1 -0
- package/src/icons/chevron-down-compact.svg +1 -0
- package/src/icons/chevron-left-compact.svg +1 -0
- package/src/icons/chevron-right-compact.svg +1 -0
- package/src/icons/chevron-up-compact.svg +1 -0
- package/src/icons/circle-filled-compact.svg +1 -0
- package/src/icons/circle-small-filled-compact.svg +1 -0
- package/src/icons/close-compact.svg +1 -0
- package/src/icons/collapse-all-compact.svg +1 -0
- package/src/icons/comment-compact.svg +1 -0
- package/src/icons/comment-unresolved-compact.svg +1 -0
- package/src/icons/debug-connected-compact.svg +1 -0
- package/src/icons/debug-disconnect-compact.svg +1 -0
- package/src/icons/edit-compact.svg +1 -0
- package/src/icons/file-media-compact.svg +1 -0
- package/src/icons/lightbulb-compact.svg +1 -0
- package/src/icons/loading-compact.svg +1 -0
- package/src/icons/pass-filled-compact.svg +1 -0
- package/src/icons/project-compact.svg +1 -0
- package/src/icons/refresh-compact.svg +1 -0
- package/src/icons/search-compact.svg +1 -0
- package/src/icons/session-in-progress-compact.svg +1 -0
- package/src/icons/sync-compact.svg +1 -0
- package/src/icons/sync-ignored.svg +1 -1
- package/src/icons/terminal-compact.svg +1 -0
- package/src/icons/worktree-compact.svg +1 -0
- package/src/template/mapping.json +90 -0
- package/src/template/metadata.json +359 -0
|
@@ -279,6 +279,18 @@
|
|
|
279
279
|
"category": "action",
|
|
280
280
|
"description": "Attach file or item"
|
|
281
281
|
},
|
|
282
|
+
"attach-compact": {
|
|
283
|
+
"tags": [
|
|
284
|
+
"attachment",
|
|
285
|
+
"paperclip",
|
|
286
|
+
"clip",
|
|
287
|
+
"file",
|
|
288
|
+
"link",
|
|
289
|
+
"compact"
|
|
290
|
+
],
|
|
291
|
+
"category": "action",
|
|
292
|
+
"description": "Attach a file or item (compact 12x12 variant)"
|
|
293
|
+
},
|
|
282
294
|
"azure": {
|
|
283
295
|
"tags": [
|
|
284
296
|
"cloud",
|
|
@@ -313,6 +325,18 @@
|
|
|
313
325
|
"category": "tool",
|
|
314
326
|
"description": "Testing or experimental feature"
|
|
315
327
|
},
|
|
328
|
+
"beaker-compact": {
|
|
329
|
+
"tags": [
|
|
330
|
+
"experiment",
|
|
331
|
+
"lab",
|
|
332
|
+
"test",
|
|
333
|
+
"science",
|
|
334
|
+
"flask",
|
|
335
|
+
"compact"
|
|
336
|
+
],
|
|
337
|
+
"category": "tool",
|
|
338
|
+
"description": "Beaker for experimental features (compact 12x12 variant)"
|
|
339
|
+
},
|
|
316
340
|
"beaker-stop": {
|
|
317
341
|
"tags": [
|
|
318
342
|
"test",
|
|
@@ -636,6 +660,18 @@
|
|
|
636
660
|
"category": "action",
|
|
637
661
|
"description": "Check all or select all"
|
|
638
662
|
},
|
|
663
|
+
"check-compact": {
|
|
664
|
+
"tags": [
|
|
665
|
+
"done",
|
|
666
|
+
"complete",
|
|
667
|
+
"success",
|
|
668
|
+
"tick",
|
|
669
|
+
"approved",
|
|
670
|
+
"compact"
|
|
671
|
+
],
|
|
672
|
+
"category": "status",
|
|
673
|
+
"description": "Checkmark (compact 12x12 variant)"
|
|
674
|
+
},
|
|
639
675
|
"checklist": {
|
|
640
676
|
"tags": [
|
|
641
677
|
"checkmark",
|
|
@@ -652,6 +688,18 @@
|
|
|
652
688
|
"category": "content",
|
|
653
689
|
"description": "Checklist or task list"
|
|
654
690
|
},
|
|
691
|
+
"checklist-compact": {
|
|
692
|
+
"tags": [
|
|
693
|
+
"tasks",
|
|
694
|
+
"todo",
|
|
695
|
+
"list",
|
|
696
|
+
"checkboxes",
|
|
697
|
+
"items",
|
|
698
|
+
"compact"
|
|
699
|
+
],
|
|
700
|
+
"category": "action",
|
|
701
|
+
"description": "Checklist of items (compact 12x12 variant)"
|
|
702
|
+
},
|
|
655
703
|
"chevron-down": {
|
|
656
704
|
"tags": [
|
|
657
705
|
"twistie",
|
|
@@ -666,6 +714,18 @@
|
|
|
666
714
|
"category": "navigation",
|
|
667
715
|
"description": "Chevron pointing down"
|
|
668
716
|
},
|
|
717
|
+
"chevron-down-compact": {
|
|
718
|
+
"tags": [
|
|
719
|
+
"arrow",
|
|
720
|
+
"down",
|
|
721
|
+
"expand",
|
|
722
|
+
"collapse",
|
|
723
|
+
"direction",
|
|
724
|
+
"compact"
|
|
725
|
+
],
|
|
726
|
+
"category": "navigation",
|
|
727
|
+
"description": "Chevron pointing down (compact 12x12 variant)"
|
|
728
|
+
},
|
|
669
729
|
"chevron-left": {
|
|
670
730
|
"tags": [
|
|
671
731
|
"twistie",
|
|
@@ -679,6 +739,18 @@
|
|
|
679
739
|
"category": "navigation",
|
|
680
740
|
"description": "Chevron pointing left"
|
|
681
741
|
},
|
|
742
|
+
"chevron-left-compact": {
|
|
743
|
+
"tags": [
|
|
744
|
+
"arrow",
|
|
745
|
+
"left",
|
|
746
|
+
"back",
|
|
747
|
+
"previous",
|
|
748
|
+
"direction",
|
|
749
|
+
"compact"
|
|
750
|
+
],
|
|
751
|
+
"category": "navigation",
|
|
752
|
+
"description": "Chevron pointing left (compact 12x12 variant)"
|
|
753
|
+
},
|
|
682
754
|
"chevron-right": {
|
|
683
755
|
"tags": [
|
|
684
756
|
"twistie",
|
|
@@ -692,6 +764,18 @@
|
|
|
692
764
|
"category": "navigation",
|
|
693
765
|
"description": "Chevron pointing right"
|
|
694
766
|
},
|
|
767
|
+
"chevron-right-compact": {
|
|
768
|
+
"tags": [
|
|
769
|
+
"arrow",
|
|
770
|
+
"right",
|
|
771
|
+
"forward",
|
|
772
|
+
"next",
|
|
773
|
+
"direction",
|
|
774
|
+
"compact"
|
|
775
|
+
],
|
|
776
|
+
"category": "navigation",
|
|
777
|
+
"description": "Chevron pointing right (compact 12x12 variant)"
|
|
778
|
+
},
|
|
695
779
|
"chevron-up": {
|
|
696
780
|
"tags": [
|
|
697
781
|
"twistie",
|
|
@@ -705,6 +789,18 @@
|
|
|
705
789
|
"category": "navigation",
|
|
706
790
|
"description": "Chevron pointing up"
|
|
707
791
|
},
|
|
792
|
+
"chevron-up-compact": {
|
|
793
|
+
"tags": [
|
|
794
|
+
"arrow",
|
|
795
|
+
"up",
|
|
796
|
+
"collapse",
|
|
797
|
+
"expand",
|
|
798
|
+
"direction",
|
|
799
|
+
"compact"
|
|
800
|
+
],
|
|
801
|
+
"category": "navigation",
|
|
802
|
+
"description": "Chevron pointing up (compact 12x12 variant)"
|
|
803
|
+
},
|
|
708
804
|
"chip": {
|
|
709
805
|
"tags": [
|
|
710
806
|
"hardware",
|
|
@@ -776,6 +872,18 @@
|
|
|
776
872
|
"category": "shape",
|
|
777
873
|
"description": "Filled circle"
|
|
778
874
|
},
|
|
875
|
+
"circle-filled-compact": {
|
|
876
|
+
"tags": [
|
|
877
|
+
"circle",
|
|
878
|
+
"filled",
|
|
879
|
+
"dot",
|
|
880
|
+
"solid",
|
|
881
|
+
"indicator",
|
|
882
|
+
"compact"
|
|
883
|
+
],
|
|
884
|
+
"category": "shape",
|
|
885
|
+
"description": "Filled circle (compact 12x12 variant)"
|
|
886
|
+
},
|
|
779
887
|
"circle-large": {
|
|
780
888
|
"tags": [
|
|
781
889
|
"dot",
|
|
@@ -856,6 +964,18 @@
|
|
|
856
964
|
"category": "shape",
|
|
857
965
|
"description": "Small filled circle"
|
|
858
966
|
},
|
|
967
|
+
"circle-small-filled-compact": {
|
|
968
|
+
"tags": [
|
|
969
|
+
"circle",
|
|
970
|
+
"dot",
|
|
971
|
+
"small",
|
|
972
|
+
"filled",
|
|
973
|
+
"indicator",
|
|
974
|
+
"compact"
|
|
975
|
+
],
|
|
976
|
+
"category": "shape",
|
|
977
|
+
"description": "Small filled circle (compact 12x12 variant)"
|
|
978
|
+
},
|
|
859
979
|
"circuit-board": {
|
|
860
980
|
"tags": [
|
|
861
981
|
"iot",
|
|
@@ -949,6 +1069,18 @@
|
|
|
949
1069
|
"category": "action",
|
|
950
1070
|
"description": "Close all items"
|
|
951
1071
|
},
|
|
1072
|
+
"close-compact": {
|
|
1073
|
+
"tags": [
|
|
1074
|
+
"x",
|
|
1075
|
+
"cancel",
|
|
1076
|
+
"dismiss",
|
|
1077
|
+
"remove",
|
|
1078
|
+
"exit",
|
|
1079
|
+
"compact"
|
|
1080
|
+
],
|
|
1081
|
+
"category": "action",
|
|
1082
|
+
"description": "Close or dismiss (compact 12x12 variant)"
|
|
1083
|
+
},
|
|
952
1084
|
"cloud": {
|
|
953
1085
|
"tags": [
|
|
954
1086
|
"online",
|
|
@@ -1046,6 +1178,18 @@
|
|
|
1046
1178
|
"category": "action",
|
|
1047
1179
|
"description": "Collapse all items"
|
|
1048
1180
|
},
|
|
1181
|
+
"collapse-all-compact": {
|
|
1182
|
+
"tags": [
|
|
1183
|
+
"collapse",
|
|
1184
|
+
"minimize",
|
|
1185
|
+
"fold",
|
|
1186
|
+
"tree",
|
|
1187
|
+
"hide",
|
|
1188
|
+
"compact"
|
|
1189
|
+
],
|
|
1190
|
+
"category": "action",
|
|
1191
|
+
"description": "Collapse all items (compact 12x12 variant)"
|
|
1192
|
+
},
|
|
1049
1193
|
"collection": {
|
|
1050
1194
|
"tags": [
|
|
1051
1195
|
"group",
|
|
@@ -1103,6 +1247,18 @@
|
|
|
1103
1247
|
"category": "communication",
|
|
1104
1248
|
"description": "Comment or message"
|
|
1105
1249
|
},
|
|
1250
|
+
"comment-compact": {
|
|
1251
|
+
"tags": [
|
|
1252
|
+
"speech",
|
|
1253
|
+
"message",
|
|
1254
|
+
"chat",
|
|
1255
|
+
"feedback",
|
|
1256
|
+
"note",
|
|
1257
|
+
"compact"
|
|
1258
|
+
],
|
|
1259
|
+
"category": "communication",
|
|
1260
|
+
"description": "Comment or message (compact 12x12 variant)"
|
|
1261
|
+
},
|
|
1106
1262
|
"comment-discussion": {
|
|
1107
1263
|
"tags": [
|
|
1108
1264
|
"dialog",
|
|
@@ -1162,6 +1318,18 @@
|
|
|
1162
1318
|
"category": "communication",
|
|
1163
1319
|
"description": "Unresolved comment"
|
|
1164
1320
|
},
|
|
1321
|
+
"comment-unresolved-compact": {
|
|
1322
|
+
"tags": [
|
|
1323
|
+
"comment",
|
|
1324
|
+
"unresolved",
|
|
1325
|
+
"open",
|
|
1326
|
+
"pending",
|
|
1327
|
+
"discussion",
|
|
1328
|
+
"compact"
|
|
1329
|
+
],
|
|
1330
|
+
"category": "communication",
|
|
1331
|
+
"description": "Unresolved comment (compact 12x12 variant)"
|
|
1332
|
+
},
|
|
1165
1333
|
"compass": {
|
|
1166
1334
|
"tags": [
|
|
1167
1335
|
"navigate",
|
|
@@ -1587,6 +1755,18 @@
|
|
|
1587
1755
|
"category": "debug",
|
|
1588
1756
|
"description": "Debugger connected"
|
|
1589
1757
|
},
|
|
1758
|
+
"debug-connected-compact": {
|
|
1759
|
+
"tags": [
|
|
1760
|
+
"debug",
|
|
1761
|
+
"connected",
|
|
1762
|
+
"session",
|
|
1763
|
+
"active",
|
|
1764
|
+
"run",
|
|
1765
|
+
"compact"
|
|
1766
|
+
],
|
|
1767
|
+
"category": "debug",
|
|
1768
|
+
"description": "Debug session connected (compact 12x12 variant)"
|
|
1769
|
+
},
|
|
1590
1770
|
"debug-console": {
|
|
1591
1771
|
"tags": [
|
|
1592
1772
|
"terminal",
|
|
@@ -1644,6 +1824,18 @@
|
|
|
1644
1824
|
"category": "debug",
|
|
1645
1825
|
"description": "Disconnect debugger"
|
|
1646
1826
|
},
|
|
1827
|
+
"debug-disconnect-compact": {
|
|
1828
|
+
"tags": [
|
|
1829
|
+
"debug",
|
|
1830
|
+
"disconnect",
|
|
1831
|
+
"stop",
|
|
1832
|
+
"detach",
|
|
1833
|
+
"session",
|
|
1834
|
+
"compact"
|
|
1835
|
+
],
|
|
1836
|
+
"category": "debug",
|
|
1837
|
+
"description": "Disconnect debug session (compact 12x12 variant)"
|
|
1838
|
+
},
|
|
1647
1839
|
"debug-line-by-line": {
|
|
1648
1840
|
"tags": [
|
|
1649
1841
|
"step",
|
|
@@ -1973,6 +2165,18 @@
|
|
|
1973
2165
|
"category": "development",
|
|
1974
2166
|
"description": "Edit code"
|
|
1975
2167
|
},
|
|
2168
|
+
"edit-compact": {
|
|
2169
|
+
"tags": [
|
|
2170
|
+
"pencil",
|
|
2171
|
+
"modify",
|
|
2172
|
+
"write",
|
|
2173
|
+
"change",
|
|
2174
|
+
"edit",
|
|
2175
|
+
"compact"
|
|
2176
|
+
],
|
|
2177
|
+
"category": "action",
|
|
2178
|
+
"description": "Edit or modify (compact 12x12 variant)"
|
|
2179
|
+
},
|
|
1976
2180
|
"edit-session": {
|
|
1977
2181
|
"tags": [
|
|
1978
2182
|
"work",
|
|
@@ -2197,6 +2401,18 @@
|
|
|
2197
2401
|
"category": "file",
|
|
2198
2402
|
"description": "Media file"
|
|
2199
2403
|
},
|
|
2404
|
+
"file-media-compact": {
|
|
2405
|
+
"tags": [
|
|
2406
|
+
"file",
|
|
2407
|
+
"image",
|
|
2408
|
+
"media",
|
|
2409
|
+
"picture",
|
|
2410
|
+
"photo",
|
|
2411
|
+
"compact"
|
|
2412
|
+
],
|
|
2413
|
+
"category": "file",
|
|
2414
|
+
"description": "Media file (compact 12x12 variant)"
|
|
2415
|
+
},
|
|
2200
2416
|
"file-pdf": {
|
|
2201
2417
|
"tags": [
|
|
2202
2418
|
"document",
|
|
@@ -2607,6 +2823,18 @@
|
|
|
2607
2823
|
"category": "git",
|
|
2608
2824
|
"description": "Compare git versions"
|
|
2609
2825
|
},
|
|
2826
|
+
"git-fetch": {
|
|
2827
|
+
"tags": [
|
|
2828
|
+
"git",
|
|
2829
|
+
"fetch",
|
|
2830
|
+
"download",
|
|
2831
|
+
"remote",
|
|
2832
|
+
"sync",
|
|
2833
|
+
"pull"
|
|
2834
|
+
],
|
|
2835
|
+
"category": "git",
|
|
2836
|
+
"description": "Fetch changes from a remote repository"
|
|
2837
|
+
},
|
|
2610
2838
|
"git-merge": {
|
|
2611
2839
|
"tags": [
|
|
2612
2840
|
"combine",
|
|
@@ -3481,6 +3709,18 @@
|
|
|
3481
3709
|
"category": "action",
|
|
3482
3710
|
"description": "Auto-fix suggestion"
|
|
3483
3711
|
},
|
|
3712
|
+
"lightbulb-compact": {
|
|
3713
|
+
"tags": [
|
|
3714
|
+
"idea",
|
|
3715
|
+
"hint",
|
|
3716
|
+
"suggestion",
|
|
3717
|
+
"tip",
|
|
3718
|
+
"quickfix",
|
|
3719
|
+
"compact"
|
|
3720
|
+
],
|
|
3721
|
+
"category": "status",
|
|
3722
|
+
"description": "Lightbulb hint or suggestion (compact 12x12 variant)"
|
|
3723
|
+
},
|
|
3484
3724
|
"lightbulb-empty": {
|
|
3485
3725
|
"tags": [
|
|
3486
3726
|
"idea",
|
|
@@ -3616,6 +3856,18 @@
|
|
|
3616
3856
|
"category": "status",
|
|
3617
3857
|
"description": "Loading or processing"
|
|
3618
3858
|
},
|
|
3859
|
+
"loading-compact": {
|
|
3860
|
+
"tags": [
|
|
3861
|
+
"spinner",
|
|
3862
|
+
"progress",
|
|
3863
|
+
"wait",
|
|
3864
|
+
"busy",
|
|
3865
|
+
"loading",
|
|
3866
|
+
"compact"
|
|
3867
|
+
],
|
|
3868
|
+
"category": "status",
|
|
3869
|
+
"description": "Loading indicator (compact 12x12 variant)"
|
|
3870
|
+
},
|
|
3619
3871
|
"location": {
|
|
3620
3872
|
"tags": [
|
|
3621
3873
|
"map",
|
|
@@ -4187,6 +4439,18 @@
|
|
|
4187
4439
|
"category": "status",
|
|
4188
4440
|
"description": "Filled pass icon"
|
|
4189
4441
|
},
|
|
4442
|
+
"pass-filled-compact": {
|
|
4443
|
+
"tags": [
|
|
4444
|
+
"check",
|
|
4445
|
+
"success",
|
|
4446
|
+
"complete",
|
|
4447
|
+
"done",
|
|
4448
|
+
"filled",
|
|
4449
|
+
"compact"
|
|
4450
|
+
],
|
|
4451
|
+
"category": "status",
|
|
4452
|
+
"description": "Filled pass or success (compact 12x12 variant)"
|
|
4453
|
+
},
|
|
4190
4454
|
"percentage": {
|
|
4191
4455
|
"tags": [
|
|
4192
4456
|
"ratio",
|
|
@@ -4347,6 +4611,17 @@
|
|
|
4347
4611
|
"category": "general",
|
|
4348
4612
|
"description": "Project or workspace"
|
|
4349
4613
|
},
|
|
4614
|
+
"project-compact": {
|
|
4615
|
+
"tags": [
|
|
4616
|
+
"project",
|
|
4617
|
+
"folder",
|
|
4618
|
+
"workspace",
|
|
4619
|
+
"briefcase",
|
|
4620
|
+
"compact"
|
|
4621
|
+
],
|
|
4622
|
+
"category": "file",
|
|
4623
|
+
"description": "Project (compact 12x12 variant)"
|
|
4624
|
+
},
|
|
4350
4625
|
"pulse": {
|
|
4351
4626
|
"tags": [
|
|
4352
4627
|
"heartbeat",
|
|
@@ -4498,6 +4773,18 @@
|
|
|
4498
4773
|
"category": "action",
|
|
4499
4774
|
"description": "Refresh or reload"
|
|
4500
4775
|
},
|
|
4776
|
+
"refresh-compact": {
|
|
4777
|
+
"tags": [
|
|
4778
|
+
"reload",
|
|
4779
|
+
"sync",
|
|
4780
|
+
"update",
|
|
4781
|
+
"redo",
|
|
4782
|
+
"refresh",
|
|
4783
|
+
"compact"
|
|
4784
|
+
],
|
|
4785
|
+
"category": "action",
|
|
4786
|
+
"description": "Refresh or reload (compact 12x12 variant)"
|
|
4787
|
+
},
|
|
4501
4788
|
"regex": {
|
|
4502
4789
|
"tags": [
|
|
4503
4790
|
"pattern",
|
|
@@ -4967,6 +5254,18 @@
|
|
|
4967
5254
|
"category": "search",
|
|
4968
5255
|
"description": "Search or find"
|
|
4969
5256
|
},
|
|
5257
|
+
"search-compact": {
|
|
5258
|
+
"tags": [
|
|
5259
|
+
"find",
|
|
5260
|
+
"magnify",
|
|
5261
|
+
"lookup",
|
|
5262
|
+
"query",
|
|
5263
|
+
"search",
|
|
5264
|
+
"compact"
|
|
5265
|
+
],
|
|
5266
|
+
"category": "search",
|
|
5267
|
+
"description": "Search or find (compact 12x12 variant)"
|
|
5268
|
+
},
|
|
4970
5269
|
"search-fuzzy": {
|
|
4971
5270
|
"tags": [
|
|
4972
5271
|
"find",
|
|
@@ -5076,6 +5375,18 @@
|
|
|
5076
5375
|
"category": "status",
|
|
5077
5376
|
"description": "Session in progress"
|
|
5078
5377
|
},
|
|
5378
|
+
"session-in-progress-compact": {
|
|
5379
|
+
"tags": [
|
|
5380
|
+
"session",
|
|
5381
|
+
"progress",
|
|
5382
|
+
"active",
|
|
5383
|
+
"running",
|
|
5384
|
+
"status",
|
|
5385
|
+
"compact"
|
|
5386
|
+
],
|
|
5387
|
+
"category": "status",
|
|
5388
|
+
"description": "Session in progress indicator (compact 12x12 variant)"
|
|
5389
|
+
},
|
|
5079
5390
|
"settings": {
|
|
5080
5391
|
"tags": [
|
|
5081
5392
|
"gear",
|
|
@@ -5600,6 +5911,18 @@
|
|
|
5600
5911
|
"category": "symbol",
|
|
5601
5912
|
"description": "Structure symbol"
|
|
5602
5913
|
},
|
|
5914
|
+
"sync-compact": {
|
|
5915
|
+
"tags": [
|
|
5916
|
+
"refresh",
|
|
5917
|
+
"reload",
|
|
5918
|
+
"synchronize",
|
|
5919
|
+
"update",
|
|
5920
|
+
"sync",
|
|
5921
|
+
"compact"
|
|
5922
|
+
],
|
|
5923
|
+
"category": "action",
|
|
5924
|
+
"description": "Synchronize (compact 12x12 variant)"
|
|
5925
|
+
},
|
|
5603
5926
|
"sync-ignored": {
|
|
5604
5927
|
"tags": [
|
|
5605
5928
|
"refresh",
|
|
@@ -5697,6 +6020,18 @@
|
|
|
5697
6020
|
"category": "application",
|
|
5698
6021
|
"description": "Command prompt"
|
|
5699
6022
|
},
|
|
6023
|
+
"terminal-compact": {
|
|
6024
|
+
"tags": [
|
|
6025
|
+
"console",
|
|
6026
|
+
"shell",
|
|
6027
|
+
"cli",
|
|
6028
|
+
"command",
|
|
6029
|
+
"prompt",
|
|
6030
|
+
"compact"
|
|
6031
|
+
],
|
|
6032
|
+
"category": "tool",
|
|
6033
|
+
"description": "Terminal or console (compact 12x12 variant)"
|
|
6034
|
+
},
|
|
5700
6035
|
"terminal-debian": {
|
|
5701
6036
|
"tags": [
|
|
5702
6037
|
"console",
|
|
@@ -6135,6 +6470,18 @@
|
|
|
6135
6470
|
"category": "device",
|
|
6136
6471
|
"description": "VM outline"
|
|
6137
6472
|
},
|
|
6473
|
+
"vm-pending": {
|
|
6474
|
+
"tags": [
|
|
6475
|
+
"virtual",
|
|
6476
|
+
"machine",
|
|
6477
|
+
"vm",
|
|
6478
|
+
"pending",
|
|
6479
|
+
"server",
|
|
6480
|
+
"wait"
|
|
6481
|
+
],
|
|
6482
|
+
"category": "device",
|
|
6483
|
+
"description": "Virtual machine in pending state"
|
|
6484
|
+
},
|
|
6138
6485
|
"vm-running": {
|
|
6139
6486
|
"tags": [
|
|
6140
6487
|
"computer",
|
|
@@ -6333,6 +6680,18 @@
|
|
|
6333
6680
|
"category": "git",
|
|
6334
6681
|
"description": "Git worktree"
|
|
6335
6682
|
},
|
|
6683
|
+
"worktree-compact": {
|
|
6684
|
+
"tags": [
|
|
6685
|
+
"git",
|
|
6686
|
+
"worktree",
|
|
6687
|
+
"branch",
|
|
6688
|
+
"tree",
|
|
6689
|
+
"workspace",
|
|
6690
|
+
"compact"
|
|
6691
|
+
],
|
|
6692
|
+
"category": "git",
|
|
6693
|
+
"description": "Git worktree (compact 12x12 variant)"
|
|
6694
|
+
},
|
|
6336
6695
|
"worktree-small": {
|
|
6337
6696
|
"tags": [
|
|
6338
6697
|
"git",
|