-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add option to explain the astronomy terms #228
Comments
Hi guys, can I help with this issue? |
Yes, you can, @romco1410, feel free to create a PR :) |
Thanks @Deuchnord, It will be fixed in 2 weeks, then ill write some tests for this also. |
Hi @Deuchnord i have done work on this issue and before PR a want to test the written code, but none of recommendation from contributing.md works. Can you give me some hint? |
Don't worry about the tests, I'm doing a full rewrite in #209, so the Bash script will not be used anymore ;) |
Ok theres a list of work what I did on this issue:
Should I make PR to |
Is your feature request related to a problem? Please describe.
It is currently quite difficult to get the meaning of all the information given by the command, especially the astronomy terms.
There is currently a man page dedicated to this, but you have to know it exists, which is not obvious.
Describe the solution you'd like
kosmorro.7
manpage--explain
option that will allow Kosmorro to explain the terms shown by the current command. For instance, if the return of the command tells about a conjunction, explain what is a conjunction.KOSMORRO_EXPLAIN
environment variable to activate this behavior permanently.--definitions
that would list all the words like the manpage currently does. In this case, the program does not make any calculation.Additional context
The new information should be added at least to the Plain Text output. It could be nice to get it to the PDF output too, though.
The text was updated successfully, but these errors were encountered: