Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.09 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.09 KB

zsh-explainshell

A Zsh plugin to look up the current cmd line on explainshell.com. Uses lynx to extract a plain text version of website response.

Example

asciicast

Current key bindings are as follows

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