Show Navigation
Conversation
Notices
-
TIL about tldr. I wish I'd known about this when I was starting out in the terminal. http://tldr.sh/
-
It would be nice if these tldr pages are integrated into traditional man pages. Then, we wouldn't need a separate client just for tldr pages.
-
@arunisaac It would be nice, but I doubt it's feasible. Some of those projects aren't exactly easy to send PRs to, for example.
-
That, unfortunately, is the sad situation many free software projects are in.
-
@arunisaac You could rewrite the 'man' command itself as a solution - have something like 'man --tldr sudo' bring up the TLDR page instead.