mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[PR #180] [CLOSED] Add start-at option to play command #399
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#399
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/180
Author: @jakubjedelsky
Created: 10/13/2016
Status: ❌ Closed
Base:
master← Head:issue-118📝 Commits (1)
eb72250Add -t/--time option to play command📊 Changes
4 files changed (+14 additions, -4 deletions)
View changed files
📝
asciinema/__main__.py(+2 -1)📝
asciinema/commands/play.py(+3 -2)📝
asciinema/player.py(+6 -1)📝
man/asciinema.1(+3 -0)📄 Description
option -s / --start-at allows user to start replay of a file at a
specified sec. It's quite stupid implemetnation, but should be enough for
review of a big file.
The logic behind is in Player class where sum of delays runs first in
every loop and if this sum is bigger than intended time, than we start
replaying.
This is a part of solution of Issue #118.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.