minus-square@[email protected]linkfedilink1•1 year agoThe main reason Terminals suck is the lack of any guides. Imagine a CLI interface without commands, just selecting. That would still work everywhere and be easy to maintain, but it would be easy to use. Or just having cheatsheets available cheat(){ curl cheat.sh/$1 } That makes Terminals useful for everyone
minus-square@[email protected]linkfedilinkEnglish10•edit-21 year agoCheat sheets are man pages and the -help option on most commands Those exist already
minus-square@[email protected]linkfedilink1•1 year agoThey are mostly way too big. Try to get an easy curl command from the man page
minus-square@[email protected]linkfedilinkEnglish6•1 year agoI get that, but any extensive cheat sheet would just wrap around to being an inefficient man page -help is the quick sheet, man is the extensive guide
minus-square@[email protected]linkfedilink2•1 year agoCheatsheets are community maintained examples of common usage. Manpages are way too complex, help is not always available or useful but good
The main reason Terminals suck is the lack of any guides.
Imagine a CLI interface without commands, just selecting. That would still work everywhere and be easy to maintain, but it would be easy to use.
Or just having cheatsheets available
cheat(){ curl cheat.sh/$1 }
That makes Terminals useful for everyone
Cheat sheets are man pages and the -help option on most commands
Those exist already
They are mostly way too big. Try to get an easy curl command from the man page
I get that, but any extensive cheat sheet would just wrap around to being an inefficient man page
-help
is the quick sheet,man
is the extensive guideCheatsheets are community maintained examples of common usage. Manpages are way too complex, help is not always available or useful but good
You need something like this https://github.com/isacikgoz/tldr
No just that small bash function