Hacker News new | ask | show | jobs
by yuribro 2129 days ago
I think that we just don't have a standard for it. I know people use AutoHotkey to automate a lot of workflows involving GUI applications.

Recently there was a thread about Factorio (the game), which is all about automating. And once you have standard-ish inputs & outputs, you can achieve a lot of automations, in a different way.

It also highlights that the shell has limitations: it's hard to give multiple inputs, and handle outputs and create a complex pipeline. (I guess that's why we have things like Airflow)