terminalizer icon indicating copy to clipboard operation
terminalizer copied to clipboard

🦄 Record your terminal and generate animated gif images or share a web player

Results 122 terminalizer issues
Sort by recently updated
recently updated
newest added

When sharing a recording to terminalizer.com, the command fails in every case: ``` $ terminalizer share myrecoding Please enter some details about your recording ? Title Test ? Description Desc...

bug

First time using this project. Unfortunately I get an error when rendering the video. ``` $ terminalizer render demo Error: Error: [1874161:1001/223018.440808:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process....

Hi, #Guigui here. Yes, with the #. I think we all know where this is going from there. ![image](https://user-images.githubusercontent.com/47950669/221848717-ac250c97-e45e-4966-b1d3-181d01c95924.png) Unsure if it's the correct place to talk about bugs in...

I tried rendering a gif and here is what I have got: ``` terminalizer render test Error: Error: [389407:0216/120910.734580:ERROR:bus.cc(397)] Failed to connect to the bus: Failed to connect to socket...

when running `terminalizer record` and passing the `--config` flag, terminalizer does not accept files with the extension `.yaml`. Renaming the same file to `.yml` works ❌ `terminalizer record --config terminalizer-config.yaml...

I incorrectly attempted to share a recording with a description that included double quote characters. This resulted in the following error: ``` $ terminalizer share launch.yml Please enter some details...

Trying to record a Powershell terminal session on Mac. The recording goes fine, but when I attempt to play the session the output contains terminal ASNI escape sequences For example...

In my case, nothing happened after typing `terminalizer record demo -d 'zsh'`, the terminal did not change to record mode. I also tried to edit the config file, terminalizer did...

Hi! I made a multiple minutes recording that failed to upload. After some debugging, it seems that nginx is blocking the upload. I created a pull request to fix the...

Catching HTTP error code 413 from nginx and displaying a proper error message.