Skip to content

librity/announce_the_time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Announce the bloody time

Simple bash script that annouces the time every hour, much like in macos:

Inspired by this stack exchange question:

It uses festival as its text-to-speech engine:

Ubuntu Installation

  1. Install festival with apt-get:
$ sudo apt-get install festival
  1. Clone this repo to your home directory:
$ git clone https://github.com/librity/announce_the_time.git ~/.announce_the_time
  1. Open/create your crontab:
$ EDITOR="nano" VISUAL="nano" crontab -e
  1. Add this job to your crontab and save it:
@hourly ~/.announce_the_time/on_the_hour.sh
  1. Verify that the job was added to your crontab:
$ crontab -l

About

Simple bash scripts that annouces the time, much like in macos.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages