Skip to content

zcaudate/eta-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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.

Installation

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")

About

keylogger for emacs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published