-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: add terminal formatter #23
feat: add terminal formatter #23
Conversation
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.
Pretty good, thank you! I don't see any bugs, just a few things that need tweaking.
@Colonial-Dev, I have addressed some of your reviews. Please take a look and let me know if it meets your approval now. I have also added an example folder demonstrating how to use it, making it easy to see the results by running |
Add a 'main' function that prints the generated theme, so the example will compile.
Looks good to me!
Yeah, I feel you. The Helix theme support is almost done! |
@Colonial-Dev Btw I'm building a project based on this feature https://github.com/guilhermeprokisch/see/ Anything I'm here to help inkjet maintenance |
Hi @Colonial-Dev,
Here is a draft for implementing the terminal formatter. My Rust skills are not the best, so there might be some bugs in it. I was able to make it work in one of my projects, so it should be at least on the right track. I'm sharing more to ensure that the work is not lost.