kernc / logkeys

:memo: :keyboard: A GNU/Linux keylogger that works!
Other
758 stars 253 forks source link

Add `--timestamp-every` flag to log timestamps for every key #204

Closed theryangeary closed 4 years ago

theryangeary commented 4 years ago

It would be useful to be able to collect timestamps for every key stroke. This adds the -e or --every-key flag to enable just that.

kernc commented 4 years ago

Thanks!

kernc commented 4 years ago

What's up with this PR being proposed against stable and not master branch? :smiley: That almost went unnoticed. Was it intentional?

theryangeary commented 4 years ago

My bad - long story short I couldn't get master to work on arch linux, realized stable did work, and forgot I had made the switch when I went to add this flag.

kernc commented 4 years ago

I couldn't get master to work on arch linux

Care enough to git bisect to the offending commit in about six builds?

git bisect start 2e33f93 ffcc2ba
theryangeary commented 4 years ago

Check it out and opened #205