mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #288] [MERGED] Links2 add support for -L #403
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/288
Author: @bootandy
Created: 1/7/2023
Status: ✅ Merged
Merged: 1/7/2023
Merged by: @bootandy
Base:
master← Head:links2📝 Commits (2)
fda3260feature: Support for dereference links -L follow6a04c89refactor 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.