promptui icon indicating copy to clipboard operation
promptui copied to clipboard

Consider using asciinema for the demo

Open namibj opened this issue 6 years ago • 2 comments

Asciinema renders the prompt using native font rendering, which scales to different subpixel layouts, subpixel rendering in general, and high-dpi scenarios.

namibj avatar Nov 30 '17 22:11 namibj

Hey @namibj I actually recorded some of them before switching to a regular gif: https://asciinema.org/~luizbranco

Unfortunately on github markdown, it won't play unless you open on a new tab. Let me know if you have a better suggestion.

louisbranch avatar Dec 01 '17 05:12 louisbranch

You can do something like this:

[![asciicast](https://camo.githubusercontent.com/6d98a9569064c2d13bbe1aee6b58b59e010f5ba0/68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f78554e6461304e67623571736f674c7342692f67697068792e676966)](https://asciinema.org/a/148948)

Gif as a preview and asciinema after click :) asciicast

AyumuKasuga avatar Dec 01 '17 19:12 AyumuKasuga