[PR #397] [MERGED] eprint problematic folders #461

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/397
Author: @Its-Just-Nans
Created: 5/12/2024
Status: Merged
Merged: 6/19/2024
Merged by: @bootandy

Base: masterHead: add-permissions-errors


📝 Commits (2)

📊 Changes

12 files changed (+148 additions, -54 deletions)

View changed files

📝 completions/_dust (+1 -0)
📝 completions/_dust.ps1 (+1 -0)
📝 completions/dust.bash (+1 -1)
📝 completions/dust.elv (+1 -0)
📝 completions/dust.fish (+1 -0)
📝 man-page/dust.1 (+4 -1)
📝 src/cli.rs (+6 -0)
📝 src/config.rs (+5 -0)
📝 src/dir_walker.rs (+39 -32)
📝 src/main.rs (+14 -3)
📝 src/progress.rs (+1 -1)
📝 tests/test_exact_output.rs (+74 -16)

📄 Description

This PR change the Did not have permissions.. message to print problematic folders/files

Why this PR: I think it's useful to have the list of the problematic folders/files


🔄 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/397 **Author:** [@Its-Just-Nans](https://github.com/Its-Just-Nans) **Created:** 5/12/2024 **Status:** ✅ Merged **Merged:** 6/19/2024 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `add-permissions-errors` --- ### 📝 Commits (2) - [`73b5072`](https://github.com/bootandy/dust/commit/73b50729ecfe6a6394aac2f35659150e5f1657ef) eprint problematic folders - [`c4c6c96`](https://github.com/bootandy/dust/commit/c4c6c96b6f389a63fd10792ceb67fe7d05efa292) add cli ### 📊 Changes **12 files changed** (+148 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `completions/_dust` (+1 -0) 📝 `completions/_dust.ps1` (+1 -0) 📝 `completions/dust.bash` (+1 -1) 📝 `completions/dust.elv` (+1 -0) 📝 `completions/dust.fish` (+1 -0) 📝 `man-page/dust.1` (+4 -1) 📝 `src/cli.rs` (+6 -0) 📝 `src/config.rs` (+5 -0) 📝 `src/dir_walker.rs` (+39 -32) 📝 `src/main.rs` (+14 -3) 📝 `src/progress.rs` (+1 -1) 📝 `tests/test_exact_output.rs` (+74 -16) </details> ### 📄 Description This PR change the `Did not have permissions..` message to print problematic folders/files Why this PR: I think it's useful to have the list of the problematic folders/files --- <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:28:28 +03:00
zhus closed this issue 2026-06-08 11:28:29 +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#461