Skip to content
/ notify Public

A simple command-line utility that runs a command and plays a notification sound upon completion. Ideal for tracking long-running tasks in the terminal. Built with C and SDL2.

Notifications You must be signed in to change notification settings

dcorral/notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notify

Notify runs a command and plays a notification sound when it finishes.

Requirements

  • GCC
  • SDL2

Steps

  • Compile: Run make.
  • Install: Run sudo make install to install to /usr/local/bin.
  • Use: Run notify <your-command>. Example: notify ls -la
  • Clean up: Run make clean.

License

  • MIT License

About

A simple command-line utility that runs a command and plays a notification sound upon completion. Ideal for tracking long-running tasks in the terminal. Built with C and SDL2.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages