All Projects → KingDomPan → Gors

KingDomPan / Gors

go实现的终端录屏程序

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Gors

Terminalizer
🦄 Record your terminal and generate animated gif images or share a web player
Stars: ✭ 12,165 (+63926.32%)
Mutual labels:  terminal, tty, record
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 (+10152.63%)
Mutual labels:  terminal, tty, recording
castty
A CLI tool to record audio-enabled screencasts of your terminal, for the web.
Stars: ✭ 109 (+473.68%)
Mutual labels:  tty, recording
asciinema-rs
Asciinema client written in Rust
Stars: ✭ 81 (+326.32%)
Mutual labels:  tty, record
Peaclock
A responsive and customizable clock, timer, and stopwatch for the terminal.
Stars: ✭ 314 (+1552.63%)
Mutual labels:  terminal, tty
Tlog
Terminal I/O logger
Stars: ✭ 170 (+794.74%)
Mutual labels:  recording, terminal
Torchfunc
PyTorch functions and utilities to make your life easier
Stars: ✭ 177 (+831.58%)
Mutual labels:  recording, record
Tty Markdown
Convert a markdown document or text into a terminal friendly output.
Stars: ✭ 275 (+1347.37%)
Mutual labels:  terminal, tty
Wiremockui
Wiremock UI - Tool for creating mock servers, proxies servers and proxies servers with the option to save the data traffic from an existing API or Site.
Stars: ✭ 38 (+100%)
Mutual labels:  recording, record
Tty Progressbar
Display a single or multiple progress bars in the terminal.
Stars: ✭ 377 (+1884.21%)
Mutual labels:  terminal, tty
Animatedrecordingview
Android animated recording view
Stars: ✭ 345 (+1715.79%)
Mutual labels:  recording, record
Upterm
A terminal emulator for the 21st century.
Stars: ✭ 19,441 (+102221.05%)
Mutual labels:  terminal, tty
Asciinema Server
Web app for hosting asciicasts
Stars: ✭ 1,848 (+9626.32%)
Mutual labels:  recording, terminal
Termtosvg
Record terminal sessions as SVG animations
Stars: ✭ 9,310 (+48900%)
Mutual labels:  recording, terminal
Recorder
html5 js 录音 mp3 wav ogg webm amr 格式,支持pc和Android、ios部分浏览器、和Hybrid App(提供Android IOS App源码),微信也是支持的,提供H5版语音通话聊天示例 和DTMF编解码
Stars: ✭ 2,891 (+15115.79%)
Mutual labels:  recording, record
Asciinema
Terminal session recorder 📹
Stars: ✭ 9,880 (+51900%)
Mutual labels:  recording, terminal
rdScreenRecordSDK-for-Windows
Windows录屏SDK
Stars: ✭ 19 (+0%)
Mutual labels:  recording, record
Tio
tio - A simple TTY terminal I/O application
Stars: ✭ 489 (+2473.68%)
Mutual labels:  terminal, tty
Finalcut
A text-based widget toolkit
Stars: ✭ 244 (+1184.21%)
Mutual labels:  terminal, tty
Gotty
Share your terminal as a web application
Stars: ✭ 16,070 (+84478.95%)
Mutual labels:  terminal, tty
终端录屏程序
  • 这是一个小巧的终端录屏程序
  • gors is the meaning of Go Record Screen
编译二进制文件

go build -o gors main.go

录屏
  • 指定文件的方式 gors record --filename panqd.json
  • 不指定文件的方式 gors record 录屏文件生成在/tmp目录下, 以gors文件名开头
回放

gors play --filename panqd.json

帮助
  • gors --help
  • gors record --help
  • gors play --help
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].