Skip to content

Add fd feature#125

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

Add fd feature#125
sebst merged 2 commits intomainfrom
copilot/add-fd-feature

Conversation

Copy link
Contributor

Copilot AI commented Mar 19, 2026

Adds a devcontainer feature for fd, a fast find alternative, following the established pattern in this repo.

New files

  • src/fd/devcontainer-feature.json — feature manifest with a version option (default: latest)
  • src/fd/install.sh — downloads the musl tar.gz from sharkdp/fd GitHub releases; uses envsubst to resolve the templated archive path (e.g. fd-v10.2.0-x86_64-unknown-linux-musl/fd) and dpkg --print-architecture for arch mapping
  • test/fd/test.sh — verifies fd --version succeeds

CI

  • Added fd to both test-autogenerated and test-scenarios matrices in .github/workflows/test.yaml

Usage

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

This section details on the original issue you should resolve

<issue_title>Add fd 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 fd feature based on implementation in #104 Add fd feature Mar 19, 2026
Copilot AI requested a review from sebst March 19, 2026 09:47
@sebst sebst marked this pull request as ready for review March 19, 2026 09:56
@sebst sebst merged commit 7b172a2 into main Mar 19, 2026
142 of 145 checks passed
@sebst sebst deleted the copilot/add-fd-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 fd feature

2 participants