All Projects → asciinema → Asciinema Server

asciinema / Asciinema Server

Licence: apache-2.0
Web app for hosting asciicasts

Programming Languages

elixir
2628 projects
HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
rust
11053 projects
shell
77523 projects

Projects that are alternatives of or similar to Asciinema Server

Tlog
Terminal I/O logger
Stars: ✭ 170 (-90.8%)
Mutual labels:  recording, terminal
Asciinema Player
asciinema player is an open-source terminal session player written in Javascript and Rust/WASM. Unlike other video players asciinema player doesn't play heavy-weight video files (.mp4, .webm etc) and instead plays light-weight terminal session files called asciicasts.
Stars: ✭ 1,948 (+5.41%)
Mutual labels:  terminal, recording
Goploader
Easy file sharing with server-side encryption, curl/httpie/wget compliant
Stars: ✭ 205 (-88.91%)
Mutual labels:  sharing, terminal
Upterm
Secure Terminal Sharing
Stars: ✭ 261 (-85.88%)
Mutual labels:  sharing, terminal
Gors
go实现的终端录屏程序
Stars: ✭ 19 (-98.97%)
Mutual labels:  recording, terminal
Termtosvg
Record terminal sessions as SVG animations
Stars: ✭ 9,310 (+403.79%)
Mutual labels:  recording, terminal
Asciinema
Terminal session recorder 📹
Stars: ✭ 9,880 (+434.63%)
Mutual labels:  recording, terminal
Warp
Secure and simple terminal sharing
Stars: ✭ 1,548 (-16.23%)
Mutual labels:  sharing, terminal
Atom Terminal Tab
Simple terminal for the Atom text editor.
Stars: ✭ 134 (-92.75%)
Mutual labels:  terminal
Nord Xfce Terminal
An arctic, north-bluish clean and elegant Xfce Terminal color theme.
Stars: ✭ 136 (-92.64%)
Mutual labels:  terminal
Tunnel
Use Ngrok In Termux With Advanced Options
Stars: ✭ 133 (-92.8%)
Mutual labels:  terminal
Programmer Calculator
Terminal calculator made for programmers working with multiple number representations, sizes, and overall close to the bits
Stars: ✭ 135 (-92.69%)
Mutual labels:  terminal
Quickpkg
wrapper for pkgbuild to quickly build simple packages from an installed app, a dmg or zip archive.
Stars: ✭ 137 (-92.59%)
Mutual labels:  terminal
Lazyhub
lazyhub - Terminal UI Client for GitHub using gocui.
Stars: ✭ 133 (-92.8%)
Mutual labels:  terminal
Tomato Clock
Pomodoro 番茄工作法 https://en.wikipedia.org/wiki/Pomodoro_Technique
Stars: ✭ 139 (-92.48%)
Mutual labels:  terminal
Rust Battop
Interactive batteries viewer
Stars: ✭ 133 (-92.8%)
Mutual labels:  terminal
Khal
📆 CLI calendar application
Stars: ✭ 1,888 (+2.16%)
Mutual labels:  terminal
Elixir Oh My Zsh
Oh My Zsh plugin for Elixir, IEX, Mix and Phoenix
Stars: ✭ 131 (-92.91%)
Mutual labels:  terminal
Graphql Cli
📟 Command line tool for common GraphQL development workflows
Stars: ✭ 1,814 (-1.84%)
Mutual labels:  terminal
Galacritty
WIP GTK terminal emulator based on Alacritty
Stars: ✭ 136 (-92.64%)
Mutual labels:  terminal

asciinema web app

CircleCI Code Climate

asciinema is a free and open source solution for recording terminal sessions and sharing them on the web.

This repository contains the source code of asciinema hosting web app, which runs at asciinema.org.

You can find the source code of asciinema terminal recorder at asciinema/asciinema, and the source code of asciinema web player at asciinema/asciinema-player.

Setting up your own asciinema web app instance

asciinema terminal recorder uses asciinema.org as its default host for the recordings. It's free, public service (all uploaded recordings are private by default though).

If you're not comfortable with uploading your terminal sessions to asciinema.org, or your company's policy prevents you from doing that, you can set up your own instance for private use. See our asciinema server install guide.

Once you have your instance running, point asciinema recorder to it by setting API URL in ~/.config/asciinema/config file as follows:

[api]
url = https://your.asciinema.host

Alternatively, you can set ASCIINEMA_API_URL environment variable:

ASCIINEMA_API_URL=https://your.asciinema.host asciinema rec

Contributing

Check out our Contributing page, which describes multiple ways you can help this project.

If you decide to contribute with the code then please read CONTRIBUTING.md, which covers submitting bugs, requesting new features, preparing your code for a pull request, etc.

Security

We're serious about the security of this web app and the user data it manages. If you find anything that looks like a potential vulnerability please read on how to report a security issue.

Authors

asciinema is developed by Marcin Kulik with the help of many great open source contributors.

For a complete list of the many individuals that contributed to the project, please refer to GitHub's list of contributors.

Copyright

Copyright © 2011-2021 Marcin Kulik. See LICENSE for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].