mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #413] [MERGED] feat: support Dust tree by age #473
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/413
Author: @wugeer
Created: 7/12/2024
Status: ✅ Merged
Merged: 8/7/2024
Merged by: @bootandy
Base:
master← Head:feature_show_by_mtime📝 Commits (1)
3ee3c16feat: support Dust tree by age📊 Changes
14 files changed (+269 additions, -24 deletions)
View changed files
📝
completions/_dust(+2 -0)📝
completions/_dust.ps1(+2 -0)📝
completions/dust.bash(+9 -1)📝
completions/dust.elv(+2 -0)📝
completions/dust.fish(+1 -0)📝
man-page/dust.1(+8 -1)📝
src/cli.rs(+12 -0)📝
src/config.rs(+69 -1)📝
src/dir_walker.rs(+57 -13)📝
src/display.rs(+52 -0)📝
src/filter.rs(+15 -2)📝
src/filter_type.rs(+19 -3)📝
src/main.rs(+6 -3)📝
src/node.rs(+15 -0)📄 Description
Background
Dust tree by age https://github.com/bootandy/dust/issues/385
Add a new feature to dust to show the tree by age
Full Changelogs
Issue Reference
fix: Dust tree by age https://github.com/bootandy/dust/issues/385
Test Result
dust help command output

cargo test run test results
show by accesstime



show by modifiedtime
show by createdtime
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.