mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #573] How can I export command output to file.md or even file.svg? #305
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#305
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?
Originally created by @DragonSerW on GitHub (Sep 17, 2023).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/573
Hello guys! )
I use
figletto export text as file.nfo:My question is:
I need that formatted text as output file.svg or file.pdf.
Can asciinema do such thing? ;-))
For now I save bash output to file.md and then I print it with Document Viewer (to .pdf and to .svg).
@ku1ik commented on GitHub (Oct 18, 2023):
Hey! asciinema doesn't produce
.mdnor.pdffiles as it's primary use case is animated output. Checkout pandoc, there may be simple way to convert any text file (or output) into PDF with it.