https://github.com/juangarces/sound-timer
Plays a voice notification every 1, 5 and 15 minutes in your terminal. A simple bash script for linux.
https://github.com/juangarces/sound-timer
alarm bash beep fifteen five minutes notifications one sounds terminal timer
Last synced: 3 months ago
JSON representation
Plays a voice notification every 1, 5 and 15 minutes in your terminal. A simple bash script for linux.
- Host: GitHub
- URL: https://github.com/juangarces/sound-timer
- Owner: juangarces
- License: gpl-3.0
- Created: 2025-03-02T00:44:27.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T16:55:17.000Z (3 months ago)
- Last Synced: 2025-03-10T17:40:51.418Z (3 months ago)
- Topics: alarm, bash, beep, fifteen, five, minutes, notifications, one, sounds, terminal, timer
- Language: Shell
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sound Timer
Plays a voice notification every 1, 5 and 15 minutes in your terminal. A simple bash script for linux.## Installation
Download the repository or clone it using git:
```sh
git clone https://github.com/juangarces/sound-timer.git
```
Run installation script inside directory:
```sh
./install.sh
```
That's it!## Usage
To get a voice notification every 1, 5 and 15 minutes run this new command in your terminal:
```sh
stimer start
```
Select time intervals. Example to get voice notification every 5 and 15 minutes:
```sh
stimer start 5 15
```
To get notification x seconds before time interval.
```sh
stimer start -a=10
```
To stop script:
```sh
stimer stop
```
To check the script's status:
```sh
stimer status
```## TODO
* Add translations.