[PR #246] [CLOSED] Add support for completion #378

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/246
Author: @Jedsek
Created: 8/22/2022
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • 8b2fbf7 Add support for completion
  • 039d093 Add support for completion
  • 66de6fe Fix clippy, reduce dependencies

📊 Changes

11 files changed (+490 additions, -162 deletions)

View changed files

📝 Cargo.lock (+34 -25)
📝 Cargo.toml (+6 -2)
build.rs (+18 -0)
completions/_dust (+65 -0)
completions/_dust.ps1 (+67 -0)
completions/dust.bash (+86 -0)
completions/dust.elv (+61 -0)
completions/dust.fish (+19 -0)
src/cli.rs (+129 -0)
📝 src/display.rs (+2 -8)
📝 src/main.rs (+3 -127)

📄 Description

See title.


🔄 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/246 **Author:** [@Jedsek](https://github.com/Jedsek) **Created:** 8/22/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`8b2fbf7`](https://github.com/bootandy/dust/commit/8b2fbf716f7384fe2e7fffdefd3c8063f725c549) Add support for completion - [`039d093`](https://github.com/bootandy/dust/commit/039d093b8dd63a43f9a3b83c3c6d19d5fae4e2a6) Add support for completion - [`66de6fe`](https://github.com/bootandy/dust/commit/66de6fe81c91c34756189a8f5df3488a8fdd5c77) Fix clippy, reduce dependencies ### 📊 Changes **11 files changed** (+490 additions, -162 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+34 -25) 📝 `Cargo.toml` (+6 -2) ➕ `build.rs` (+18 -0) ➕ `completions/_dust` (+65 -0) ➕ `completions/_dust.ps1` (+67 -0) ➕ `completions/dust.bash` (+86 -0) ➕ `completions/dust.elv` (+61 -0) ➕ `completions/dust.fish` (+19 -0) ➕ `src/cli.rs` (+129 -0) 📝 `src/display.rs` (+2 -8) 📝 `src/main.rs` (+3 -127) </details> ### 📄 Description See title. --- <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:27:41 +03:00
zhus closed this issue 2026-06-08 11:27:42 +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#378