Skip to content

mamad-1999/notify-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Go script to set an alarm with notifications.

Install Usage Contributing

Installation

go install github.com/mamad-1999/notify-me@latest

Important

Requirement package

The script uses the notify-send command for desktop notifications and aplay to play a sound. Make sure these utilities are installed on your system:

sudo apt install libnotify-bin alsa-utils

When you first run the script, it will automatically download the sound file from the GitHub repository, so there is no need for manual configuration.

Usage

notify-me [HH:MM] "Your reminder message"

Examples:

notify-me 14:30 "Go to the gym"
notify-me 1:15 "Take a break"
notify-me 09:00 "Join the meeting"

Tip

The script can be run in the background using nohup:

nohup notify-me 14:30 "Go to the gym" &

Contributing

Contributions to notify-me are welcome! If you encounter bugs or have suggestions for improvements, feel free to open issues or submit pull requests on the GitHub repository.