-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically fetch Man pages directories #5
Comments
Hi!
python mandocset.py -p $(manpath | tr : '\n' | xargs readlink -f | sort | uniq) -o linux |
Wow, thanks @Yanpas. Apparently I'm not a bash hero too... 🙂 |
One more thing; I don't know if its due to |
Well, leave the comment here, maybe someone will find it useful. Thanks in advance |
Hi Yan
Thanks a lot for your work.
I'm not a Pyhton guy, so I can't code this myself. Would be great though if you could render the
-p /man/page/dir [/additional/man/page/dir]
optional and instead use the output ofman -w
as source scanning man page directories.Yours,
M. Zimmer
The text was updated successfully, but these errors were encountered: