|
|
|
|
|
by DonaldPShimoda
2152 days ago
|
|
Things I cannot easily compose: - Messages (macOS) - Slack - web browser - various notes apps - iTunes - Discord - plenty more These are tools I use all the time throughout the day. There is no simple pipe-like interface that allows me to easily take the output (graphical display) and pass it elsewhere to do something with it. In the terminal, everything shares a universal output system: text. GUIs are not composable in principle. Sure, there are some workflows where you can do it, but that is not generally the case because they lack this common interface as a standard. CLI tools, on the other hand, have the standard of text output. |
|
It is like the "Everything is a file", except when it is not.