mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #300] [MERGED] Feature: Add flag for screen readers #410
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:screen_readers📝 Commits (3)
8f5c0cdfix: only-dir flag conflicts with types83eead8fix: Fix bug in progress bar3a2a3c9Feature: 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.