All Projects → tom-tan → esh-help

tom-tan / esh-help

Licence: other
This library adds some help features for Eshell

Programming Languages

emacs lisp
2029 projects

Labels

Projects that are alternatives of or similar to esh-help

eshell-up
Quickly go to a specific parent directory in eshell
Stars: ✭ 28 (+47.37%)
Mutual labels:  eshell
shell-switcher
An emacs minor mode to easily switch between shell buffers (like with alt+tab)
Stars: ✭ 40 (+110.53%)
Mutual labels:  eshell
eshell-info-banner.el
Display some system information when launching Eshell
Stars: ✭ 28 (+47.37%)
Mutual labels:  eshell
esh-autosuggest
Fish-like autosuggestions in eshell.
Stars: ✭ 88 (+363.16%)
Mutual labels:  eshell
load-bash-alias
Convert bash aliases into eshell ones
Stars: ✭ 16 (-15.79%)
Mutual labels:  eshell

esh-help.el

MELPA MELPA

This library adds the following help functions and support for Eshell:

  • run-help function inspired by Zsh
  • eldoc support

You can install it by using package-install via MELPA.

To use this package, add these lines to your .emacs file:

    (require 'esh-help)
    (setup-esh-help-eldoc)  ;; To use eldoc in Eshell

And by using M-x eldoc-mode in Eshell, you can see help strings for the pointed command in minibuffer. And by using M-x esh-help-run-help, you can see full help string for the command.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].