←back to thread

104 points linsomniac | 1 comments | | HN request time: 0.211s | source
1. aumerle ◴[] No.42180636[source]
Or run

kitty --dump-commands program-whose-output-you-want-to-inspect

You can even save the --dump-commands output as edit it and then replay it with

kitty --dump-commands program > commands.txt

kitty --replay-commands commands.txt