[PR #390] [MERGED] Fix zsh completion #453

Closed
opened 2026-06-08 11:28:24 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/390
Author: @eatsu
Created: 4/26/2024
Status: Merged
Merged: 4/26/2024
Merged by: @bootandy

Base: masterHead: fix-zsh-completion


📝 Commits (1)

📊 Changes

1 file changed (+36 additions, -21 deletions)

View changed files

📝 completions/_dust (+36 -21)

📄 Description

  • Use _files to complete file paths
  • Add _dust_output_formats for -o/--output-format
  • Add missing headings

Fixes https://github.com/bootandy/dust/issues/359


🔄 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/bootandy/dust/pull/390 **Author:** [@eatsu](https://github.com/eatsu) **Created:** 4/26/2024 **Status:** ✅ Merged **Merged:** 4/26/2024 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `fix-zsh-completion` --- ### 📝 Commits (1) - [`e81d5c8`](https://github.com/bootandy/dust/commit/e81d5c89bf0221e03cdf6322ca8dafd28f201735) Fix zsh completion ### 📊 Changes **1 file changed** (+36 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `completions/_dust` (+36 -21) </details> ### 📄 Description - Use `_files` to complete file paths - Add `_dust_output_formats` for -o/--output-format - Add missing headings Fixes https://github.com/bootandy/dust/issues/359 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:28:24 +03:00
zhus closed this issue 2026-06-08 11:28:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#453