-
Notifications
You must be signed in to change notification settings - Fork 4
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
Find -z conditional expression in bash manpage #6
Comments
hrmm ... this is why I need some regression testing. I can fix it but I can't see what it may break. Let me do that. |
alright I added a testing system and hopefully addressed this issue |
Thanks, that fixes the issue for me :) |
lol ok let me look into that. This is why this hasn't been done before. It's actually not easy. |
so you're looking for a subheading jump? I never really planned for those but it's probably possible. |
Alright, this now works with the caveat of sometimes showing a line or two of extra information ... that can also be avoided but the only solution I can currently think of is rather sophisticated. |
ug, not even my hypothesized sophisticated method would work ... I'd have to parse the source man file |
alright, I'll bump the pypi version with this fix and then contemplate my destiny. |
I'm definitely in an avoidance/procrastination pattern now. What a toxic mess those are ... let me do something |
So I could re-interpret the groff man files and then basically create my own post-processor to format it. I forget language theory from university but this is essentially a regular grammar with a simple stack machine. what a shitton of work though. |
Thanks for the great tool, just started experimenting a little bit :)
How come
mansnip
does not find the part about-z string
in theCONDITIONAL EXPRESSIONS
section?I tried
mansnip bash '-z string'
.The text was updated successfully, but these errors were encountered: