-
Notifications
You must be signed in to change notification settings - Fork 164
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
Add codio support #26
Comments
Right now, you can specify a codio in a yaml file as a list of prompt, input and output pairs, where the input is printed one letter at a time, and the output all at once. For example:
Is this a good way to write a codio? I guess the best way would be to build a helper tool
One problem with this format and the current implementation is that progress bars have to be specified as an input (so that they get printed one letter at a time), which is kinda wrong as progress bars are usually a part of the output.
|
I think that for now, an API (where a progress bar is a separate entity) similar to termynal would be a good way to go. In the future, a utility to convert terminalizer or asciinema outputs might be another way. Or maybe a utility which records and outputs in |
#20 implements this, opening this issue for some discussion.
Demo:
Color:
Progress bar:
The text was updated successfully, but these errors were encountered: