pronounced turmeric, Termrec is a fast & tiny terminal session recorder written in c
- 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
- Address issue #3
- Implement a custom file format with compression
- Implement some sort of renderer
- Group Together Macro Feature Tests
- Get The Source Code Via Git:
git clone https://github.com/pegvin/termrec
- Change Current Directory To The Cloned One:
cd termrec
- Compile Via GNU Make:
make all
(Yeah, This was recorded using termrec
)