Hacker News new | ask | show | jobs
CTEE: Easily Record and Share Your Bash Sessions (github.com)
4 points by 13alvone 1046 days ago
1 comments

Record and replay Bash CLI sessions transparently and easily on Linux and MacOS systems. CTEE records stdin, stdout, and timestamps; cleaning and placing each within a single sqlite3 database per CTEE session to be used for sharing and/or later recall. Additionally, CTEE produces a final HTML report of the Bash session activity in a very readable way, so that activity can be validated as the user saw it, at the time of execution.