[PR #288] [MERGED] Links2 add support for -L #403

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

📋 Pull Request Information

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

Base: masterHead: links2


📝 Commits (2)

  • fda3260 feature: Support for dereference links -L follow
  • 6a04c89 refactor dir_walker

📊 Changes

8 files changed (+32 additions, -17 deletions)

View changed files

📝 completions/_dust (+2 -0)
📝 completions/_dust.ps1 (+2 -0)
📝 completions/dust.bash (+1 -1)
📝 completions/dust.elv (+2 -0)
📝 completions/dust.fish (+1 -0)
📝 src/cli.rs (+7 -1)
📝 src/dir_walker.rs (+15 -15)
📝 src/main.rs (+2 -0)

📄 Description

-L is de-reference links similar to du -L

I don't see the need to support -l (ignore symlinks)


🔄 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/288 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 1/7/2023 **Status:** ✅ Merged **Merged:** 1/7/2023 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `links2` --- ### 📝 Commits (2) - [`fda3260`](https://github.com/bootandy/dust/commit/fda3260cabfbb936f21e84d23aaad48a76d497e1) feature: Support for dereference links -L follow - [`6a04c89`](https://github.com/bootandy/dust/commit/6a04c89cd92eb8e566628b6562076a0daadb959e) refactor dir_walker ### 📊 Changes **8 files changed** (+32 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `completions/_dust` (+2 -0) 📝 `completions/_dust.ps1` (+2 -0) 📝 `completions/dust.bash` (+1 -1) 📝 `completions/dust.elv` (+2 -0) 📝 `completions/dust.fish` (+1 -0) 📝 `src/cli.rs` (+7 -1) 📝 `src/dir_walker.rs` (+15 -15) 📝 `src/main.rs` (+2 -0) </details> ### 📄 Description -L is de-reference links similar to du -L I don't see the need to support -l (ignore symlinks) --- <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:55 +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#403