this post was submitted on 06 Oct 2023
12 points (92.9% liked)
commandline
1750 readers
1 users here now
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Some good thoughts but hard to read.
IMO it's true that CLI programs often have bad UX, and it's why I really appreciate tldr. I constantly make aliases/wrappers/scripts around programs, or trawl through my Ctrl+R to find the way I did something before even for programs I use on a semi-regular basis. Was it
remove
ordel
ordelete
oruninstall
? On a GUI there's just one button to click. Also, tab-completion on commands is great when it's there - I think more programs should aspire to ship autocompletions.