mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #536] Config file does not support the collapse option
#236
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?
Originally created by @ofek on GitHub (Nov 19, 2025).
Original GitHub issue: https://github.com/bootandy/dust/issues/536
Hey there, thanks for this great tool! I'm trying to add it to our developer environments with certain directories collapsed by default like
.gitbut only the flag appears to work.@bootandy commented on GitHub (Nov 21, 2025):
I didn't think anyone would ever want a config option for that. Happy to add it if you want it.
@bootandy commented on GitHub (Nov 21, 2025):
just to be clear :
the command line option:
--collapseworks correctly.You want this option to be added to config as well ?
@ofek commented on GitHub (Nov 21, 2025):
Yes, please! I'm unfamiliar with the code base, is there any reason to not support every option in the config file?
@bootandy commented on GitHub (Nov 21, 2025):
No reason. I just didn't think anyone would want to have a directory collapsed permanently so I never added it.
@bbugh commented on GitHub (Jan 9, 2026):
Thank you for adding and releasing this (and all your work on dust)! I just came to investigate why it wasn't working for me as well. It's working great in 1.2.4: