Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.
This repository was archived by the owner on Jun 28, 2026. It is now read-only.

Colors like in a terminal #22

Description

@cizia64

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}"

Thank you for this great software.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions