Skip to content

pegvin/termrec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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