MCPcopy Create free account
hub / github.com/MatterAIOrg/OrbCode / setTerminalTitle

Function setTerminalTitle

src/ui/App.tsx:121–125  ·  view source on GitHub ↗
(title: string)

Source from the content-addressed store, hash-verified

119];
120
121function setTerminalTitle(title: string): void {
122 if (process.stdout.isTTY) {
123 process.stdout.write(`\x1b]0;${title}\x07`);
124 }
125}
126
127function formatRelativeTime(isoStr?: string): string {
128 if (!isoStr) return "???";

Callers 1

AppFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected