| ▲ | skydhash 3 hours ago | |
Piping is a feature of the shell, not the terminal. But composable means that cli tools produces text, consume text, and are configured through text. You can build independent tools to do separate task and then build a meta tools that coordinate them. While the individual tools may be complex, the coordination can be very easy. With posix shells, you have piping and subshells that do a lot of the heavy lifting. | ||