You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 28, 2026. It is now read-only.
Now that it is possible to run scripts, it would be awesome that TvTextViewer supports terminal colors, for example :
RED='\033[1;31m'
GREEN='\033[1;32m'
YELLOW='\033[1;33m'
BLUE='\033[1;34m'
PURPLE='\033[01;35m'
NC='\033[0m' # No Color
echo -e "${GREEN}This is a green test${NC}"
echo -e "normal font color ${BLUE}blue color${NC}"
Now that it is possible to run scripts, it would be awesome that TvTextViewer supports terminal colors, for example :
Thank you for this great software.