In a CLI I can do ls -a | grep ".png" to find all the png files in the directory. In a GUI I can use the search function if it was implemented and well designed for the purpose I need it for. But I can’t infinitely mix and match functions like I can in bash.
Yeah, to do so in a GUI, you would require a nodes UI or similar thing, which is pretty heavy in itself and one won’t use it unless that’s the point of the workflow.
If you
then sure GUIs are great.
What do you mean by conposable in this context?
https://en.wikipedia.org/wiki/Composability
In a CLI I can do
ls -a | grep ".png"to find all the png files in the directory. In a GUI I can use the search function if it was implemented and well designed for the purpose I need it for. But I can’t infinitely mix and match functions like I can in bash.Yeah, to do so in a GUI, you would require a nodes UI or similar thing, which is pretty heavy in itself and one won’t use it unless that’s the point of the workflow.