|
| ▲ | plmpsu 3 days ago | parent | next [-] |
| Interesting use cases. Can TUIs benefit? Any prominent examples? |
| |
| ▲ | phoyd 2 days ago | parent [-] | | Yazi, If, and Ranger file managers use it to display images inline. Euporie allows you to run a graphical Jupyter console session. Sixel is a very old standard and has been used to display graphics in terminals since the 80s. It fell out of favor when high-resolution bitmapped desktop environments became mainstream (and affordable), but it is still useful if you are doing remote console work and don't want to set up network hoops with ad hoc HTTP servers just to view a remote diagram. |
|
|
| ▲ | 1718627440 2 days ago | parent | prev [-] |
| Feels to me like it violates the only real assumption for a terminal. |
| |
| ▲ | NuclearPM 2 days ago | parent [-] | | Which is? | | |
| ▲ | 1718627440 2 days ago | parent [-] | | Everything is text. | | |
| ▲ | matt_kantor 2 days ago | parent | next [-] | | People have been drawing ASCII art since ASCII was invented, and control codes like the bell "character" existed even before computers did. | | |
| ▲ | 1718627440 2 days ago | parent [-] | | Which is still linear text all tools work with. | | |
| ▲ | matt_kantor 2 days ago | parent [-] | | What's your definition of "text"? (I define it as "written words in a human-readable language". You must have something else in mind, because neither ASCII art nor control codes fit my definition.) | | |
| ▲ | 1718627440 2 days ago | parent [-] | | A linear stream of non-null characters, the majority of content being printable glyphs. |
|
|
| |
| ▲ | zamadatix 2 days ago | parent | prev [-] | | Tell that to something as fundamental as ASCII 0x07! |
|
|
|