Johan Walles
Johan Walles
# Workaround Set your `MOOR` environment variable to `--terminal-fg`. # Fix `moor` needs to be able to tell that the terminal has a background image, and I don't know if...
Posted a question here: https://stackoverflow.com/questions/79799431/how-to-determine-that-the-terminal-has-a-background-image-not-just-color
Did you set your own section headers using `LESS_TERMCAP_*` or are these from `moor`? You can do `moor --help` to find out. If you set them yourself you should consider...
I just released v2.7.1 with updates to `--terminal-fg`, so your man pages should now look good with that option: https://github.com/walles/moor/releases/ On an unrelated note, `moor` automatically hides line numbers for...
> As for the line number though, I'm not sure why but they aren't auromatically removed when using in man pages Strange, I wonder why this code wouldn't work in...
> Not sure, probably because I'm using `mandoc` from MacPorts I want to detect that thing if it's easy enough. Can you try doing this and sending me any lines...
I looked into mandoc and it doesn't seem to do anything that I can detect. Not related to this issue really, but since we side-tracked into there I wanted to...
Actually, in 2.9.1 I started detecting man pages based on their formatting, so on that side track you should now be covered.
Thanks! I believe spec files should be version controlled separately from the sources, that's how most distributions work. Have you considered maintaining moar for Fedora? https://docs.fedoraproject.org/en-US/package-maintainers/New_Package_Process_for_New_Contributors/
You are already in COPR, so this is done: https://docs.fedoraproject.org/en-US/package-maintainers/New_Package_Process_for_New_Contributors/#upload_your_package Your next step should be to open a ticket in Bugzilla: https://docs.fedoraproject.org/en-US/package-maintainers/New_Package_Process_for_New_Contributors/#create_your_review_request This should eventually lead to being able to...