Skip to content
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

Create executable script that will format ANSI Art #670

Closed
jcubic opened this issue Jun 13, 2021 · 1 comment
Closed

Create executable script that will format ANSI Art #670

jcubic opened this issue Jun 13, 2021 · 1 comment
Labels
feature resolved if issue is resolved, it will be open until merge with master

Comments

@jcubic
Copy link
Owner

jcubic commented Jun 13, 2021

I have an idea for a new feature for jQuery Terminal

The idea is to create a simple script that will use unix_formatting to convert ANSI Art to Terminal formatting.

So it will speed up processing because the browser will not need to parse the ANSI escapes.
For bigger files it make take some time to process, that's why the web worker was used in of the demos.

@jcubic jcubic added the feature label Jun 13, 2021
@jcubic jcubic added the resolved if issue is resolved, it will be open until merge with master label Jul 5, 2021
@jcubic
Copy link
Owner Author

jcubic commented Jul 5, 2021

You can now pre-process ANSI escapes and render just text to speed up the processing. The change will be in version 2.27.0

@jcubic jcubic closed this as completed Jul 5, 2021
jcubic added a commit that referenced this issue Jul 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature resolved if issue is resolved, it will be open until merge with master
Projects
None yet
Development

No branches or pull requests

1 participant