mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #9] Cleaner Tree View #2
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 @Racum on GitHub (Apr 18, 2018).
Original GitHub issue: https://github.com/bootandy/dust/issues/9
Originally assigned to: @bootandy on GitHub.
What about only show the last leaf of the path per line?
Instead of this:
...show this:
Or maybe, show the short version as default and the complete path via an argument.
@bootandy commented on GitHub (Apr 19, 2018):
I wondered about this. I like the look of the short version but I wanted people to be able to copy and paste the directories easily so I went with the long version.
I will experiment with adding a short version and add a new flag to toggle between long and short versions.