mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #386] --only-file displays full paths even without --full-paths
#173
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 @eatsu on GitHub (Apr 21, 2024).
Original GitHub issue: https://github.com/bootandy/dust/issues/386
First of all, thank you very much for this helpful tool.
I have an issue that
--only-filedisplays full paths even without--full-paths, like this:It would be nice if it could display the shortened, relative paths by default, like this:
I'm using Dust 1.0.0 on Arch Linux.
@bootandy commented on GitHub (Apr 21, 2024):
That's a good point, I'll look into this.