Eh, mouse-driven UI was already bad. At least by now the computing universe is bifurcated between consumption-focused touchscreen UI and proper keyboard UI. I haven't hunted through an endless field of tiny icons in ages.
Just an hour ago I got reminded how user-unfriendly some terminal utilities are.
# ln
ln: missing file operand
Try 'ln --help' for more information.
Yeah what a helpful error message. Yes I know it takes two file paths to link one to the other. But for the life of me I can't remember which order it wants them in.
I wish there was some sort of "parameter hint" for the terminal, like in an IDE. You type `ln` or `find` or `grep` and it pops up above the cursor and tells you what parameters the command expects.