Skip to content

feat(fzf): add fzf devcontainer feature#106

Closed
jsburckhardt wants to merge 1 commit intomainfrom
feat/fzf
Closed

feat(fzf): add fzf devcontainer feature#106
jsburckhardt wants to merge 1 commit intomainfrom
feat/fzf

Conversation

@jsburckhardt
Copy link
Copy Markdown
Owner

Summary

Add fzf as a new devcontainer feature. fzf is a command-line fuzzy finder (https://github.com/junegunn/fzf).

Changes

New files

  • src/fzf/devcontainer-feature.json — Feature metadata
  • src/fzf/install.sh — Installer script downloading from GitHub releases
  • test/fzf/test.sh — Basic smoke test
  • test/_global/fzf-specific-version.sh — Version-pinned test (v0.58.0)

Updated files

  • test/_global/all-tools.sh — Added fzf check
  • test/_global/scenarios.json — Added fzf to all-tools and version-pinned scenario
  • .github/workflows/test.yaml — Added fzf to test matrix
  • README.md — Added fzf to features table and usage section

Closes #93

Closes #93

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jsburckhardt
Copy link
Copy Markdown
Owner Author

Closing - PR was created prematurely. Work is preserved on the branch.

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.

feat: add fzf devcontainer feature

1 participant