-
Notifications
You must be signed in to change notification settings - Fork 1
Module Backend Manpages
kathryntolsen edited this page Oct 20, 2017
·
2 revisions
A module for use in the DISS Client for parsing Linux Manual Pages into python objects and provide apropos-style search features and such.
To Do.
This would be used to display manpages in the DISS Client in a more user-friendly way perhaps with things like collapsible sections or paragraphs, intuitive search features, and possibly a way for diagnostics to check commands a user had run against the manual, such as to figure out what config files belong to a program. This would merely need to be able to parse manpages into a python data type like a Dict in a uniform way.