typo static -> filename
This commit is contained in:
parent
0b7f0e98f8
commit
5f31a94a5b
|
@ -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/).
|
||||
|
|
Loading…
Reference in New Issue
Block a user