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

A feature to export every ASCII frame to a text file #60

Open
devygz opened this issue May 4, 2021 · 1 comment
Open

A feature to export every ASCII frame to a text file #60

devygz opened this issue May 4, 2021 · 1 comment
Labels

Comments

@devygz
Copy link

devygz commented May 4, 2021

Is your feature request related to a problem? Please describe.
To me, this utility is amazing, and very easy to use. I also want to use it for other projects, and I think if there is an option for exporting frames, it will be easier to use the ASCII outputs in different projects.

Describe the solution you'd like
Maybe some parameter like --export or -e which takes a folder and exports colorless ASCII output by creating text files for each frame.

For example, if --export testfolder/testsubfolder passed, the program can create testfolder/testsubfolder/0.txt for frame 1 and write the first frame's ASCII output. Then it creates testfolder/testsubfolder/1.txt for frame 2 and so on.

Describe alternatives you've considered
Maybe editing bash output to create something like this.

@joelibaceta
Copy link
Owner

Thanks @devygz, sounds good, I'll try to add this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants