Replies: 1 comment
-
|
Oops. My logic doesn't work. export CIINE_PATH=~/g/sites/showcase/casts/${PWD##*/}/$(date '+%s').cast is set to an actual path, not to a template, which is what I want. If I put it in the CLI when I start the session, it works as expected. I've added this to my .bashrc file: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I love that I can set the filename to a template. Since that's not available in the .toml file, I set up my environment so that I can record without typing it in.
Eventually I'll put that into .bashrc so that I can begin recording with
And now in rc5, I get the name of the file written when the session ends.
exit asciinema: recording finished asciinema: asciicast saved to /home/tac/g/sites/showcase/casts/kpa/1751806679.castAt this point, I often do one of the following:
I'd like to have the name of the most recently recorded file in an environment variable, so that I don't need to type it. E.g.
This feature would be really useful for me. Right now, in my script I'm reading my $CIINE_PATH variable and getting the directory and then looking for the most recently written file. That feels hacky.
Thanks for your consideration.
Feature request:
Beta Was this translation helpful? Give feedback.
All reactions