go install github.com/mamad-1999/notify-me@latest
Important
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.
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" &
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.