[PR #248] [MERGED] Support for completions #380

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/248
Author: @Jedsek
Created: 8/22/2022
Status: Merged
Merged: 8/23/2022
Merged by: @bootandy

Base: masterHead: master


📝 Commits (2)

  • 8f7bfa2 Support for completions
  • 297b9b2 Fix the hard code of max depth

📊 Changes

11 files changed (+477 additions, -155 deletions)

View changed files

📝 Cargo.lock (+10 -1)
📝 Cargo.toml (+6 -2)
build.rs (+19 -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 (+128 -0)
📝 src/display.rs (+3 -11)
📝 src/main.rs (+13 -141)

📄 Description

Again :)


🔄 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/248 **Author:** [@Jedsek](https://github.com/Jedsek) **Created:** 8/22/2022 **Status:** ✅ Merged **Merged:** 8/23/2022 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`8f7bfa2`](https://github.com/bootandy/dust/commit/8f7bfa23c3ee239a6da5a5b2f6fc7d77610504fd) Support for completions - [`297b9b2`](https://github.com/bootandy/dust/commit/297b9b29ceb292eb6efb28fda7bcdda955116811) Fix the hard code of max depth ### 📊 Changes **11 files changed** (+477 additions, -155 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+10 -1) 📝 `Cargo.toml` (+6 -2) ➕ `build.rs` (+19 -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` (+128 -0) 📝 `src/display.rs` (+3 -11) 📝 `src/main.rs` (+13 -141) </details> ### 📄 Description Again :) --- <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:43 +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#380