[PR #331] [MERGED] Fix filename completions for zsh and bash #423

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/331
Author: @wickles
Created: 7/3/2023
Status: Merged
Merged: 7/14/2023
Merged by: @bootandy

Base: masterHead: fix-completions


📝 Commits (1)

  • 2d21abc Fix filename completions for zsh and bash

📊 Changes

2 files changed (+5 additions, -2 deletions)

View changed files

📝 completions/_dust (+1 -1)
📝 completions/dust.bash (+4 -1)

📄 Description

Fixes issue: Completions for zsh and bash do not work for the base filename pattern *.


🔄 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/331 **Author:** [@wickles](https://github.com/wickles) **Created:** 7/3/2023 **Status:** ✅ Merged **Merged:** 7/14/2023 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `fix-completions` --- ### 📝 Commits (1) - [`2d21abc`](https://github.com/bootandy/dust/commit/2d21abcb37453f3e6aa87f141fe95dbfcd876fc2) Fix filename completions for zsh and bash ### 📊 Changes **2 files changed** (+5 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `completions/_dust` (+1 -1) 📝 `completions/dust.bash` (+4 -1) </details> ### 📄 Description Fixes issue: Completions for zsh and bash do not work for the base filename pattern `*`. --- <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:07 +03:00
zhus closed this issue 2026-06-08 11:28:07 +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#423