aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/logkeys.fish
blob: 62ce14944df8fbb247dd5ff347f5be2d3139e520 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

complete -c logkeys -s s -l start -d 'Starts the keylogging daemon'
complete -c logkeys -s k -l kill -d 'Terminates the logkeys daemon'
complete -c logkeys -s o -l output -d 'Set ouput LOGFILE'
complete -c logkeys -s m -l keymap -n '__fish_not_contain_opt -s u' -d 'Use file as input KEYMAP'
complete -c logkeys -s d -l device -d 'Use DEVICE as keyboard input'
complete -c logkeys -s u -l us-keymap -n '__fish_not_contain_opt -s m' -d 'Treat keyboard as standard US keyboard'
complete -c logkeys -l export-keymap -d 'Export dynamic KEYMAP to file'
complete -c logkeys -l no-func-keys -d 'Log only character key presses'
complete -c logkeys -l no-timestamps -d 'No timestamp to each line of log'
complete -c logkeys -l post-size -d 'On SIZE, rotate current logfile'
complete -c logkeys -l post-http -d 'POST the log file to URL'