mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[PR #49] [CLOSED] New workflow #372
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#372
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/49
Author: @ku1ik
Created: 11/25/2013
Status: ❌ Closed
Base:
master← Head:local-workflow📝 Commits (1)
609a999Mention new workflow in README📊 Changes
1 file changed (+15 additions, -2 deletions)
View changed files
📝
README.md(+15 -2)📄 Description
Here's the idea for the new recording/publishing workflow:
asciinema rec- record the terminal session, it gets saved in your local "repository",asciinema ls- see what's local (not published),asciinema ls -r- see what's remote (published),asciinema rm <id>- delete it,asciinema play <id>- replay it in your terminal,asciinema edit <id>- fire up $EDITOR and edit title, description and the content itself (fixing typos!),asciinema process <id> ...- post-process the recording (optimizations like: removing idle time, speeding it up, etc. Also, filtering the recorded content by running through arbitrary command)asciinema push <id>- upload/publish to asciinema.orgasciinema search <text>- search for asciicasts including given text (in title, description and content)See this gist for example workflow: https://gist.github.com/sickill/c83e9f972c89dd76ef95
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.