mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[PR #607] [MERGED] Implement text output for rec command #1149
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#1149
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/607
Author: @ku1ik
Created: 1/24/2024
Status: ✅ Merged
Merged: 1/24/2024
Merged by: @ku1ik
Base:
develop← Head:rec-txt📝 Commits (2)
050b31dImplement text output forreccommand1ba452dEnable txt recording when filename ends in .txt and no output format override is used📊 Changes
6 files changed (+138 additions, -5 deletions)
View changed files
📝
Cargo.lock(+25 -0)📝
Cargo.toml(+1 -0)📝
src/cmd/rec.rs(+16 -5)📝
src/output/mod.rs(+2 -0)➕
src/output/txt.rs(+88 -0)📝
src/recorder.rs(+6 -0)📄 Description
This adds ability to produce a pure text log of a session by recording with
--format txtoption or passing a filename with.txtextension.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.