You are not logged in.
The other day I bumped into a command to list the colours available in my terminal. I since then reinstalled (toying with different distro's) and I just can't remind or find that command. It was a command and if I remember correctly it took one option after which it gave a long list of the colour numbers in their respective colours. Something like this, but then a long scrolling list:
for COLOR in {1..255}; do echo -en "\e[38;5;${COLOR}m${COLOR} "; done; echo;
Can anyone suggest which command it might have been... so annoying I forgot...
Last edited by HydroDiOxide (2023-04-07 20:59:43)
"Overspecialize and you breed in weakness..." Major Motoko Kusanagi
Offline
Offline
You're a star! spectrum_ls it was! Cheers... now I can sleep peacefully.
Last edited by HydroDiOxide (2023-04-08 07:29:37)
"Overspecialize and you breed in weakness..." Major Motoko Kusanagi
Offline