eta-logger is a simple keylogging implementation based from this gist. It saves all commands, line numbers and buffers to a rotating log file for later playback and extraction of statistics. It assumes that emacs is not being used to input any sensative information and only records within buffers.
Modes can be excluded from being logged.
eta-logger
has been submitted to Melpa and is going through the review
process. In the meantime, it can be installed directly via:
quepa
(use-package eta-logger :ensure t
:quelpa ((eta :fetcher github :repo "zcaudate/eta-logger")))
straight
(straight-use-package
'(eta-logger :type git :host github :repo "zcaudate/eta-logger")