Skip to content

sixteen05/mahnung

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mahnung

A simple script to send you hourly reminder

It uses Linux's inbuilt notify-send to send system notifications every hour.

Usage

  • Download the release
    wget https://github.com/sixteen05/mahnung/releases/download/<release_number>/mahnung
  • Make it executable
    chmod +x mahnung
  • Run the script in background.
    mahnung &
    This would print debug messages by default, so it is better to add 2>&1 >/dev/null in the end before &
  • You will be notified every hour.
  • To stop the notifications, run
    mahnung stop

Building

  • Clone the repo.
  • Make sure Cargo and Rust are installed.
  • Run cargo build
  • To create a release cargo build --release

About

A simple script to send you hourly reminder

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages