[PR #293] [MERGED] Refactor Progress bar #405

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/293
Author: @bootandy
Created: 1/14/2023
Status: Merged
Merged: 1/14/2023
Merged by: @bootandy

Base: masterHead: progress_bar2


📝 Commits (4)

  • 7e37d7b Refactor: Reduce complexity of progress bar code
  • 9f60db9 Refactor: Update main for progress bar
  • a2cee35 refactor: update Progress bar: progress.rs
  • 2502428 Refactor: Simplify progress indicator

📊 Changes

4 files changed (+80 additions, -185 deletions)

View changed files

📝 completions/dust.bash (+0 -1)
📝 src/dir_walker.rs (+20 -68)
📝 src/main.rs (+15 -14)
📝 src/progress.rs (+45 -102)

📄 Description

No description provided


🔄 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/293 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 1/14/2023 **Status:** ✅ Merged **Merged:** 1/14/2023 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `progress_bar2` --- ### 📝 Commits (4) - [`7e37d7b`](https://github.com/bootandy/dust/commit/7e37d7b2dd48c6ad816e1ee1ffec74bdafdead41) Refactor: Reduce complexity of progress bar code - [`9f60db9`](https://github.com/bootandy/dust/commit/9f60db9004f9fca8ff06e967b1e1827dce04b865) Refactor: Update main for progress bar - [`a2cee35`](https://github.com/bootandy/dust/commit/a2cee35a23eb8113b118b1ac240c668850fd3801) refactor: update Progress bar: progress.rs - [`2502428`](https://github.com/bootandy/dust/commit/2502428f2c6afa314a9431055fd346fed2d9eb35) Refactor: Simplify progress indicator ### 📊 Changes **4 files changed** (+80 additions, -185 deletions) <details> <summary>View changed files</summary> 📝 `completions/dust.bash` (+0 -1) 📝 `src/dir_walker.rs` (+20 -68) 📝 `src/main.rs` (+15 -14) 📝 `src/progress.rs` (+45 -102) </details> ### 📄 Description _No description provided_ --- <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:56 +03:00
zhus closed this issue 2026-06-08 11:27:57 +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#405