在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):psibi/tldr-hs开源软件地址(OpenSource Url):https://github.com/psibi/tldr-hs开源编程语言(OpenSource Language):Haskell 96.7%开源软件介绍(OpenSource Introduction):tldrHaskell client for tldr Table of Contents InstallationSee Github releases: https://github.com/psibi/tldr-hs/releases Executables are available for all the three major platforms: Linux, Windows and MacOS. Or
Usage$ tldr --help
tldr - Simplified and community-driven man pages
Usage: tldr [-v|--version] ((-u|--update) | [-p|--platform PLATFORM]
[-L|--language LOCALE] COMMAND | (-a|--about))
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 a specific platform while searching. Valid
values include linux, osx, windows, sunos
-L,--language LOCALE Preferred language for the page returned
COMMAND name of the command
-a,--about About this program
--auto-update-interval DAYS
Perform an automatic update if the cache is older
than DAYS 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}} Offline cachingOn the first run, this program caches all available tldr pages. Since the number of available tldr pages rises quickly, it is recommended to regularly update the cache. Such an update can be run manually with: $ tldr --update Starting with version Snapshot |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论