terminalos 0.5.9 → 0.6.0
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/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
**The browser-based terminal workspace built for AI-native developers.**
|
|
8
8
|
One command. Runs locally. Opens in your browser\*\*
|
|
9
9
|
|
|
10
|
-
[](package.json)
|
|
11
11
|
[]()
|
|
12
12
|
[]()
|
|
13
13
|
|
package/bin/cli.js
CHANGED
|
@@ -33,9 +33,10 @@ if (!hasRun) {
|
|
|
33
33
|
logo.forEach((line) => console.log(pad + line));
|
|
34
34
|
console.log("");
|
|
35
35
|
console.log(
|
|
36
|
-
`${pad}${D}The terminal
|
|
36
|
+
`${pad}${D}The browser-based terminal workspace built for AI-assisted development.${R} ${D}v${version}${R}`,
|
|
37
37
|
);
|
|
38
|
-
|
|
38
|
+
|
|
39
|
+
console.log(`${pad}${W}${B}https://terminalos.dev${R}`);
|
|
39
40
|
console.log("");
|
|
40
41
|
console.log(`${pad}${B}Features${R}`);
|
|
41
42
|
console.log(
|
|
@@ -47,7 +48,7 @@ if (!hasRun) {
|
|
|
47
48
|
`${pad} ${W}›${R} Full shell access — runs directly in your browser`,
|
|
48
49
|
);
|
|
49
50
|
console.log(
|
|
50
|
-
`${pad} ${W}›${R} No install required · ${W}npx terminalos --start${R}`,
|
|
51
|
+
`${pad} ${W}›${R} No install required · ${W}Just run: npx terminalos --start${R}`,
|
|
51
52
|
);
|
|
52
53
|
console.log("");
|
|
53
54
|
console.log(`${pad}${B}Usage${R}`);
|