[PR #454] [CLOSED] Feature: implement --begin-at flag for play command (fix #447) #1076

Closed
opened 2026-03-15 11:17:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/asciinema/asciinema/pull/454
Author: @tomowang
Created: 12/7/2021
Status: Closed

Base: developHead: develop


📝 Commits (1)

  • 9bfe5ac Feature: implement --begin-at flag for play command (fix #447)

📊 Changes

5 files changed (+16 additions, -5 deletions)

View changed files

📝 README.md (+1 -0)
📝 asciinema/__main__.py (+1 -0)
📝 asciinema/asciicast/events.py (+7 -0)
📝 asciinema/commands/play.py (+2 -1)
📝 asciinema/player.py (+5 -4)

📄 Description

Add one new cli flag --begin-at for play command. This option accepts
one fractional as relative time and will skip till this time when playing.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/asciinema/asciinema/pull/454 **Author:** [@tomowang](https://github.com/tomowang) **Created:** 12/7/2021 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (1) - [`9bfe5ac`](https://github.com/asciinema/asciinema/commit/9bfe5ac7ee180b9973a14e350332e32969115360) Feature: implement --begin-at flag for play command (fix #447) ### 📊 Changes **5 files changed** (+16 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `asciinema/__main__.py` (+1 -0) 📝 `asciinema/asciicast/events.py` (+7 -0) 📝 `asciinema/commands/play.py` (+2 -1) 📝 `asciinema/player.py` (+5 -4) </details> ### 📄 Description Add one new cli flag `--begin-at` for play command. This option accepts one fractional as relative time and will skip till this time when playing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 11:17:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#1076
No description provided.