-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathfigures.node.txt
22 lines (18 loc) · 1.33 KB
/
figures.node.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
┏━━━━━━━━━━━━━┓
┃ FIGURES ┃
┗━━━━━━━━━━━━━┛
ALTERNATIVES ==> # - figures (prefered):
# - more symbols
# - templating function
# - no colors
# - log-symbols:
# - only four symbols
# - does not fallback for Windows on CI or on Unicode terminal
# - add colors
VERSION ==> #6.1.0
FIGURES.SYMBOL #STR of a CLI Unicode symbol with fallbacks on terminals without support:
# - Windows except Windows Terminal, ConEmu, VSCode, alacritty
# - xterm and cmder marked as "no fallbacks" but some characters do not work
mainSymbols|fallbackSymbols.* #Same as FIGURES.* but for [non-]fallback
replaceSymbols(STR[, OPTS])->STR #On terminals without Unicode symbols support, replace with fallback symbols
#OPTS: useFallback BOOL (def: true if is-unicode-supported (see its doc))