https://github.com/pegvin/termrec
Terminal recorder written in C
https://github.com/pegvin/termrec
c c-programming recorder terminal terminal-recording
Last synced: 10 months ago
JSON representation
Terminal recorder written in C
- Host: GitHub
- URL: https://github.com/pegvin/termrec
- Owner: pegvin
- License: bsd-3-clause
- Created: 2022-10-29T12:17:48.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T21:36:10.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T02:39:15.209Z (10 months ago)
- Topics: c, c-programming, recorder, terminal, terminal-recording
- Language: C
- Homepage:
- Size: 103 KB
- Stars: 21
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# termrec
pronounced *turmeric*, Termrec is a fast & tiny terminal session recorder written in c
---
## Features
- Extremely Fast & Small in Size (~52kb)
- 0 External Libraries (Except Posix standard stuff)
- UTF-8 Support
- ONLY Asciinema V1 Format Support
- Runs On Any Unix-Based System
---
## Todo
- [ ] Address issue #3
- [ ] Implement a custom file format with compression
- [ ] Implement some sort of renderer
- [ ] Group Together Macro Feature Tests
---
## Building From Source
1. Get The Source Code Via [Git](https://git-scm.com/): `git clone https://github.com/pegvin/termrec`
2. Change Current Directory To The Cloned One: `cd termrec`
3. Compile Via [GNU Make](https://www.gnu.org/software/make/): `make all`
(Yeah, This was recorded using `termrec`)
[](https://asciinema.org/a/642682)
---
# Thanks