From c7fa5fd767c9d00e20af19e1defaa408422284aa Mon Sep 17 00:00:00 2001 From: rmgr Date: Wed, 9 Nov 2022 17:15:29 +1030 Subject: [PATCH] Add readme --- readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..800e66b --- /dev/null +++ b/readme.md @@ -0,0 +1,12 @@ +# timeout.sh +Requires libnotify-bin on Debian. On non-Debian distros you should be able to install notify-send and remove the libnotify-bin check and it might work. +## Usage +I have timeout in my .local/bin directory and call it in my .profile. +``` +timeout.sh [seconds] [message] +``` +eg +``` +timeout.sh 20 "Hey, should you take a break?" +``` +