JUL 2023
It often happens to me that I need to run some cli command and I know exactly what I’m trying to accomplish, but I can’t remember how the tool I’m using works and which flags it provides. Especially when using ImageMagick or FFmpeg.
In the past I used to either read the docs to try to find what I need, or google my question. But since ChatGPT came out, I started using it to write my cli commands for me. I tell it what my OS is and what I want to accomplish, and then it returns the exact command I need and also the explanation for each flag.
It’s not only much faster but also someti