TTY-Clock in Termux – Installation & Usage Commands

TTY-Clock is a simple terminal clock that displays the current time in large digital characters inside the terminal. It is lightweight, easy to use, and supports different display options such as colors, seconds, date, and 12-hour or 24-hour time formats. You can install and use TTY-Clock in Termux to display a live digital clock.

Here’s what you can do with TTY-Clock in Termux:

  • Display a live digital clock.
  • Show the current date.
  • Display seconds.
  • Switch between 12-hour and 24-hour formats.
  • Customize the clock color.
  • Run a full-screen terminal clock.

Install TTY-Clock in Termux

Below are the simple commands to install TTY-Clock in Termux. Copy and run each command one by one to install the tool.

Update Termux packages.

pkg update && pkg upgrade -y

Install TTY-Clock.

pkg install tty-clock -y

Check the installed version.

tty-clock -v

TTY-Clock is now installed and ready to use.

Use TTY-Clock in Termux

After installing TTY-Clock in Termux, you can use different commands to display the clock in various styles.

Display the default digital clock.

tty-clock

Display the clock with seconds.

tty-clock -s

Display the current date.

tty-clock -d

Use 12-hour time format.

tty-clock -t

Display the clock in bold mode.

tty-clock -b

Center the clock on the terminal.

tty-clock -c

Set the clock color to green.

tty-clock -C 2

Set the clock color to blue.

tty-clock -C 4

Run the clock in full-screen mode.

tty-clock -f

Show the help menu.

tty-clock -h

Choose the command you want and TTY-Clock will display a live digital clock inside the Termux terminal.

End Note

TTY-Clock is a small but useful tool that adds a live digital clock to the Termux terminal. It is simple to use, easy to customize, and a great utility for anyone who enjoys using the Linux terminal.

SHARE THIS POST: