t2svg: fix mistaken link

This commit is contained in:
Fabrice Mouhartem 2023-07-10 12:02:35 +02:00
parent efa6fd31c5
commit d2c5efb43a
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
---
Title: Use termtosvg to screencast your terminal
Date: 2019-04-24 17:01+5:30
Modified: 2023-07-10 12:00
Author: Fabrice
Category: software
Tags: termtosvg
@ -15,7 +16,7 @@ Therefore, it is common to just paste those term information when it comes to sh
However, once the Pandora box of terminals is opened, yet another world reveals itself: [ncurse](https://www.gnu.org/software/ncurses/).
It is common to represent static elements with it using a screenshot, however as I already complained about it in [another post]({filename}/tips/latex-adblock.md).
It is not a fully satisfactory solution as we also loose all the text information, and it is thus impossible to copy a part of the screen content without typing it again (or [OCR](https://www.gnu.org/software/ncurses/)ise the screenshot?).
It is not a fully satisfactory solution as we also loose all the text information, and it is thus impossible to copy a part of the screen content without typing it again (or [OCR](https://en.wikipedia.org/wiki/Optical_character_recognition)ise the screenshot?).
[Nicolas Bedos](https://github.com/nbedos) comes with a solution for this named [termtosvg](https://nbedos.github.io/termtosvg/).
This small python program is available on `pip` as well as [github](https://nbedos.github.io/termtosvg/).