Asciinema is a nice tool for capture and save all the terminal output in a json file. You can publish the beautiful animated video record with a player on your website.
Continue reading
Asciinema is a nice tool for capture and save all the terminal output in a json file. You can publish the beautiful animated video record with a player on your website.
In software development we are using many operators and symbols. But in programming languages they are always represented with multiple characters (==, !=, >=, <=, =>, …), but still represent a single symbol. Almost all the code editors support font ligature and can be used to improve the rendering of source code on screen.
Continue reading