[PR #285] [CLOSED] More support for Links -l & -L #397

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

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/285
Author: @bootandy
Created: 1/5/2023
Status: Closed

Base: masterHead: links


📝 Commits (3)

  • 0ac818a Feature: Ignore sym links
  • 57115bd feature: Support for dereference links -L follow
  • 15845de refactor: cleanup code

📊 Changes

8 files changed (+56 additions, -19 deletions)

View changed files

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

📄 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/285 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 1/5/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `links` --- ### 📝 Commits (3) - [`0ac818a`](https://github.com/bootandy/dust/commit/0ac818a2f5c745498916da22d2cde7a5602a4f5f) Feature: Ignore sym links - [`57115bd`](https://github.com/bootandy/dust/commit/57115bd624faa51aa9d18731a763ae0afaeb2de3) feature: Support for dereference links -L follow - [`15845de`](https://github.com/bootandy/dust/commit/15845dee3e72efed55224777396ec81513d7a92c) refactor: cleanup code ### 📊 Changes **8 files changed** (+56 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `completions/_dust` (+4 -0) 📝 `completions/_dust.ps1` (+4 -0) 📝 `completions/dust.bash` (+1 -1) 📝 `completions/dust.elv` (+4 -0) 📝 `completions/dust.fish` (+2 -0) 📝 `src/cli.rs` (+15 -1) 📝 `src/dir_walker.rs` (+22 -17) 📝 `src/main.rs` (+4 -0) </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:52 +03:00
zhus closed this issue 2026-06-08 11:27:53 +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#397