-
Notifications
You must be signed in to change notification settings - Fork 2
FAQs
Any environment that has support for PTYs (pseudo-terminals) that Go has support for. This includes Linux, BSD, MacOS etc.
It should work using WSL but is likely not going to be supported in a standard Windows Powershell/Command Prompt shell due to the lack of PTY support in Windows.
The recordings are asciinema compliant files. Any asciinema player or related tools should be able to process these files and interact with them. Currently aterm does not implement any extensions to the specification but the specification specifically mentions that extensions are supported. Tooling is supposed to ignore commands it does not understand. This should ensure that these files remain usable with all existing tooling if aterm does choose to implement extensions in the future.