Skip to content

this is a countdown timer for use on Linux and Mac with OBS or similar applacations that will allow a user to display text from a text file that will aoutomaticly update the displayed text

Notifications You must be signed in to change notification settings

TheInsaneLord/countdown-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Countdown Timer

this is a countdown timer for use on Linux and Mac with OBS or similar applacations that will allow a user to display text from a text file that will aoutomaticly update the displayed text

this operates simarly to the applacation known as Snaz by @JimmyAppelt that runs on windows however this aplacation is just a simple script with no GUI.

My Socials

How to use it

to use this script run the following commands in a terminal

cd countdown-timer/version/
nano v5-countdown.sh

then edit the timer as you need to by changing the varables

  • hours
  • minutes
  • seconds

for example to set the timmer to count down from 5:30 set the varebles to

hours=0
minutes=5
seconds=30

then to run the script

bash v5-countdown.sh 

this will start the countdown automaticly and out put the countdown to the countdown.txt and will overwrite the data inside the file. at the end of the countdown the timmer will be repaceed with "Countdown finished" this can be changed by editing the line containg.

echo "Countdown finished" > $text_file

About

this is a countdown timer for use on Linux and Mac with OBS or similar applacations that will allow a user to display text from a text file that will aoutomaticly update the displayed text

Topics

Resources

Stars

Watchers

Forks

Languages