Skip to content

Commit d8017f5

Browse files
committed
Bump to version 0.12.1
1 parent 69c1534 commit d8017f5

46 files changed

Lines changed: 1316 additions & 1337 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dfetch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Dfetch."""
22

3-
__version__ = "0.12.0"
3+
__version__ = "0.12.1"
44

55
DEFAULT_MANIFEST_NAME: str = "dfetch.yaml"

doc/asciicasts/basic.cast

Lines changed: 166 additions & 167 deletions
Large diffs are not rendered by default.

doc/asciicasts/check-ci.cast

Lines changed: 126 additions & 133 deletions
Large diffs are not rendered by default.

doc/asciicasts/check.cast

Lines changed: 58 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,58 @@
1-
{"version": 2, "width": 212, "height": 34, "timestamp": 1771686669, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}}
2-
[0.532785, "o", "\u001b[H\u001b[2J\u001b[3J"]
3-
[0.535466, "o", "$ "]
4-
[1.538335, "o", "\u001b"]
5-
[1.719982, "o", "[1"]
6-
[1.810129, "o", "mc"]
7-
[1.900263, "o", "at"]
8-
[1.99037, "o", " "]
9-
[2.080523, "o", "df"]
10-
[2.17065, "o", "et"]
11-
[2.260768, "o", "ch"]
12-
[2.351002, "o", ".y"]
13-
[2.441149, "o", "a"]
14-
[2.621407, "o", "ml"]
15-
[2.711525, "o", "\u001b["]
16-
[2.801655, "o", "0m"]
17-
[3.803385, "o", "\r\n"]
18-
[3.805682, "o", "manifest:\r\n version: 0.0 # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"]
19-
[3.809086, "o", "$ "]
20-
[4.811798, "o", "\u001b["]
21-
[4.992312, "o", "1m"]
22-
[5.082423, "o", "df"]
23-
[5.172558, "o", "et"]
24-
[5.26269, "o", "ch"]
25-
[5.352816, "o", " c"]
26-
[5.44295, "o", "he"]
27-
[5.533097, "o", "ck"]
28-
[5.623243, "o", "\u001b["]
29-
[5.713358, "o", "0m"]
30-
[6.714844, "o", "\r\n"]
31-
[7.16901, "o", "\u001b[1;34mDfetch (0.12.0)\u001b[0m \r\n"]
32-
[7.180106, "o", " \u001b[1;92mcpputest:\u001b[0m \r\n"]
33-
[7.180298, "o", "\u001b[?25l"]
34-
[7.261249, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
35-
[7.341808, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
36-
[7.422363, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
37-
[7.461331, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"]
38-
[7.462037, "o", " \u001b[1;34m> wanted (v3.4), available (v4.0)\u001b[0m \r\n"]
39-
[7.462769, "o", " \u001b[1;92mjsmn:\u001b[0m \r\n"]
40-
[7.462882, "o", "\u001b[?25l"]
41-
[7.543704, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
42-
[7.624519, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
43-
[7.705028, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
44-
[7.785618, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
45-
[7.866097, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
46-
[7.946605, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
47-
[7.990992, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"]
48-
[7.991874, "o", " \u001b[1;34m> available (master - 25647e692c7906b96ffd2b05ca54c097948e879c)\u001b[0m \r\n"]
49-
[11.054728, "o", "$ "]
50-
[11.056763, "o", "\u001b"]
51-
[11.237339, "o", "[1"]
52-
[11.327464, "o", "m\u001b"]
53-
[11.417624, "o", "[0"]
54-
[11.50775, "o", "m"]
55-
[11.508375, "o", "\r\n"]
56-
[11.510315, "o", "/workspaces/dfetch/doc/generate-casts\r\n"]
1+
{"version": 2, "width": 189, "height": 16, "timestamp": 1771874631, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}}
2+
[0.574293, "o", "\u001b[H\u001b[2J\u001b[3J"]
3+
[0.578903, "o", "$ "]
4+
[1.581453, "o", "\u001b"]
5+
[1.761718, "o", "[1"]
6+
[1.851861, "o", "mc"]
7+
[1.941988, "o", "at"]
8+
[2.032132, "o", " "]
9+
[2.122251, "o", "df"]
10+
[2.212398, "o", "et"]
11+
[2.302536, "o", "ch"]
12+
[2.392666, "o", ".y"]
13+
[2.482804, "o", "a"]
14+
[2.663029, "o", "ml"]
15+
[2.753178, "o", "\u001b["]
16+
[2.843298, "o", "0m"]
17+
[3.844931, "o", "\r\n"]
18+
[3.847017, "o", "manifest:\r\n version: 0.0 # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"]
19+
[3.850369, "o", "$ "]
20+
[4.852912, "o", "\u001b["]
21+
[5.033192, "o", "1m"]
22+
[5.123325, "o", "df"]
23+
[5.213519, "o", "et"]
24+
[5.303647, "o", "ch"]
25+
[5.393763, "o", " c"]
26+
[5.483892, "o", "he"]
27+
[5.574023, "o", "ck"]
28+
[5.664156, "o", "\u001b["]
29+
[5.754272, "o", "0m"]
30+
[6.755766, "o", "\r\n"]
31+
[7.210689, "o", "\u001b[1;34mDfetch (0.12.1)\u001b[0m \r\n"]
32+
[7.222157, "o", " \u001b[1;92mcpputest:\u001b[0m \r\n"]
33+
[7.222433, "o", "\u001b[?25l"]
34+
[7.303262, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
35+
[7.383974, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
36+
[7.464541, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
37+
[7.51026, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"]
38+
[7.510833, "o", " \u001b[1;34m> wanted (v3.4), available (v4.0)\u001b[0m "]
39+
[7.510913, "o", "\r\n"]
40+
[7.5117, "o", " \u001b[1;92mjsmn:\u001b[0m \r\n"]
41+
[7.511916, "o", "\u001b[?25l"]
42+
[7.59245, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
43+
[7.672944, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
44+
[7.753704, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
45+
[7.834197, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
46+
[7.915841, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
47+
[7.996532, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
48+
[8.071979, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"]
49+
[8.073593, "o", " \u001b[1;34m> available (master - 25647e692c7906b96ffd2b05ca54c097948e879c)\u001b[0m "]
50+
[8.073671, "o", "\r\n"]
51+
[11.14227, "o", "$ "]
52+
[11.143678, "o", "\u001b"]
53+
[11.323862, "o", "[1"]
54+
[11.413988, "o", "m\u001b"]
55+
[11.504174, "o", "[0"]
56+
[11.594296, "o", "m"]
57+
[11.594825, "o", "\r\n"]
58+
[11.596694, "o", "/workspaces/dfetch/doc/generate-casts\r\n"]

doc/asciicasts/diff.cast

Lines changed: 110 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -1,110 +1,110 @@
1-
{"version": 2, "width": 212, "height": 34, "timestamp": 1771686765, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}}
2-
[0.247941, "o", "\u001b[H\u001b[2J\u001b[3J"]
3-
[0.250713, "o", "$ "]
4-
[1.253307, "o", "\u001b["]
5-
[1.433598, "o", "1m"]
6-
[1.523868, "o", "ls"]
7-
[1.613996, "o", " -"]
8-
[1.704122, "o", "l ."]
9-
[1.794293, "o", "\u001b["]
10-
[1.884385, "o", "0m"]
11-
[2.885493, "o", "\r\n"]
12-
[2.888232, "o", "total 12\r\n"]
13-
[2.888476, "o", "drwxr-xr-x+ 3 dev dev 4096 Feb 21 15:12 cpputest\r\n-rw-rw-rw- 1 dev dev 733 Feb 21 15:12 dfetch.yaml\r\ndrwxr-xr-x+ 4 dev dev 4096 Feb 21 15:12 jsmn\r\n"]
14-
[2.891959, "o", "$ "]
15-
[3.894599, "o", "\u001b["]
16-
[4.074904, "o", "1m"]
17-
[4.165031, "o", "ls"]
18-
[4.255164, "o", " -"]
19-
[4.345301, "o", "l "]
20-
[4.435428, "o", "cp"]
21-
[4.525579, "o", "pu"]
22-
[4.615674, "o", "te"]
23-
[4.705823, "o", "st"]
24-
[4.795956, "o", "/s"]
25-
[4.976436, "o", "rc"]
26-
[5.066538, "o", "/R"]
27-
[5.15668, "o", "EA"]
28-
[5.246828, "o", "DM"]
29-
[5.336985, "o", "E."]
30-
[5.427116, "o", "md"]
31-
[5.517265, "o", "\u001b["]
32-
[5.607403, "o", "0m"]
33-
[6.608974, "o", "\r\n"]
34-
[6.613576, "o", "-rw-rw-rw- 1 dev dev 6777 Feb 21 15:12 cpputest/src/README.md\r\n"]
35-
[6.616606, "o", "$ "]
36-
[7.619103, "o", "\u001b["]
37-
[7.799431, "o", "1m"]
38-
[7.889578, "o", "se"]
39-
[7.97969, "o", "d "]
40-
[8.069827, "o", "-i"]
41-
[8.15993, "o", " '"]
42-
[8.250077, "o", "s/"]
43-
[8.340216, "o", "gi"]
44-
[8.43037, "o", "th"]
45-
[8.520502, "o", "ub"]
46-
[8.701441, "o", "/gi"]
47-
[8.790873, "o", "tl"]
48-
[8.881008, "o", "ab"]
49-
[8.971142, "o", "/g"]
50-
[9.061284, "o", "' "]
51-
[9.151404, "o", "cp"]
52-
[9.241548, "o", "pu"]
53-
[9.331672, "o", "te"]
54-
[9.421816, "o", "st"]
55-
[9.602127, "o", "/s"]
56-
[9.692264, "o", "rc/"]
57-
[9.782388, "o", "RE"]
58-
[9.872523, "o", "AD"]
59-
[9.962654, "o", "ME"]
60-
[10.052984, "o", ".m"]
61-
[10.143131, "o", "d\u001b"]
62-
[10.233269, "o", "[0"]
63-
[10.323402, "o", "m"]
64-
[11.324954, "o", "\r\n"]
65-
[11.331288, "o", "$ "]
66-
[12.333847, "o", "\u001b"]
67-
[12.514181, "o", "[1"]
68-
[12.60431, "o", "md"]
69-
[12.694427, "o", "fe"]
70-
[12.784534, "o", "tc"]
71-
[12.874683, "o", "h "]
72-
[12.964809, "o", "di"]
73-
[13.05492, "o", "ff"]
74-
[13.145066, "o", " c"]
75-
[13.235204, "o", "pp"]
76-
[13.415527, "o", "u"]
77-
[13.505672, "o", "te"]
78-
[13.595792, "o", "st"]
79-
[13.685919, "o", "\u001b["]
80-
[13.776056, "o", "0m"]
81-
[14.777744, "o", "\r\n"]
82-
[15.300634, "o", "\u001b[1;34mDfetch (0.12.0)\u001b[0m \r\n"]
83-
[15.352636, "o", " \u001b[1;92mcpputest:\u001b[0m \r\n"]
84-
[15.353315, "o", " \u001b[1;34m> Generating patch cpputest.patch since 9c7059bd0b0866956a99ba5792ba10181a88c6ed in /workspaces/dfetch/doc/generate-casts/diff\u001b[0m \r\n"]
85-
[15.419133, "o", "$ "]
86-
[16.421725, "o", "\u001b"]
87-
[16.601996, "o", "[1"]
88-
[16.692149, "o", "mc"]
89-
[16.782266, "o", "at"]
90-
[16.872395, "o", " "]
91-
[16.962535, "o", "cp"]
92-
[17.05267, "o", "pu"]
93-
[17.142807, "o", "te"]
94-
[17.232935, "o", "st"]
95-
[17.323249, "o", "."]
96-
[17.503604, "o", "pa"]
97-
[17.593715, "o", "tc"]
98-
[17.683846, "o", "h\u001b"]
99-
[17.773992, "o", "[0"]
100-
[17.864112, "o", "m"]
101-
[18.865728, "o", "\r\n"]
102-
[18.867757, "o", "diff --git a/README.md b/README.md\r\nindex 2655a7b..fc6084e 100644\r\n--- a/README.md\r\n+++ b/README.md\r\n@@ -3,7 +3,7 @@ CppUTest\r\n \r\n CppUTest unit testing and mocking framework for C/C++\r\n \r\n-[More information on the project page](http://cpputest.github.com)\r\n+[More information on the project page](http://cpputest.gitlab.com)\r\n \r\n [![Build Status](https://travis-ci.org/cpputest/cpputest.png?branch=master)](https://travis-ci.org/cpputest/cpputest)\r\n \r\n"]
103-
[21.874538, "o", "$ "]
104-
[21.876041, "o", "\u001b"]
105-
[22.056338, "o", "[1"]
106-
[22.146494, "o", "m\u001b"]
107-
[22.236631, "o", "[0"]
108-
[22.32676, "o", "m"]
109-
[22.327328, "o", "\r\n"]
110-
[22.32919, "o", "/workspaces/dfetch/doc/generate-casts\r\n"]
1+
{"version": 2, "width": 189, "height": 16, "timestamp": 1771874728, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}}
2+
[0.257386, "o", "\u001b[H\u001b[2J\u001b[3J"]
3+
[0.263547, "o", "$ "]
4+
[1.26484, "o", "\u001b["]
5+
[1.445116, "o", "1m"]
6+
[1.535236, "o", "ls"]
7+
[1.625393, "o", " -"]
8+
[1.715625, "o", "l "]
9+
[1.805645, "o", ".\u001b"]
10+
[1.89578, "o", "[0"]
11+
[1.985929, "o", "m"]
12+
[2.987402, "o", "\r\n"]
13+
[2.989845, "o", "total 12\r\n"]
14+
[2.989998, "o", "drwxr-xr-x+ 3 dev dev 4096 Feb 23 19:25 cpputest\r\n-rw-rw-rw- 1 dev dev 733 Feb 23 19:25 dfetch.yaml\r\ndrwxr-xr-x+ 4 dev dev 4096 Feb 23 19:25 jsmn\r\n"]
15+
[2.993446, "o", "$ "]
16+
[3.995898, "o", "\u001b["]
17+
[4.176141, "o", "1m"]
18+
[4.266938, "o", "ls"]
19+
[4.357074, "o", " -"]
20+
[4.447273, "o", "l c"]
21+
[4.537425, "o", "pp"]
22+
[4.627542, "o", "ut"]
23+
[4.71767, "o", "es"]
24+
[4.807804, "o", "t/"]
25+
[4.897943, "o", "src"]
26+
[5.07825, "o", "/R"]
27+
[5.168323, "o", "EA"]
28+
[5.258452, "o", "DM"]
29+
[5.34858, "o", "E."]
30+
[5.438804, "o", "md\u001b"]
31+
[5.528934, "o", "[0"]
32+
[5.61906, "o", "m"]
33+
[6.620797, "o", "\r\n"]
34+
[6.623165, "o", "-rw-rw-rw- 1 dev dev 6777 Feb 23 19:25 cpputest/src/README.md\r\n"]
35+
[6.626561, "o", "$ "]
36+
[7.629184, "o", "\u001b"]
37+
[7.809466, "o", "[1"]
38+
[7.899603, "o", "ms"]
39+
[7.989742, "o", "ed"]
40+
[8.079878, "o", " -"]
41+
[8.17023, "o", "i "]
42+
[8.26035, "o", "'s"]
43+
[8.350483, "o", "/g"]
44+
[8.440621, "o", "it"]
45+
[8.530754, "o", "hu"]
46+
[8.711039, "o", "b"]
47+
[8.801144, "o", "/g"]
48+
[8.891264, "o", "it"]
49+
[8.981399, "o", "la"]
50+
[9.071543, "o", "b/"]
51+
[9.161666, "o", "g'"]
52+
[9.251862, "o", " c"]
53+
[9.341953, "o", "pp"]
54+
[9.432105, "o", "ut"]
55+
[9.612342, "o", "es"]
56+
[9.702498, "o", "t"]
57+
[9.792599, "o", "/s"]
58+
[9.882742, "o", "rc"]
59+
[9.97288, "o", "/R"]
60+
[10.062995, "o", "EA"]
61+
[10.153115, "o", "DM"]
62+
[10.243277, "o", "E."]
63+
[10.333393, "o", "md"]
64+
[10.513651, "o", "\u001b["]
65+
[10.603772, "o", "0m"]
66+
[11.605307, "o", "\r\n"]
67+
[11.611563, "o", "$ "]
68+
[12.614116, "o", "\u001b["]
69+
[12.794418, "o", "1m"]
70+
[12.884546, "o", "df"]
71+
[12.974669, "o", "et"]
72+
[13.064803, "o", "ch"]
73+
[13.154932, "o", " d"]
74+
[13.24508, "o", "if"]
75+
[13.335209, "o", "f "]
76+
[13.425335, "o", "cp"]
77+
[13.515461, "o", "pu"]
78+
[13.695706, "o", "tes"]
79+
[13.785909, "o", "t\u001b"]
80+
[13.875966, "o", "[0"]
81+
[13.966102, "o", "m"]
82+
[14.967641, "o", "\r\n"]
83+
[15.472541, "o", "\u001b[1;34mDfetch (0.12.1)\u001b[0m \r\n"]
84+
[15.510035, "o", " \u001b[1;92mcpputest:\u001b[0m \r\n"]
85+
[15.510636, "o", " \u001b[1;34m> Generating patch cpputest.patch since 3084219be63e3ef50ab4a8160006353eb27664a1 in /workspaces/dfetch/doc/generate-casts/diff\u001b[0m \r\n"]
86+
[15.570112, "o", "$ "]
87+
[16.57321, "o", "\u001b"]
88+
[16.753545, "o", "[1"]
89+
[16.843668, "o", "mc"]
90+
[16.933804, "o", "at"]
91+
[17.023937, "o", " c"]
92+
[17.114063, "o", "pp"]
93+
[17.204201, "o", "ut"]
94+
[17.294332, "o", "es"]
95+
[17.384457, "o", "t."]
96+
[17.474599, "o", "pa"]
97+
[17.654865, "o", "t"]
98+
[17.74497, "o", "ch"]
99+
[17.835099, "o", "\u001b["]
100+
[17.925233, "o", "0m"]
101+
[18.926804, "o", "\r\n"]
102+
[18.928813, "o", "diff --git a/README.md b/README.md\r\nindex 2655a7b..fc6084e 100644\r\n--- a/README.md\r\n+++ b/README.md\r\n@@ -3,7 +3,7 @@ CppUTest\r\n \r\n CppUTest unit testing and mocking framework for C/C++\r\n \r\n-[More information on the project page](http://cpputest.github.com)\r\n+[More information on the project page](http://cpputest.gitlab.com)\r\n \r\n [![Build Status](https://travis-ci.org/cpputest/cpputest.png?branch=master)](https://travis-ci.org/cpputest/cpputest)\r\n \r\n"]
103+
[21.936171, "o", "$ "]
104+
[21.937546, "o", "\u001b"]
105+
[22.117844, "o", "[1"]
106+
[22.20797, "o", "m\u001b"]
107+
[22.298122, "o", "[0"]
108+
[22.388257, "o", "m"]
109+
[22.388872, "o", "\r\n"]
110+
[22.390881, "o", "/workspaces/dfetch/doc/generate-casts\r\n"]

doc/asciicasts/environment.cast

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
1-
{"version": 2, "width": 212, "height": 34, "timestamp": 1771686655, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}}
2-
[0.008537, "o", "$ "]
3-
[1.011053, "o", "\u001b["]
4-
[1.191338, "o", "1m"]
5-
[1.281461, "o", "df"]
6-
[1.371588, "o", "et"]
7-
[1.461741, "o", "ch "]
8-
[1.55188, "o", "en"]
9-
[1.642013, "o", "vi"]
10-
[1.732138, "o", "ro"]
11-
[1.822276, "o", "nm"]
12-
[1.912383, "o", "ent"]
13-
[2.092686, "o", "\u001b["]
14-
[2.182818, "o", "0m"]
15-
[3.184437, "o", "\r\n"]
16-
[3.640028, "o", "\u001b[1;34mDfetch (0.12.0)\u001b[0m \r\n"]
17-
[3.64079, "o", " \u001b[1;92mplatform :\u001b[0m\u001b[1;34m Linux 6.8.0-1030-azure\u001b[0m \r\n"]
18-
[3.642704, "o", " \u001b[1;92mgit :\u001b[0m\u001b[1;34m 2.52.0\u001b[0m \r\n"]
19-
[3.652033, "o", " \u001b[1;92msvn :\u001b[0m\u001b[1;34m 1.14.5 (r1922182)\u001b[0m \r\n"]
20-
[6.712918, "o", "$ "]
21-
[6.71418, "o", "\u001b["]
22-
[6.894478, "o", "1m"]
23-
[6.984617, "o", "\u001b["]
24-
[7.074765, "o", "0m"]
25-
[7.075243, "o", "\r\n"]
1+
{"version": 2, "width": 189, "height": 16, "timestamp": 1771874615, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}}
2+
[0.009098, "o", "$ "]
3+
[1.011541, "o", "\u001b"]
4+
[1.191771, "o", "[1"]
5+
[1.281915, "o", "md"]
6+
[1.372042, "o", "fe"]
7+
[1.462194, "o", "tc"]
8+
[1.552299, "o", "h "]
9+
[1.642437, "o", "en"]
10+
[1.732577, "o", "vi"]
11+
[1.822715, "o", "ro"]
12+
[1.913377, "o", "nm"]
13+
[2.093082, "o", "e"]
14+
[2.183229, "o", "nt"]
15+
[2.273359, "o", "\u001b["]
16+
[2.363478, "o", "0m"]
17+
[3.365151, "o", "\r\n"]
18+
[3.825177, "o", "\u001b[1;34mDfetch (0.12.1)\u001b[0m \r\n \u001b[1;92mplatform :\u001b[0m\u001b[1;34m Linux 6.8.0-1030-azure\u001b[0m \r\n"]
19+
[3.827709, "o", " \u001b[1;92mgit :\u001b[0m\u001b[1;34m 2.52.0\u001b[0m \r\n"]
20+
[5.479119, "o", " \u001b[1;92msvn :\u001b[0m\u001b[1;34m 1.14.5 (r1922182)\u001b[0m \r\n"]
21+
[8.548898, "o", "$ "]
22+
[8.550166, "o", "\u001b"]
23+
[8.730556, "o", "[1"]
24+
[8.820693, "o", "m\u001b"]
25+
[8.911014, "o", "[0"]
26+
[9.001115, "o", "m"]
27+
[9.001693, "o", "\r\n"]

0 commit comments

Comments
 (0)