command-frequency.el -- track command frequencies
DESCRIPTION
This package provides function which saves how many times each
command was executed. You can then review those statistics to see
which commands you use the most often.
It is used in designing a ergonomic keybinding set.
See
http://xahlee.org/emacs/command-frequency.html
You can get this package at:
http://xahlee.org/emacs/command-frequency.el
VERSION HISTORY
Version 0.1, 2006: First version by Ryan Yeske (author of rcirc). A
quick hack of about 40 lines.
Version 1.0, 2007: Made into a full featured minor mode. Added full
doc strings. Added feature to save and read to disk the frequency hash
table. Added ability to set user preference using emacs's
customization system. Code is ~400 lines. This version is made by
Michal Nazarewicz in 2007.