Skip to content

Comments

Add just command runner to Neovim container#55

Merged
binarypie merged 1 commit intomainfrom
claude/add-just-to-container-EU1tk
Jan 24, 2026
Merged

Add just command runner to Neovim container#55
binarypie merged 1 commit intomainfrom
claude/add-just-to-container-EU1tk

Conversation

@binarypie
Copy link
Collaborator

Summary

Added the just command runner to the Homebrew packages installed in the Neovim container.

Changes

  • Added just to the list of Homebrew packages in the container build configuration
  • just is a handy way to save and run project-specific commands, similar to make but with a more modern syntax

Details

The just tool is being added alongside other utility tools like eza, bat, yq, and jq in the container's Layer 3 (Homebrew utilities). This provides developers with access to command runners within the containerized Neovim environment.

Install just via Homebrew in the core tools layer. Since ai-dev
inherits from nvim-dev and its entrypoint PATH includes the
Homebrew bin directory, just is available in both containers.
@binarypie binarypie merged commit 75b3ee7 into main Jan 24, 2026
2 checks passed
@binarypie binarypie deleted the claude/add-just-to-container-EU1tk branch January 24, 2026 00:04
binarypie added a commit that referenced this pull request Jan 26, 2026
## Summary
Added the `just` command runner to the Homebrew packages installed in
the Neovim container.

## Changes
- Added `just` to the list of Homebrew packages in the container build
configuration
- `just` is a handy way to save and run project-specific commands,
similar to `make` but with a more modern syntax

## Details
The `just` tool is being added alongside other utility tools like `eza`,
`bat`, `yq`, and `jq` in the container's Layer 3 (Homebrew utilities).
This provides developers with access to command runners within the
containerized Neovim environment.

Co-authored-by: Claude <noreply@anthropic.com>
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.

2 participants