-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteefax.ini
More file actions
45 lines (40 loc) · 1.64 KB
/
Copy pathteefax.ini
File metadata and controls
45 lines (40 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# teefax.ini - default settings for Teefax
# Same syntax as the command line. Blank lines and comments (#) are ignored.
# Values set here can be overridden by command line arguments.
# The file must be located in the same directory as teefax.exe.
#
# Examples:
# --mute No alarm sound (disable default tone)
# --nomsg No notification window
# --msg "Ready" Custom note shown in the notification popup
# --alarm-repeat 3 Repeat alarm sound 3 times
# --alarm-interval 2 2 seconds between repeats
# --prealarm 5 Beep every second during the last 5 seconds
# --lang en Set language (de, en, fr, pt, ru)
# --nosleep Prevent standby during timer
# --async Play sound asynchronously
# "C:\Sounds\gong.wav" Custom sound file (path with spaces in quotes)
# -- Enable the desired settings by removing the '#' --
#--mute
#--nomsg
#--alarm-repeat 3
#--alarm-interval 2
#--prealarm 5
#--lang de
#--nosleep
#--async
# -- Macros --
# Save frequently used argument combinations under a short name.
# Syntax: macro <name> = <arguments>
# Call: teefax <name>
# Manage: teefax --macro add|remove|list
#
# Examples:
# macro tea = 3m --msg "Tea is ready!"
# macro standup = --at 09:30 --msg "Standup"
# macro egg = 10m --prealarm 5 --msg "Egg done"
# macro shutdown = 30m --cmd "shutdown /s /t 0"
# macro focus = 5m --focus "Notepad" --msg "Back to work"
# macro open = 20m --open "C:\Notes\todo.txt"
# macro loop5 = 10s --loop 5 --mute --nomsg
# macro hour = 1h --loop --for 8h --mute --nomsg