mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #466] [MERGED] feat: New --collapse flag #494
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/466
Author: @bootandy
Created: 1/26/2025
Status: ✅ Merged
Merged: 1/28/2025
Merged by: @bootandy
Base:
master← Head:collapse📝 Commits (1)
e4483b7feat: New --collapse flag📊 Changes
11 files changed (+55 additions, -5 deletions)
View changed files
📝
README.md(+1 -0)📝
completions/_dust(+1 -0)📝
completions/_dust.ps1(+1 -0)📝
completions/dust.bash(+5 -1)📝
completions/dust.elv(+1 -0)📝
completions/dust.fish(+1 -0)📝
man-page/dust.1(+4 -1)📝
src/cli.rs(+8 -0)📝
src/filter.rs(+12 -2)📝
src/main.rs(+14 -1)📝
tests/test_flags.rs(+7 -0)📄 Description
--collapse will keep that directory collapsed and will not expand it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.