$ tldr --help
tldr - Simplified and community-driven man pages
Usage: tldr [-v|--version] ((-u|--update) | [-p|--platform PLATFORM] COMMAND)
tldr Client program
Available options:
-h,--help Show this help text
-v,--version Show version
-u,--update Update offline cache of tldr pages
-p,--platform PLATFORM Prioritize specfic platform while searching. Valid
values include linux, osx, windows, sunos
COMMAND name of the command
Or a much better example of the usage:
$ tldr tldr
tldr
Simplified man pages.More information: https://tldr.sh.
- Get typical usages of a command (hint: this is how you got here!):
tldr {{command}}
- Show the tar tldr page for linux:
tldr -p {{linux}} {{tar}}
- Get help for a git subcommand:
tldr {{git checkout}}
Snapshot
Changes
0.6.2
package.yaml support for configuring package
CI releases binary now
0.6.1
Implement –about option
0.6.0
Make it obey –platform option
Add -u as an alias for –update
Make parsing more robust
0.5.1
Proper options handling
0.5.0
Obey XdgData for storing the files.
Also search pages from sunos directory now.
Support subcommands ie. tldr git submodule will now work.
0.4.0.2
Fix double initialization bug. Credits to @Kove-W-O-Salter