c-v is a lightweight pastebin instance of pb.

Simply paste anything and share it!

Web

You can use the web interface to use directly OR

Command line

Create a new paste from the output of cmd:

cmd | curl -F c=@- https://c-v.openkiri.zip/

The pb_cli is also available for maximum convenience pastes from your terminal.

terminal recording

Create and upload a recording using asciinema:

$ asciinema rec term.json
~ Asciicast recording started.
~ Hit Ctrl-D or type "exit" to finish.
$ echo tralalalala
tralalalala
$ exit
~ Asciicast recording finished.
$ curl -F c=@term.json https://c-v.openkiri.zip/
date: 2023-08-27T05:28:27.825630+00:00
digest: ec61bfd6616f1576ea623483d2d13411df048097
long: AOxhv9ZhbxV26mI0g9LRNBHfBICX
short: BICX
size: 610
status: created
url: https://c-v.openkiri.zip/BICX.json
uuid: 9693c359-4f45-4127-a4b7-a67273a05bdb

Then watch the playback with the t handler (https://c-v.openkiri.zip/t/BICX.json in this case).