tlog icon indicating copy to clipboard operation
tlog copied to clipboard

Terminal I/O logger

Results 109 tlog issues
Sort by recently updated
recently updated
newest added

Research for the availability of a well-written and modular terminal emulator to embed in tlog, and have a translation for the actual terminal. Similarly to screen and tmux. If we...

the "shell" configuration defaults to `/bin/bash`. But what if `/bin/bash` does not exist or is not in `/etc/shells`? I'm not totally clear on how the configuration happens (I hit some...

In order to possibly support a location bar and playback progress display in Cockpit, when running tlog-play under the JavaScript terminal, consider injecting some terminal control sequences in tlog-play output...

Apparently XTerm, and some other terminal emulators support control sequences for resizing the terminal window. Found in asciinema/asciinema#198. Most of the terminals appear to require explicit enabling of this feature,...

Use RedHat-supplied Coverity / Clang Analyzer service to test the code for issues, then apply the necessary fixes.

pri: medium

Check that the shell spawned by tlog-rec gets only the environment it needs and doesn't inherit unnecessary file descriptors and other resources.

pri: medium

Document a way to setup recording and playback with central remote storage without ElasticSearch, even if it's ad-hoc.

pri: low

If tlog-play is interrupted while playing some colored output, like an mc session, the output color attributes are not restored on exit to what they were before start.

When a `top` command output playback is interrupted, tlog-play doesn't restore cursor visibility.

See if tlog-rec can be used with sudo to any benefit. Check if there's anything tlog needs to do for that. E.g. tlog-rec might be assigned as the shell for...