Christian Legnitto
Christian Legnitto
After running `asciinema rec`, the reference python client prompts the user with the option to upload or save locally to a temp file. We currently do not prompt and instead...
See https://asciinema.org/docs/usage. Sort of depends on #9.
The docs at https://asciinema.org/docs/config suggest the location of the asciinema config based on some rules. It appears that the reference python binary ignores these for the `install-id` file and blindly...
It would be neat to have a progress bar while uploading. It should respect the `--quiet` option.
We turned off parallel tests (https://github.com/LegNeato/asciinema-rs/commit/ec26f544ee15f9b9e6f4af063ad59fc7b4de739f), as tests for the configuration use env variables and interfere with each other. We should fix this.
See https://asciinema.org/docs/usage. Depends on #5 to be useful.