mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
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#1076
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?
📋 Pull Request Information
Original PR: https://github.com/asciinema/asciinema/pull/454
Author: @tomowang
Created: 12/7/2021
Status: ❌ Closed
Base:
develop← Head:develop📝 Commits (1)
9bfe5acFeature: 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-atfor play command. This option acceptsone 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.