xterm

Terminal emulator for X Window System with customizable fonts and colors.

brewmacoslinux
Try with needOr install directly
Source

About

Terminal emulator for the X Window System

Commands

xterm

Examples

open a new terminal window$ xterm
open terminal with custom font size$ xterm -fn fixed -fs 14
open terminal with specific geometry and title$ xterm -geometry 80x24+100+100 -title 'My Terminal'
open terminal with custom background and text colors$ xterm -bg black -fg white
open terminal and run a command$ xterm -e bash -c 'echo Hello && bash'