From dcbcef0fe61839993875bebdd1e8d120710f2a5c Mon Sep 17 00:00:00 2001 From: hasecilu Date: Wed, 31 May 2023 13:41:19 -0600 Subject: [PATCH] Update test-fonts.sh version. - 1.1.0 version. - Add example command to change column size. --- bin/scripts/test-fonts.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/scripts/test-fonts.sh b/bin/scripts/test-fonts.sh index 3854bb3b4..caa8087fa 100755 --- a/bin/scripts/test-fonts.sh +++ b/bin/scripts/test-fonts.sh @@ -1,9 +1,11 @@ #!/usr/bin/env bash # Nerd Fonts Version: 3.0.1 -# Script Version: 1.0.0 +# Script Version: 1.1.0 # Run this script in your local bash: # curl https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/bin/scripts/test-fonts.sh | bash +# Is possible to change the number of columns passing a number as the first parameter (default=16): +# ./test-fonts.sh 8 # Given an array of decimal numbers print all unicode codepoint. function print-decimal-unicode-range() {