Skip to content

Add bat feature#126

Merged
sebst merged 2 commits intomainfrom
copilot/add-bat-feature
Mar 19, 2026
Merged

Add bat feature#126
sebst merged 2 commits intomainfrom
copilot/add-bat-feature

Conversation

Copy link
Contributor

Copilot AI commented Mar 19, 2026

Adds a devcontainer feature for bat, a cat replacement with syntax highlighting and Git integration.

Changes

  • src/bat/devcontainer-feature.json — Feature manifest; exposes a version option (default: "latest")
  • src/bat/install.sh — Downloads the musl tar.gz from GitHub releases (sharkdp/bat), resolves version dynamically, extracts binary to /usr/local/bin; follows the same pattern as starship.rs, atuin.sh, etc.
  • test/bat/test.sh — Verifies bat --version succeeds post-install
  • .github/workflows/test.yaml — Adds bat to both test-autogenerated and test-scenarios matrices

Usage

"features": {
    "ghcr.io/devcontainer-community/devcontainer-features/bat:1": {}
}
Original prompt

This section details on the original issue you should resolve

<issue_title>Add bat feature</issue_title>
<issue_description>build on implementation in #104 </issue_description>

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


📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
Copilot AI changed the title [WIP] Add bat feature based on implementation in previous PR Add bat feature Mar 19, 2026
Copilot AI requested a review from sebst March 19, 2026 09:48
@sebst sebst marked this pull request as ready for review March 19, 2026 09:56
@sebst sebst merged commit 26918a9 into main Mar 19, 2026
144 of 145 checks passed
@sebst sebst deleted the copilot/add-bat-feature branch March 19, 2026 10:38
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 bat feature

2 participants