timeout/readme.md

13 lines
341 B
Markdown
Raw Permalink Normal View History

2022-11-09 06:45:29 +00:00
# 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?"
```