shelldoc

https://github.com/mhayashi1120/Emacs-shelldoc.git

git clone 'git://github.com/mhayashi1120/Emacs-shelldoc.git'
6

shelldoc.el

Improve edit shell command in minibuffer.

Install

Please install this package from MELPA. (http://melpa.milkbox.net/)

Otherwise put this file into load-path'ed directory. And put the following expression into your ~/.emacs. You may need some extra packages.

(require 'shelldoc)

Now you can see man page when read-shell-command is invoked. e.g. M-x shell-command C-v / M-v to scroll the man page window. C-c C-s / C-c C-r to search the page.

You can complete - (hyphen) option at point. Try to type C-i after insert -.

Configuration