📜 ⬆️ ⬇️

Write down your terminal

Now if you are asked to show how something is done in the console, you do not need to copy the output from the putty or record the video via snagIt. The ascii.io utility does all this for you.
image

The utility is a python script, it is very easy to install:
curl -sL get.ascii.io | bash

After that, just run
asciiio

A new shell is created in which you do all the necessary actions. After that, exit it via Ctrl-D and the script uploads the record to the server.
Moreover, the "video" is shown in the form of ASCII graphics, so at any time you can pause it and copy the necessary piece of code.

Instructions for use
All utility options
Well, the video to attract attention:
Star Wars: Episode IV

')

Source: https://habr.com/ru/post/190252/


All Articles