{"id":19483598,"url":"https://github.com/librity/announce_the_time","last_synced_at":"2026-05-08T03:12:08.685Z","repository":{"id":99702013,"uuid":"342387006","full_name":"librity/announce_the_time","owner":"librity","description":"Simple bash scripts that annouces the time, much like in macos.","archived":false,"fork":false,"pushed_at":"2022-02-25T12:05:24.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T07:40:01.927Z","etag":null,"topics":["announce","bash","cronta","linux"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/librity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-25T21:42:52.000Z","updated_at":"2021-03-07T06:03:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"a6d676e8-9926-43fe-8ef6-75d90725f823","html_url":"https://github.com/librity/announce_the_time","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librity%2Fannounce_the_time","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librity%2Fannounce_the_time/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librity%2Fannounce_the_time/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librity%2Fannounce_the_time/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/librity","download_url":"https://codeload.github.com/librity/announce_the_time/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240718943,"owners_count":19846482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["announce","bash","cronta","linux"],"created_at":"2024-11-10T20:15:46.345Z","updated_at":"2026-05-08T03:12:03.640Z","avatar_url":"https://github.com/librity.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Announce the bloody time\n\nSimple bash script that annouces the time every hour, much like in macos:\n\n- https://ioshacker.com/how-to/mac-announce-time-every-hour-guide\n\nInspired by this stack exchange question:\n\n- https://askubuntu.com/questions/686938/announce-the-time-on-the-hour\n\nIt uses `festival` as its text-to-speech engine:\n\n- https://github.com/festvox/festival\n\n## Ubuntu Installation\n\n1. Install `festival` with `apt-get`:\n\n```bash\n$ sudo apt-get install festival\n```\n\n2. Clone this repo to your home directory:\n\n```bash\n$ git clone https://github.com/librity/announce_the_time.git ~/.announce_the_time\n```\n\n3. Open/create your `crontab`:\n\n```bash\n$ EDITOR=\"nano\" VISUAL=\"nano\" crontab -e\n```\n\n4. Add this job to your `crontab` and save it:\n\n```cron\n@hourly ~/.announce_the_time/on_the_hour.sh\n```\n\n5. Verify that the job was added to your `crontab`:\n\n```bash\n$ crontab -l\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibrity%2Fannounce_the_time","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibrity%2Fannounce_the_time","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibrity%2Fannounce_the_time/lists"}