mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[PR #232] [CLOSED] asciinema 2.0 #418
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#418
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/232
Author: @ku1ik
Created: 9/17/2017
Status: ❌ Closed
Base:
master← Head:v2📝 Commits (10+)
083cdaaExample of asciicast v23ad8fa3First incomplete draft of v2 doca0b52ceDescribed event typescab32f3Mention recorder versions using asciicast v1 format7ee7c4aBetter structure of v2 doc69898eeTweakaa32fe2Describe main theme behind v21c74035Remove duration from meta-data of complete example88e8a49Reword time descriptiona518ec7Add duration to optional meta-data📊 Changes
19 files changed (+447 additions, -251 deletions)
View changed files
📝
README.md(+1 -0)📝
asciinema/__main__.py(+2 -1)➖
asciinema/asciicast.py(+0 -125)➕
asciinema/asciicast/__init__.py(+104 -0)➕
asciinema/asciicast/v1.py(+13 -0)➕
asciinema/asciicast/v2.py(+112 -0)📝
asciinema/commands/play.py(+2 -1)📝
asciinema/commands/record.py(+5 -3)📝
asciinema/config.py(+5 -0)📝
asciinema/player.py(+19 -4)📝
asciinema/pty_recorder.py(+0 -1)➖
asciinema/recorder.py(+0 -37)➖
asciinema/stdout.py(+0 -42)📝
doc/asciicast-v1.md(+2 -0)➕
doc/asciicast-v2.md(+171 -0)📝
setup.py(+1 -1)📝
tests/config_test.py(+10 -0)📝
tests/pty_recorder_test.py(+0 -1)➖
tests/stdout_test.py(+0 -35)📄 Description
Highlights:
See 2.0 milestone for all the things we plan to include.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.