Add io.pilot.tldr — simplified man pages (tlrc 1.13.1) as a native CLI app#82
Merged
Conversation
…I app Bundles the official tldr-pages client tlrc v1.13.1 (MIT) as a sha-pinned, per-OS/arch native app fronting ~7,350+ example-first command cheat-sheets (pages CC-BY-4.0). Methods: get, raw, search, list, info, update, render, exec (verbatim-argv passthrough), cli_help, version. Verified on macOS (socket) and Linux (fedora:41 microVM); all four platforms build and pass the catalogue gate.
A/B report —
|
| Command | Vanilla ms | Pilot ms | Δ | Exit match |
|---|---|---|---|---|
| version | 2 | 7 | +5 | ✓ |
| cli_help | 4 | 6 | +2 | ✓ |
| get_tar | 1299 | 6 | -1293 | ✓ |
| search_compress | 8 | 10 | +2 | ✓ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds io.pilot.tldr, packaging the official open-source tldr-pages client tlrc v1.13.1 as a native, per-OS/arch app that fronts simplified, community-driven man pages — concise, example-first cheat-sheets for ~7,350+ command-line tools (a dictionary of man pages for almost every CLI an agent uses to build, deploy, and operate software).
Open source & tested. Client tlrc is MIT; the page content is CC-BY-4.0 (© tldr-pages contributors). Every method was exercised end-to-end (see below). The ~3 MiB page catalog auto-downloads on first use and works offline thereafter.
Methods (10 + auto
tldr.help)tldr.get— a command's cheat-sheet as clean texttldr.raw— a page as raw Markdown (machine-parseable)tldr.search— first-class full-text search across the whole catalogtldr.list— the directory of every documented command for the platformtldr.info— cache path / age / languages / page counttldr.update— refresh the local page cachetldr.render— render a local tldr-format.mdpagetldr.exec— verbatim-argv passthrough (--platform,--language,--list-all,--offline, …) + optional stdintldr.cli_help— the complete command-palette reference (every flag, value, default) as clean texttldr.version— client + spec versionDelivery
-help.ed25519:PWQdFC8oGtlYsGhVtjMcR1CfOKKa0O3TtKtFD8vrD90=), reused for all future updates.Verification
pilot-app verify-submission→ VERIFY OK, all 4 platforms build + pass the catalogue gate.