mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-24 23:45:50 +03:00
[GH-ISSUE #283] Support following mode in asciinema play like tail -f #195
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#195
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lebinh on GitHub (Mar 30, 2018).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/283
The 2.0 file format already allow us to play a recording "live", i.e., while
recis still running. However there's still a small draw back, the playback finish immediately when it reaches EOF. This prevents us from watching and following the recording "live" over simple setup like an SSH connection to the same machine. Which I believe is a useful feature to have.I'd like to add a new flag
-f/--followtoasciinema playso that instead of exiting it will keep watching the file for new data and keep on playing it. And I can work on it but would like to hear from the maintainers first.@ku1ik commented on GitHub (Mar 31, 2018):
There are several, already working options for this, see this blog post: http://blog.asciinema.org/post/two-point-o/ and specifically this comment by @benaryorg http://blog.asciinema.org/post/two-point-o/#comment-3764849151:
@ku1ik commented on GitHub (Mar 31, 2018):
I definitely find this use case worth looking into. Not sure if it's worth implementing native support if you can do it with unix tools. Maybe, maybe not, let's discuss :)
@lebinh commented on GitHub (Mar 31, 2018):
Oh that's great! And sorry, I missed the blog post and thus the (now) obvious use of playing from stdin, my bad. I think this is good enough, asciinema is already super useful and let's not reinvent
tail -f😄But perhaps adding this to README might make it easier to discover 🤔 ?