[PR #683] [MERGED] feat: add shell completions #9296

Closed
opened 2026-05-23 03:56:12 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/683
Author: @donovanglover
Created: 7/30/2024
Status: Merged
Merged: 12/29/2024
Merged by: @JakeStanger

Base: masterHead: feat/man-pages-shell-completions


📝 Commits (1)

  • 4381fd5 feat: add shell completions

📊 Changes

6 files changed (+100 additions, -3 deletions)

View changed files

📝 Cargo.lock (+10 -0)
📝 Cargo.toml (+7 -1)
build.rs (+53 -0)
📝 docs/Compiling.md (+20 -0)
📝 nix/default.nix (+9 -0)
📝 src/cli.rs (+1 -2)

📄 Description

Auto-generated with clap.

Note: May be ideal to replace some of the sub-commands with flags to decrease the amount of generated man pages.

Edit: Draft while I think of something better to do here


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/683 **Author:** [@donovanglover](https://github.com/donovanglover) **Created:** 7/30/2024 **Status:** ✅ Merged **Merged:** 12/29/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/man-pages-shell-completions` --- ### 📝 Commits (1) - [`4381fd5`](https://github.com/JakeStanger/ironbar/commit/4381fd505d05e06d4e4a5bd6f72aaf19bb982f57) feat: add shell completions ### 📊 Changes **6 files changed** (+100 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+10 -0) 📝 `Cargo.toml` (+7 -1) ➕ `build.rs` (+53 -0) 📝 `docs/Compiling.md` (+20 -0) 📝 `nix/default.nix` (+9 -0) 📝 `src/cli.rs` (+1 -2) </details> ### 📄 Description Auto-generated with clap. Note: May be ideal to replace some of the sub-commands with flags to decrease the amount of generated man pages. Edit: Draft while I think of something better to do here --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 03:56:12 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#9296
No description provided.