Is this written using chatgpt? Not complaining, just asking
this post was submitted on 06 Oct 2023
12 points (92.9% liked)
commandline
1749 readers
1 users here now
founded 1 year ago
MODERATORS
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
or del
or delete
or uninstall
? 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.