On 2013-03-13 at 11:44 +0000, James Griffin wrote: > It occurred to me that it would be really useful if there > were a "Macro Menu" interface that could be displayed with an > indicator like in the index_view and then scroll to my desired > macro, press enter and it executes; saving the user the need > to remember the keys she has bound the macro to. (...) > > Does this feature seem useful and worth considering to > implement into mutt?
You could probably script something using the "select" builtin of bash/ksh/zsh, slmenu[1] or if you are running X11 dmenu[2]. Regards, Sebastian [1]: https://bitbucket.org/rafaelgg/slmenu [2]: http://tools.suckless.org/dmenu/
