Attention: all functions are compeled by 🔗here, I just pack it as a module to make users install it easily
- make the string your input bigger in powershell, just this
- install:
Install-Module -Name Write-Big-Char
- uninstall:
Uninstall-Module -Name Write-Big-Char
- The api exported to powershell is
Write-Big-Char
- for use easily, suggest to alias this to
draw
or other commands you like Set-Alias -Name draw Write-Big-Char
, put this line to your powershell$PROFILE