[PR #300] [MERGED] Feature: Add flag for screen readers #410

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/300
Author: @bootandy
Created: 1/21/2023
Status: Merged
Merged: 1/29/2023
Merged by: @bootandy

Base: masterHead: screen_readers


📝 Commits (3)

  • 8f5c0cd fix: only-dir flag conflicts with types
  • 83eead8 fix: Fix bug in progress bar
  • 3a2a3c9 Feature: Add flag for screen readers

📊 Changes

12 files changed (+112 additions, -27 deletions)

View changed files

📝 completions/_dust (+6 -4)
📝 completions/_dust.ps1 (+2 -0)
📝 completions/dust.bash (+1 -1)
📝 completions/dust.elv (+2 -0)
📝 completions/dust.fish (+1 -0)
📝 man-page/dust.1 (+4 -1)
📝 src/cli.rs (+8 -0)
📝 src/config.rs (+4 -0)
📝 src/display.rs (+65 -21)
📝 src/main.rs (+1 -0)
📝 src/progress.rs (+1 -0)
📝 tests/test_flags.rs (+17 -0)

📄 Description

Screen reader mode will,
Reverse direction
Not shows symbols (directory hierarchy or percentage bars) Adds a column 'depth' to show depth of directory

For:
https://github.com/bootandy/dust/issues/270


🔄 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/300 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 1/21/2023 **Status:** ✅ Merged **Merged:** 1/29/2023 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `screen_readers` --- ### 📝 Commits (3) - [`8f5c0cd`](https://github.com/bootandy/dust/commit/8f5c0cddfa65a167c94e11f561e442f45b7ead3e) fix: only-dir flag conflicts with types - [`83eead8`](https://github.com/bootandy/dust/commit/83eead85bbade12086c444f473f43c5a77c14ef3) fix: Fix bug in progress bar - [`3a2a3c9`](https://github.com/bootandy/dust/commit/3a2a3c951769ad104fc80193d9f739153af25579) Feature: Add flag for screen readers ### 📊 Changes **12 files changed** (+112 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `completions/_dust` (+6 -4) 📝 `completions/_dust.ps1` (+2 -0) 📝 `completions/dust.bash` (+1 -1) 📝 `completions/dust.elv` (+2 -0) 📝 `completions/dust.fish` (+1 -0) 📝 `man-page/dust.1` (+4 -1) 📝 `src/cli.rs` (+8 -0) 📝 `src/config.rs` (+4 -0) 📝 `src/display.rs` (+65 -21) 📝 `src/main.rs` (+1 -0) 📝 `src/progress.rs` (+1 -0) 📝 `tests/test_flags.rs` (+17 -0) </details> ### 📄 Description Screen reader mode will, Reverse direction Not shows symbols (directory hierarchy or percentage bars) Adds a column 'depth' to show depth of directory For: https://github.com/bootandy/dust/issues/270 --- <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:59 +03:00
zhus closed this issue 2026-06-08 11:28:00 +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#410