diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-05 12:17:13 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-05 12:17:13 +0200 |
commit | d52b6fb5f03f3088cb82270a8de0856df1569e2b (patch) | |
tree | ede12f4a7d6c92337315118fd667faee88753a92 /README.org | |
parent | README update again (diff) | |
download | go2work-d52b6fb5f03f3088cb82270a8de0856df1569e2b.tar.gz go2work-d52b6fb5f03f3088cb82270a8de0856df1569e2b.tar.bz2 go2work-d52b6fb5f03f3088cb82270a8de0856df1569e2b.tar.xz go2work-d52b6fb5f03f3088cb82270a8de0856df1569e2b.tar.zst go2work-d52b6fb5f03f3088cb82270a8de0856df1569e2b.zip |
Test
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -57,11 +57,11 @@ intentionally plan on not waking up. To run a test, use: go2work -t #+END_SRC -To stop the alarm, use ~Ctrl + C~ to abort the program. If your ringtone -has fully played and is over, it will run again until you wake the fuck up -and insert a ~Ctrl + C~ event into *go2work*. +To stop the alarm, use ~Ctrl + C~ to abort the program. If your ringtone is +done playing, it will play again until you wake the fuck up and insert a +~Ctrl + C~ event into *go2work*. -Given time must always be in 24 hours format because it just is better then 12. +Given time must always be in 24 hours format because it just is better than 12. When planning to wake up at 06:30 A.M. use: #+BEGIN_SRC shell go2work 06:30 @@ -74,6 +74,7 @@ But when planning on waking up at 06:30 P.M. use: #+BEGIN_SRC shell go2work 18:30 #+END_SRC + When minutes don't matter, for example setting the alarm at 10:00, you can format the time as: #+BEGIN_SRC shell |