autobudilnik/README.md

16 lines
439 B
Markdown

# autobudilnik
a program on ruby for windows that turns on alarm after N times when you are not using the keyboard (the computer) without any third-party gems
syntax:
ruby autobudilnik.rb [-a \<audiofilepath\>] [-t \<time\>] [-c \<configfilepath\>]
time in seconds
## configuration file:
<code>waittime seconds
configfilepath path/to/config</code>
## TODO
1. suffixes 'm', 's' and 'h' for time
2. UI
2. automatic a config file creation