An open API service indexing awesome lists of open source software.

https://github.com/berquerant/emacs-command-log

Save executed commands.
https://github.com/berquerant/emacs-command-log

Last synced: 5 months ago
JSON representation

Save executed commands.

Awesome Lists containing this project

README

          

# Command Log

Save executed commands.

# Usage

``` emacs-lisp
(require 'command-log)
(custom-set-variables '(command-log-histfile "path/to/histfile"))
(command-log-setup)
```

then executed commands are saved to `path/to/histfile`.