文件名称:tldr
文件大小:47KB
文件格式:ZIP
更新时间:2024-03-22 11:27:17
Go
TLDR 概要 为实施cli 用法 在其中{command}是标准cli命令(例如tldr curl )的终端中运行tldr {command} 特征 通过从下载zip来缓存到.tldr 将颜色编码的输出输出到stdout 检测操作系统以加载适当的语法和示例 通过kingpin( )实现的帮助和参数解析 允许通过--platform参数覆盖平台 允许通过--random参数获取随机页面 安装 自制软件(MacOS和LinuxBrew) 点击酒桶: brew tap eiladin/homebrew-tldr 安装tldr: brew install eiladin/homebrew-tldr/tldr 注意: tldr上存在名称冲突,因此必须使用完整的tldr名称进行安装 卸载tldr: brew uninstall tldr
【文件预览】:
tldr-master
----.goreleaser.yml(1KB)
----.gitignore(814B)
----go.mod(667B)
----Makefile(1KB)
----pkg()
--------context()
----LICENSE(1KB)
----go.sum(15KB)
----testdata()
--------helpers.go(519B)
----.github()
--------CODEOWNERS(10B)
--------workflows()
----main.go(136B)
----README.md(2KB)
----tldr-pages-LICENSE.md(1KB)
----cmd()
--------platforms.go(865B)
--------zsh_test.go(284B)
--------bash.go(723B)
--------pwsh.go(695B)
--------pwsh_test.go(323B)
--------completion_test.go(181B)
--------platforms_test.go(455B)
--------commands.go(1KB)
--------bash_test.go(284B)
--------root.go(3KB)
--------completion.go(431B)
--------root_test.go(2KB)
--------zsh.go(752B)
--------commands_test.go(889B)
----.editorconfig(131B)
----internal()
--------middleware()
--------pipe()
--------renderer()
--------zip()
--------config()
--------pipeline()