thatgfsj-code 3.0.11 → 3.0.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/cmd/index.js
CHANGED
|
@@ -126,7 +126,7 @@ program
|
|
|
126
126
|
if (altScreen) {
|
|
127
127
|
// v3.0.8: set the terminal window/tab title and enter the
|
|
128
128
|
// alternate screen buffer.
|
|
129
|
-
out.write('\x1b]2;
|
|
129
|
+
out.write('\x1b]2;Thatgfsj\x07');
|
|
130
130
|
out.write('\x1b[?1049h\x1b[2J\x1b[H');
|
|
131
131
|
}
|
|
132
132
|
try {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Splash.d.ts","sourceRoot":"","sources":["../../../src/tui/components/Splash.tsx"],"names":[],"mappings":"AAAA,6BAA6B;AAC7B,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Splash.d.ts","sourceRoot":"","sources":["../../../src/tui/components/Splash.tsx"],"names":[],"mappings":"AAAA,6BAA6B;AAC7B,OAAO,KAAK,MAAM,OAAO,CAAC;AA0B1B,UAAU,KAAK;CAAG;AAElB;;GAEG;AACH,eAAO,MAAM,MAAM,mCAajB,CAAC"}
|
|
@@ -5,25 +5,24 @@ import { Box, Text } from 'ink';
|
|
|
5
5
|
import { theme } from '../theme.js';
|
|
6
6
|
/**
|
|
7
7
|
* Wordmark in ANSI Shadow (figlet), two-tone like opencode:
|
|
8
|
-
* "
|
|
8
|
+
* "THAT" in dim gray, "GFSJ" in bright white. Generated once with figlet
|
|
9
9
|
* and embedded verbatim — do not hand-edit the glyphs.
|
|
10
|
-
* Both parts are exactly 6 rows and constant-width per part.
|
|
11
10
|
*/
|
|
12
11
|
const LOGO_DIM = [
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
'██║
|
|
16
|
-
'██║
|
|
17
|
-
'
|
|
18
|
-
'
|
|
12
|
+
'████████╗██╗ ██╗ █████╗ ████████╗',
|
|
13
|
+
'╚══██╔══╝██║ ██║██╔══██╗╚══██╔══╝',
|
|
14
|
+
' ██║ ███████║███████║ ██║ ',
|
|
15
|
+
' ██║ ██╔══██║██╔══██║ ██║ ',
|
|
16
|
+
' ██║ ██║ ██║██║ ██║ ██║ ',
|
|
17
|
+
' ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ',
|
|
19
18
|
];
|
|
20
19
|
const LOGO_BRIGHT = [
|
|
21
|
-
' ██████╗
|
|
22
|
-
'
|
|
23
|
-
'██║ ██║
|
|
24
|
-
'██║
|
|
25
|
-
'
|
|
26
|
-
' ╚═════╝
|
|
20
|
+
' ██████╗ ███████╗███████╗ ██╗',
|
|
21
|
+
'██╔════╝ ██╔════╝██╔════╝ ██║',
|
|
22
|
+
'██║ ███╗█████╗ ███████╗ ██║',
|
|
23
|
+
'██║ ██║██╔══╝ ╚════██║██ ██║',
|
|
24
|
+
'╚██████╔╝██║ ███████║╚█████╔╝',
|
|
25
|
+
' ╚═════╝ ╚═╝ ╚══════╝ ╚════╝ ',
|
|
27
26
|
];
|
|
28
27
|
/**
|
|
29
28
|
* v3.0.8 (opencode-style splash): centered wordmark on the first screen.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Splash.js","sourceRoot":"","sources":["../../../src/tui/components/Splash.tsx"],"names":[],"mappings":";AAAA,6BAA6B;AAC7B,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AAChC,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEpC
|
|
1
|
+
{"version":3,"file":"Splash.js","sourceRoot":"","sources":["../../../src/tui/components/Splash.tsx"],"names":[],"mappings":";AAAA,6BAA6B;AAC7B,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AAChC,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEpC;;;;GAIG;AACH,MAAM,QAAQ,GAAG;IACf,oCAAoC;IACpC,oCAAoC;IACpC,oCAAoC;IACpC,oCAAoC;IACpC,oCAAoC;IACpC,oCAAoC;CACrC,CAAC;AACF,MAAM,WAAW,GAAG;IAClB,mCAAmC;IACnC,mCAAmC;IACnC,mCAAmC;IACnC,mCAAmC;IACnC,mCAAmC;IACnC,mCAAmC;CACpC,CAAC;AAIF;;GAEG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG,KAAK,CAAC,IAAI,CAAC,SAAS,MAAM,CAAC,EAAS;IACxD,OAAO,CACL,KAAC,GAAG,IAAC,aAAa,EAAC,QAAQ,EAAC,UAAU,EAAC,QAAQ,EAAC,cAAc,EAAC,QAAQ,EAAC,QAAQ,EAAE,CAAC,YACjF,KAAC,GAAG,IAAC,aAAa,EAAC,QAAQ,EAAC,YAAY,EAAE,CAAC,YACxC,QAAQ,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC,CACxB,MAAC,GAAG,eACF,KAAC,IAAI,IAAC,KAAK,EAAE,KAAK,CAAC,SAAS,YAAG,GAAG,GAAQ,EAC1C,KAAC,IAAI,IAAC,KAAK,EAAE,KAAK,CAAC,IAAI,EAAE,IAAI,kBAAE,WAAW,CAAC,CAAC,CAAC,GAAQ,KAF7C,CAAC,CAGL,CACP,CAAC,GACE,GACF,CACP,CAAC;AACJ,CAAC,CAAC,CAAC"}
|