mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[PR #324] [CLOSED] Add configuration for which keys pause and step playback #1043
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#1043
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/324
Author: @lucywyman
Created: 10/1/2018
Status: ❌ Closed
Base:
develop← Head:any-key-playback📝 Commits (1)
2f66c45Add configuration for which keys pause and step playback📊 Changes
5 files changed (+36 additions, -10 deletions)
View changed files
📝
asciinema/__main__.py(+4 -1)📝
asciinema/commands/play.py(+3 -2)📝
asciinema/config.py(+8 -0)📝
asciinema/player.py(+11 -7)📝
tests/config_test.py(+10 -0)📄 Description
What this changes This adds configuration options for which characters will cause playback to pause and step through playback
Why I'm demoing Bolt at Puppetize Live next week, and wanted a tool that would allow me to look like I'm typing while having a predictable demo. There's a similar tool that does this, 'Demo easel', but it only works on OSX and Windows. Since I didn't want to mess with a VM during my demos, hacking this together seemed like the easiest way to get a close approximation.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.