KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#claude-code
#cli
#windows
#codex
#developer-tools
#dsh
gors
★ 28
Open GitHub ↗
go实现的终端录屏程序
Download README (.md)
Explore Similar Repositories
lipnet-replication
:
A replication of Google DeepMind's paper:LipNet: End-to-End Sentence-level Lipreading
flash_writer
:
Flash writer sample software
go-many-git
:
Tool to manage multiple git repositories
multimodal-sentiment-detection
:
This code has been developed for detecting sentiment in videos using Convolutional Neural Network and Multiple Kernel Learning.
Jian-Ghost
:
Ghost Theme
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
gors
?
Download (.md)
##### 终端录屏程序 - 这是一个**小巧的终端录屏程序** - `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`