Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 881 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 881 Bytes

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: git clone https://github.com/pegvin/termrec
  2. Change Current Directory To The Cloned One: cd termrec
  3. Compile Via GNU Make: make all

(Yeah, This was recorded using termrec) How To Compile termrec


Thanks