-
Notifications
You must be signed in to change notification settings - Fork 77
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
Support ANSI-escaped color codes and hyperlinks. #106
base: master
Are you sure you want to change the base?
Conversation
Thanks for creating this library. I'm using it in a CLI application, and supporting properly aligned clickable hyperlinks in the output is a really handy feature for my use case. |
Codecov Report
@@ Coverage Diff @@
## master #106 +/- ##
==========================================
+ Coverage 85.86% 86.28% +0.41%
==========================================
Files 5 5
Lines 1323 1327 +4
==========================================
+ Hits 1136 1145 +9
+ Misses 187 182 -5
Continue to review full report at Codecov.
|
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.
Awesome, thank you ! I didn't know about hypertext. Could you please rebase your changes and fix those conflicts ?
By the way, sorry for the late reply. The beginning of the year was a very busy one for me.
Rebased 🎉 |
No description provided.