This is Miguel Teixeira’s webpage.
Thank you for dropping by!
Recent Posts
A script for testing your terminal
I do not have credit over this! This was useful in reporting an actual issue and i’ve meanwhile lost the source.
#!/bin/sh echo "# 24-bit (true-color)" # based on: https://gist.github.com/XVilka/8346728 term_cols="$(tput cols || echo 80)" cols=$(echo …
read more