diff --git a/content/software/termtosvg.md b/content/software/termtosvg.md index 0ac07a7..1d69afa 100644 --- a/content/software/termtosvg.md +++ b/content/software/termtosvg.md @@ -14,7 +14,7 @@ A terminal contains only text information (if we except exploits such as [w3m](h Therefore, it is common to just paste those term information when it comes to show some CLI behaviour. 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]({static}/tips/latex-adblock.md). +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?). [Nicolas Bedos](https://github.com/nbedos) comes with a solution for this named [termtosvg](https://nbedos.github.io/termtosvg/).