mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-24 22:55:57 +03:00
[PR #152] [MERGED] feat(cli): add shell completions support #167
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#167
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/152
Author: @mikeyobrien
Created: 2/3/2026
Status: ✅ Merged
Merged: 2/15/2026
Merged by: @mikeyobrien
Base:
main← Head:feat/shell-completions📝 Commits (7)
39af023feat(cli): add shell completions supportc45a8f7fix: move spec to .ralph/specs/ per CLAUDE.mdd475a33feat(dev): add devenv.sh with Nix flakes for reproducible dev environment15b5b73style: sort dependencies alphabetically in Cargo.toml29ec1e1style: sort imports alphabetically67fd709chore: merge main into feat/shell-completions and resolve conflicts651485echore: trigger CI on updated PR branch📊 Changes
8 files changed (+489 additions, -0 deletions)
View changed files
➕
.ralph/specs/devenv-setup.spec.md(+103 -0)➕
.ralph/specs/shell-completions.spec.md(+86 -0)📝
DEVELOPMENT.md(+60 -0)➕
Justfile(+71 -0)➕
crates/ralph-cli/src/completions.rs(+50 -0)➕
devenv.nix(+80 -0)➕
devenv.yaml(+12 -0)➕
flake.nix(+27 -0)📄 Description
Adds ralph completions command for bash, zsh, fish, and PowerShell. Closes #128
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.