Self-documenting... ------------------------- Tue 4th Dec 2018 /cpj I like my shells to be self-documenting shells (like Emacs, but without the zealotry). I have been slowly tagging all of my scripts with 'whatis' information these will get pulled into my local whatis database for search-ability. I also wrote a short script that pulls all defined aliases and functions that are tagged with help info from my dotfiles. Today I put both together, with grep searching. Playing a bit with 'mg' (MicroGNUEmacs). It's really just a mode-less real-time display editor with Emacs bindings. I can achieve a similar effect, running 'joe' in Emacs-emulation mode, however, mg is *much* lighter. More to say later.