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

### Issue Description `render` and `share` commands crops/duplicates characters when unicode is used. The `play` command displays it correctly. ![image](https://user-images.githubusercontent.com/3892031/98378354-80a5a300-200b-11eb-8439-3c10e26cbfa7.png) - tops of characters is cropped - first letter of...

This is how I recorded and rendered the recording: ``` % node --version v10.17.0 % terminalizer record -c config.yml myrec The recording session is started Press CTRL+D to exit and...

I saw issues #43 and #11, however this seems to be different. * terminalizer --version = 0.7.2 * osx: 10.15.5 * terminal: iterm2, & terminal * shells: bash, zsh I...

Hello, I noticed that; if the watermark image url path is wrong, render command is just hanging. I think some error message would be great because I had to search...

enhancement

Seemed to me that the speed factor options is useful not only for `terminalizer play` but also for `terminalizer render`. This PR adds this option to the latter command.

I explicitly export the PS1 environment variable to change my prompt to just '$' for a recording and terminalizer overwrites it with my default value. How can I change my...

I explicitly export the PS1 environment variable to change my prompt to just '$' for a recording and terminalizer overwrites it with my default value. How can I change my...

It seems like there is no way to delete accounts/data. It would be nice to have the option to

Hey, would it be possible to include a new parameter to include a pause at the end, before looping the animation? That parameter would be very useful, for example to...

My watermark is currently as your example in the readme, at the bottom right corner: ``` watermark: imagePath: /path/image.png style: position: absolute right: 15px bottom: 0px width: 100px opacity: 0.2...