Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/brokentoaster/zsh-explainshell

plugin to look up current cmd line on explainshell.
https://github.com/brokentoaster/zsh-explainshell

Last synced: about 1 month ago
JSON representation

plugin to look up current cmd line on explainshell.

Lists

README

        

# zsh-explainshell
A Zsh plugin to look up the current cmd line on [explainshell.com](explain.com).
Uses [lynx](https://lynx.browser.org/) to extract a plain text version of website response.

## Example
[![asciicast](https://asciinema.org/a/BpbD8MZ99PWCE8nQvClUzURXa.svg)](https://asciinema.org/a/BpbD8MZ99PWCE8nQvClUzURXa)

## Current key bindings are as follows

CTRL + E , CTRL + E ( *E*xplain *E*xplain )
: explain you current command in the current terminal

CTRL + E , CTRL + W ( *E*xplain in *W*indow )
: explain your current command line in a new tmux split

CTRL + E , CTRL + M ( *E*xplain just show the *M*anual )
: take the first command on your cuerrent command line and look it up in the standard man files

CTRL + E , CTRL + F ( *E*xplain in a browser like *F*irefox )
: open the relavent explainshell link for your command line in the systems web browser

Thanks to [explainshell](https://explainshell.com/about) for existing