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

Specify cols and rows ? #65

Open
drupol opened this issue Nov 22, 2023 · 1 comment
Open

Specify cols and rows ? #65

drupol opened this issue Nov 22, 2023 · 1 comment

Comments

@drupol
Copy link

drupol commented Nov 22, 2023

Hi!

I can't find a way to specify the cols and rows arguments that I usually pass to asciinema.

Can you tell me if it is possible to do it?

Thanks!

@zechris
Copy link
Owner

zechris commented Nov 23, 2023

asciinema-rec_script builds up a script for asciinema to then run.
Then any command line arguments passed in to it get passed down into the underlying call to asciinema rec script.
(See here.)

So I would have assumed it would "just work".

If you make a script then run it with:

asciinema rec --command <script> --cols=<n> --rows=<n>

Does that work as expected for you?

Then how bout:

asciinema-rec_script <script> --cols=<n> --rows=<n>

(Hmm... perhaps the help needs a link to https://github.com/asciinema/asciinema#rec-filename ?)

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

No branches or pull requests

2 participants