printf command for MoonX.
Dependencies
moonx cli/printf '%s=%d\n' answer 42
moonx cli/printf '%5.2f|%-8x|%o\n' 3.14159 255 8
moonx cli/printf '%s\n' one two three # format reused per argument
moonx cli/printf '\x41é\n'Install
Download zipprintf command for MoonX.
Dependencies