[PR #49] [CLOSED] New workflow #372

Closed
opened 2026-02-25 20:33:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/asciinema/asciinema/pull/49
Author: @ku1ik
Created: 11/25/2013
Status: Closed

Base: masterHead: local-workflow


📝 Commits (1)

  • 609a999 Mention 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.org
  • asciinema 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.

## 📋 Pull Request Information **Original PR:** https://github.com/asciinema/asciinema/pull/49 **Author:** [@ku1ik](https://github.com/ku1ik) **Created:** 11/25/2013 **Status:** ❌ Closed **Base:** `master` ← **Head:** `local-workflow` --- ### 📝 Commits (1) - [`609a999`](https://github.com/asciinema/asciinema/commit/609a99928a82cd447fdf9f191c03680567a21162) Mention new workflow in README ### 📊 Changes **1 file changed** (+15 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+15 -2) </details> ### 📄 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.org - `asciinema 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:33:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#372
No description provided.