teseq
utility for rendering terminal typescripts human-readable
Install
- All systems
-
curl cmd.cat/teseq.sh
- Debian
-
apt-get install teseq
- Ubuntu
-
apt-get install teseq
- Kali Linux
-
apt-get install teseq
- Fedora
-
dnf install teseq
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install teseq
- Raspbian
-
apt-get install teseq
- Dockerfile
- dockerfile.run/teseq
teseq
utility for rendering terminal typescripts human-readable
GNU Teseq is a tool for analyzing files that contain control characters and terminal control sequences. It is intended to be useful for diagnosing terminal emulators, and programs that make heavy use of terminal features (such as those based on the Curses library). It is primarily targeted at individuals who possess a basic understanding of terminal control sequences, especially CSI sequences; however, by default Teseq will try to identify and describe the sequences that it encounters, and the behavior they might produce in a terminal.