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

feat: add an interactive completing-read interface #6

Closed Grimpper closed 5 months ago

Grimpper commented 5 months ago

This commit introduces an interactive prompt for selecting the program for which to display the help menu.

Since it's using the completing-read interface, it should work for all completion frameworks that rely on it (eg.: vertico).

Screenshots: image image

andykuszyk commented 5 months ago

Thanks for the contribution @Grimpper ! 🙏