Spaces:
Paused
Paused
// process.env dot-notation access prints: | |
// Property 'TERM' comes from an index signature, so it must be accessed with ['TERM'].ts(4111) | |
/* eslint dot-notation: ["off"] */ | |
import process from 'node:process'; | |
// Ported from is-unicode-supported | |
function isUnicodeSupported() { | |
if (process.platform !== 'win32') { | |
return process.env['TERM'] !== 'linux'; // Linux console (kernel) | |
} | |
return (Boolean(process.env['WT_SESSION']) || // Windows Terminal | |
Boolean(process.env['TERMINUS_SUBLIME']) || // Terminus (<0.2.27) | |
process.env['ConEmuTask'] === '{cmd::Cmder}' || // ConEmu and cmder | |
process.env['TERM_PROGRAM'] === 'Terminus-Sublime' || | |
process.env['TERM_PROGRAM'] === 'vscode' || | |
process.env['TERM'] === 'xterm-256color' || | |
process.env['TERM'] === 'alacritty' || | |
process.env['TERMINAL_EMULATOR'] === 'JetBrains-JediTerm'); | |
} | |
// Ported from figures | |
const common = { | |
circleQuestionMark: '(?)', | |
questionMarkPrefix: '(?)', | |
square: 'โ', | |
squareDarkShade: 'โ', | |
squareMediumShade: 'โ', | |
squareLightShade: 'โ', | |
squareTop: 'โ', | |
squareBottom: 'โ', | |
squareLeft: 'โ', | |
squareRight: 'โ', | |
squareCenter: 'โ ', | |
bullet: 'โ', | |
dot: 'โค', | |
ellipsis: 'โฆ', | |
pointerSmall: 'โบ', | |
triangleUp: 'โฒ', | |
triangleUpSmall: 'โด', | |
triangleDown: 'โผ', | |
triangleDownSmall: 'โพ', | |
triangleLeftSmall: 'โ', | |
triangleRightSmall: 'โธ', | |
home: 'โ', | |
heart: 'โฅ', | |
musicNote: 'โช', | |
musicNoteBeamed: 'โซ', | |
arrowUp: 'โ', | |
arrowDown: 'โ', | |
arrowLeft: 'โ', | |
arrowRight: 'โ', | |
arrowLeftRight: 'โ', | |
arrowUpDown: 'โ', | |
almostEqual: 'โ', | |
notEqual: 'โ ', | |
lessOrEqual: 'โค', | |
greaterOrEqual: 'โฅ', | |
identical: 'โก', | |
infinity: 'โ', | |
subscriptZero: 'โ', | |
subscriptOne: 'โ', | |
subscriptTwo: 'โ', | |
subscriptThree: 'โ', | |
subscriptFour: 'โ', | |
subscriptFive: 'โ ', | |
subscriptSix: 'โ', | |
subscriptSeven: 'โ', | |
subscriptEight: 'โ', | |
subscriptNine: 'โ', | |
oneHalf: 'ยฝ', | |
oneThird: 'โ ', | |
oneQuarter: 'ยผ', | |
oneFifth: 'โ ', | |
oneSixth: 'โ ', | |
oneEighth: 'โ ', | |
twoThirds: 'โ ', | |
twoFifths: 'โ ', | |
threeQuarters: 'ยพ', | |
threeFifths: 'โ ', | |
threeEighths: 'โ ', | |
fourFifths: 'โ ', | |
fiveSixths: 'โ ', | |
fiveEighths: 'โ ', | |
sevenEighths: 'โ ', | |
line: 'โ', | |
lineBold: 'โ', | |
lineDouble: 'โ', | |
lineDashed0: 'โ', | |
lineDashed1: 'โ ', | |
lineDashed2: 'โ', | |
lineDashed3: 'โ', | |
lineDashed4: 'โ', | |
lineDashed5: 'โ', | |
lineDashed6: 'โด', | |
lineDashed7: 'โถ', | |
lineDashed8: 'โธ', | |
lineDashed9: 'โบ', | |
lineDashed10: 'โผ', | |
lineDashed11: 'โพ', | |
lineDashed12: 'โ', | |
lineDashed13: 'โ', | |
lineDashed14: 'โ', | |
lineDashed15: 'โ', | |
lineVertical: 'โ', | |
lineVerticalBold: 'โ', | |
lineVerticalDouble: 'โ', | |
lineVerticalDashed0: 'โ', | |
lineVerticalDashed1: 'โ', | |
lineVerticalDashed2: 'โ', | |
lineVerticalDashed3: 'โ', | |
lineVerticalDashed4: 'โ', | |
lineVerticalDashed5: 'โ', | |
lineVerticalDashed6: 'โต', | |
lineVerticalDashed7: 'โท', | |
lineVerticalDashed8: 'โน', | |
lineVerticalDashed9: 'โป', | |
lineVerticalDashed10: 'โฝ', | |
lineVerticalDashed11: 'โฟ', | |
lineDownLeft: 'โ', | |
lineDownLeftArc: 'โฎ', | |
lineDownBoldLeftBold: 'โ', | |
lineDownBoldLeft: 'โ', | |
lineDownLeftBold: 'โ', | |
lineDownDoubleLeftDouble: 'โ', | |
lineDownDoubleLeft: 'โ', | |
lineDownLeftDouble: 'โ', | |
lineDownRight: 'โ', | |
lineDownRightArc: 'โญ', | |
lineDownBoldRightBold: 'โ', | |
lineDownBoldRight: 'โ', | |
lineDownRightBold: 'โ', | |
lineDownDoubleRightDouble: 'โ', | |
lineDownDoubleRight: 'โ', | |
lineDownRightDouble: 'โ', | |
lineUpLeft: 'โ', | |
lineUpLeftArc: 'โฏ', | |
lineUpBoldLeftBold: 'โ', | |
lineUpBoldLeft: 'โ', | |
lineUpLeftBold: 'โ', | |
lineUpDoubleLeftDouble: 'โ', | |
lineUpDoubleLeft: 'โ', | |
lineUpLeftDouble: 'โ', | |
lineUpRight: 'โ', | |
lineUpRightArc: 'โฐ', | |
lineUpBoldRightBold: 'โ', | |
lineUpBoldRight: 'โ', | |
lineUpRightBold: 'โ', | |
lineUpDoubleRightDouble: 'โ', | |
lineUpDoubleRight: 'โ', | |
lineUpRightDouble: 'โ', | |
lineUpDownLeft: 'โค', | |
lineUpBoldDownBoldLeftBold: 'โซ', | |
lineUpBoldDownBoldLeft: 'โจ', | |
lineUpDownLeftBold: 'โฅ', | |
lineUpBoldDownLeftBold: 'โฉ', | |
lineUpDownBoldLeftBold: 'โช', | |
lineUpDownBoldLeft: 'โง', | |
lineUpBoldDownLeft: 'โฆ', | |
lineUpDoubleDownDoubleLeftDouble: 'โฃ', | |
lineUpDoubleDownDoubleLeft: 'โข', | |
lineUpDownLeftDouble: 'โก', | |
lineUpDownRight: 'โ', | |
lineUpBoldDownBoldRightBold: 'โฃ', | |
lineUpBoldDownBoldRight: 'โ ', | |
lineUpDownRightBold: 'โ', | |
lineUpBoldDownRightBold: 'โก', | |
lineUpDownBoldRightBold: 'โข', | |
lineUpDownBoldRight: 'โ', | |
lineUpBoldDownRight: 'โ', | |
lineUpDoubleDownDoubleRightDouble: 'โ ', | |
lineUpDoubleDownDoubleRight: 'โ', | |
lineUpDownRightDouble: 'โ', | |
lineDownLeftRight: 'โฌ', | |
lineDownBoldLeftBoldRightBold: 'โณ', | |
lineDownLeftBoldRightBold: 'โฏ', | |
lineDownBoldLeftRight: 'โฐ', | |
lineDownBoldLeftBoldRight: 'โฑ', | |
lineDownBoldLeftRightBold: 'โฒ', | |
lineDownLeftRightBold: 'โฎ', | |
lineDownLeftBoldRight: 'โญ', | |
lineDownDoubleLeftDoubleRightDouble: 'โฆ', | |
lineDownDoubleLeftRight: 'โฅ', | |
lineDownLeftDoubleRightDouble: 'โค', | |
lineUpLeftRight: 'โด', | |
lineUpBoldLeftBoldRightBold: 'โป', | |
lineUpLeftBoldRightBold: 'โท', | |
lineUpBoldLeftRight: 'โธ', | |
lineUpBoldLeftBoldRight: 'โน', | |
lineUpBoldLeftRightBold: 'โบ', | |
lineUpLeftRightBold: 'โถ', | |
lineUpLeftBoldRight: 'โต', | |
lineUpDoubleLeftDoubleRightDouble: 'โฉ', | |
lineUpDoubleLeftRight: 'โจ', | |
lineUpLeftDoubleRightDouble: 'โง', | |
lineUpDownLeftRight: 'โผ', | |
lineUpBoldDownBoldLeftBoldRightBold: 'โ', | |
lineUpDownBoldLeftBoldRightBold: 'โ', | |
lineUpBoldDownLeftBoldRightBold: 'โ', | |
lineUpBoldDownBoldLeftRightBold: 'โ', | |
lineUpBoldDownBoldLeftBoldRight: 'โ', | |
lineUpBoldDownLeftRight: 'โ', | |
lineUpDownBoldLeftRight: 'โ', | |
lineUpDownLeftBoldRight: 'โฝ', | |
lineUpDownLeftRightBold: 'โพ', | |
lineUpBoldDownBoldLeftRight: 'โ', | |
lineUpDownLeftBoldRightBold: 'โฟ', | |
lineUpBoldDownLeftBoldRight: 'โ', | |
lineUpBoldDownLeftRightBold: 'โ', | |
lineUpDownBoldLeftBoldRight: 'โ ', | |
lineUpDownBoldLeftRightBold: 'โ', | |
lineUpDoubleDownDoubleLeftDoubleRightDouble: 'โฌ', | |
lineUpDoubleDownDoubleLeftRight: 'โซ', | |
lineUpDownLeftDoubleRightDouble: 'โช', | |
lineCross: 'โณ', | |
lineBackslash: 'โฒ', | |
lineSlash: 'โฑ', | |
}; | |
const specialMainSymbols = { | |
tick: 'โ', | |
info: 'โน', | |
warning: 'โ ', | |
cross: 'โ', | |
squareSmall: 'โป', | |
squareSmallFilled: 'โผ', | |
circle: 'โฏ', | |
circleFilled: 'โ', | |
circleDotted: 'โ', | |
circleDouble: 'โ', | |
circleCircle: 'โ', | |
circleCross: 'โง', | |
circlePipe: 'โพ', | |
radioOn: 'โ', | |
radioOff: 'โฏ', | |
checkboxOn: 'โ', | |
checkboxOff: 'โ', | |
checkboxCircleOn: 'โง', | |
checkboxCircleOff: 'โพ', | |
pointer: 'โฏ', | |
triangleUpOutline: 'โณ', | |
triangleLeft: 'โ', | |
triangleRight: 'โถ', | |
lozenge: 'โ', | |
lozengeOutline: 'โ', | |
hamburger: 'โฐ', | |
smiley: 'ใก', | |
mustache: 'เทด', | |
star: 'โ ', | |
play: 'โถ', | |
nodejs: 'โฌข', | |
oneSeventh: 'โ ', | |
oneNinth: 'โ ', | |
oneTenth: 'โ ', | |
}; | |
const specialFallbackSymbols = { | |
tick: 'โ', | |
info: 'i', | |
warning: 'โผ', | |
cross: 'ร', | |
squareSmall: 'โก', | |
squareSmallFilled: 'โ ', | |
circle: '( )', | |
circleFilled: '(*)', | |
circleDotted: '( )', | |
circleDouble: '( )', | |
circleCircle: '(โ)', | |
circleCross: '(ร)', | |
circlePipe: '(โ)', | |
radioOn: '(*)', | |
radioOff: '( )', | |
checkboxOn: '[ร]', | |
checkboxOff: '[ ]', | |
checkboxCircleOn: '(ร)', | |
checkboxCircleOff: '( )', | |
pointer: '>', | |
triangleUpOutline: 'โ', | |
triangleLeft: 'โ', | |
triangleRight: 'โบ', | |
lozenge: 'โฆ', | |
lozengeOutline: 'โ', | |
hamburger: 'โก', | |
smiley: 'โบ', | |
mustache: 'โโโ', | |
star: 'โถ', | |
play: 'โบ', | |
nodejs: 'โฆ', | |
oneSeventh: '1/7', | |
oneNinth: '1/9', | |
oneTenth: '1/10', | |
}; | |
export const mainSymbols = { ...common, ...specialMainSymbols }; | |
export const fallbackSymbols = { | |
...common, | |
...specialFallbackSymbols, | |
}; | |
const shouldUseMain = isUnicodeSupported(); | |
const figures = shouldUseMain ? mainSymbols : fallbackSymbols; | |
export default figures; | |
const replacements = Object.entries(specialMainSymbols); | |
// On terminals which do not support Unicode symbols, substitute them to other symbols | |
export const replaceSymbols = (string, { useFallback = !shouldUseMain } = {}) => { | |
if (useFallback) { | |
for (const [key, mainSymbol] of replacements) { | |
const fallbackSymbol = fallbackSymbols[key]; | |
if (!fallbackSymbol) { | |
throw new Error(`Unable to find fallback for ${key}`); | |
} | |
string = string.replaceAll(mainSymbol, fallbackSymbol); | |
} | |
} | |
return string; | |
}; | |