LinuxCommandLibrary

termdown

Shutdown a Linux computer after a delay

TLDR

Start a stopwatch

$ termdown
copy

Start a 1 minute and 30 seconds countdown
$ termdown [1m30s]
copy

Start a 1 minute 30 seconds countdown with blinking the terminal at the end
$ termdown [1m30s] --blink
copy

Show a title above countdown
$ termdown [1m30s] --title "[Interesting title]"
copy

Display current time
$ termdown --time
copy

SYNOPSIS

termdown [OPTIONS]

PARAMETERS


    The duration in seconds or a date string until which the timer should count down. Date strings should be in a format that is recognized by python's datetime library.

-f, --font
    Specifies the font to use for the timer display. (font name)

-c, --color
    Specifies the color of the timer display. (color name)

-b, --blink
    Enables blinking of the timer when it reaches zero.

-s, --style