You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be potentially better to grab the info from the manual pages directly instead of subproccing man, however we might still need to subproc man anyways to get paths
Notes
man -w -> paths for man pages
works with man-db (fedora/debian/etc) and OpenBSD's implementation
The text was updated successfully, but these errors were encountered:
Reimplementing 1400 lines of code of C to Python /can/ produce a short and beautiful program, but it is a lot of work and just a bit crazy. I would like to get rid of subprocess too. If anyone is crazy enough to attempt this, we also need to figure out how man differs on bsd...
It would be potentially better to grab the info from the manual pages directly instead of subproccing man, however we might still need to subproc man anyways to get paths
Notes
man -w
-> paths for man pagesThe text was updated successfully, but these errors were encountered: