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.
- Host: GitHub
- URL: https://github.com/berquerant/emacs-command-log
- Owner: berquerant
- Created: 2022-04-01T18:32:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-03T06:19:24.000Z (about 4 years ago)
- Last Synced: 2025-02-06T16:58:48.466Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.