Skip to content

Add lnav.org feature#192

Merged
sebst merged 2 commits intomainfrom
copilot/add-lnav-org-feature
Mar 24, 2026
Merged

Add lnav.org feature#192
sebst merged 2 commits intomainfrom
copilot/add-lnav-org-feature

Conversation

Copy link
Contributor

Copilot AI commented Mar 24, 2026

Adds a devcontainer feature for lnav — an advanced terminal log file viewer with multi-file support, automatic format detection, and syntax highlighting.

Changes

  • src/lnav.org/ — New feature using the gh release install method. Downloads the Linux musl static zip from tstack/lnav releases, extracts the binary via unzip -p, and places it at /usr/local/bin/lnav. Architecture mapping: amd64→x86_64, arm64→arm64.
  • test/lnav.org/test.sh — Smoke test: lnav --version
  • README.md — Added lnav.org row in alphabetically sorted feature table

Asset naming (tstack/lnav releases)

lnav-{version}-linux-musl-x86_64.zip   # amd64
lnav-{version}-linux-musl-arm64.zip    # arm64

Zip contains binary at lnav-{version}/lnav; extracted with unzip -p piped directly to the target path.

Original prompt

This section details on the original issue you should resolve

<issue_title>Add "lnav.org" feature</issue_title>
<issue_description>Gh repo tstack/lnav</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Add lnav.org feature Add lnav.org feature Mar 24, 2026
Copilot AI requested a review from sebst March 24, 2026 11:17
@sebst sebst marked this pull request as ready for review March 24, 2026 11:19
@sebst sebst merged commit 08adba8 into main Mar 24, 2026
7 checks passed
@sebst sebst deleted the copilot/add-lnav-org-feature branch March 24, 2026 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add "lnav.org" feature

2 participants