-
-
InfluxDB
InfluxDB โ Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
> https://github.com/asciinema/asciinema-server
and
> Web player for terminal session recordings
-
-
t-rec-rs
Blazingly fast terminal recorder that generates animated gif images for the web written in rust
I tried asciinema and I forgot which others, but I eventually used t-rec because itโs able to easily compress to a small size file that I can upload to GitHub (see demo on here https://GitHub.com/Langroid/Langroid) and it also creates mp4 filed that I can upload to loom etc.
https://github.com/sassman/t-rec-rs
-
-
I recently started using this for recording all my terminal sessions (without upload). It's pretty neat to be able to go back and replay any session I had. I also threw together a small tool to grep through the output, although it's currently pretty slow:
https://github.com/moyix/termgrep
I stuck this in my .profile to record any session started under TMUX and avoid recursive recording. It compresses the logs with zstd when you exit.
# Check if not already recording and inside tmux
Related posts
-
Asciinema: Record and share your terminal sessions, the simple way
-
Asciinema: Record and share your terminal sessions, the simple way
-
Asciinema: Record and share your terminal sessions, the simple way
-
Short form video
-
Weird question but... Is there a way to keylog myself so that it it is possible to recover deleted typing?