A Zsh plugin to look up the current cmd line on explainshell.com. Uses lynx to extract a plain text version of website response.
CTRL + E , CTRL + E ( Explain Explain ) : explain you current command in the current terminal
CTRL + E , CTRL + W ( Explain in Window ) : explain your current command line in a new tmux split
CTRL + E , CTRL + M ( Explain just show the Manual ) : take the first command on your cuerrent command line and look it up in the standard man files
CTRL + E , CTRL + F ( Explain in a browser like Firefox ) : open the relavent explainshell link for your command line in the systems web browser
Thanks to explainshell for existing