mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-26 00:15:56 +03:00
[PR #501] [MERGED] Fix piping of input into rec command #495
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#495
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/501
Author: @ku1ik
Created: 5/15/2022
Status: ✅ Merged
Merged: 5/16/2022
Merged by: @ku1ik
Base:
develop← Head:better-rec-input📝 Commits (3)
4792f8dFix piping of input intoreccommand8b1ea57Gracefully shutdown worker processes upon KeyboardInterrupt8c9475aFix inheritance in async_worker📊 Changes
3 files changed (+23 additions, -30 deletions)
View changed files
📝
asciinema/async_worker.py(+7 -1)📝
asciinema/pty_.py(+14 -21)📝
asciinema/recorder.py(+2 -8)📄 Description
This improves input handling for
reccommand:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.