andykuszyk / noman.el

An Emacs package for browsing CLI command docs without man pages
GNU General Public License v3.0
14 stars 4 forks source link

Feature request: provide `shell-command` style minibiffer completion #2

Closed suhail-singh closed 7 months ago

suhail-singh commented 8 months ago

M-x shell-command (generally bound do M-!), when invoked, provides completion in the minibuffer. In situations where there is completion for sub-commands, shell-command provides completion for those as well.

andykuszyk commented 8 months ago

Ah yes, great idea!