From d2c5efb43aafb407ba51453792ced88d6b4c336d Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Mon, 10 Jul 2023 12:02:35 +0200 Subject: [PATCH] t2svg: fix mistaken link --- content/software/termtosvg.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/software/termtosvg.md b/content/software/termtosvg.md index 1d69afa..2be7153 100644 --- a/content/software/termtosvg.md +++ b/content/software/termtosvg.md @@ -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/).