mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-26 00:15:56 +03:00
[PR #473] [MERGED] TTY/stdin/stdout handling improvements #1087
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#1087
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/473
Author: @ku1ik
Created: 2/20/2022
Status: ✅ Merged
Merged: 2/20/2022
Merged by: @ku1ik
Base:
develop← Head:tty-in-out📝 Commits (5)
24dba63Typing improvementsa946d3eDedicated function to build metadata6a33b6aExplicitly use tty for input/output instead of process' stdin/stdout81cf523Forward asciinema's stdin to recorded processbc7bbb3Don't use colors when asciinema's stdout/stderr is not a tty📊 Changes
4 files changed (+96 additions, -41 deletions)
View changed files
📝
asciinema/__init__.py(+0 -2)📝
asciinema/commands/command.py(+17 -5)📝
asciinema/pty_.py(+12 -0)📝
asciinema/recorder.py(+67 -34)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.