-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
added wiki command #2492
added wiki command #2492
Conversation
@DidierRLopes thought it would be really cool to have some kind of glossary on the terminal - leveraging the Wikipedia API would allow users to search for virtually anything if they have doubts regarding the meaning of something while using the terminal without leaving (and even pursue more info through the URL if wanted) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! I am proud of you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of comments, but very nice addition!!
…ariable assignments
Description
Summary of the change / bug fix.
Added wiki command -> type wiki and find a simple title/url/summary for any expression (from the wikipedia)
Screenshot of the feature or the bug before/after fix, if applicable.
another one, using the "-e":
It's hard for average users/ users with no financial education to keep up with all the jargons we use on the terminal
How has this been tested?
type "wiki -e EXPRESSIONS" or "wiki EXPRESSIONS" from anywhere
Checklist:
Others
pre-commit install
.pytest tests/...
.