mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #579] Add option to display full file name #344
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 @jroovy on GitHub (Apr 27, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/579
Specific Demand
On small screens (like mobile) long file names are cut off too early. Please add option like
--display-fullso that the full file name is displayed.Implement Suggestion
The file name must wrap around when it's too long, like this:
@sigoden commented on GitHub (Apr 29, 2025):
We will not support this feature.
We don't think wrapping is necessarily better. We also don't feel it's necessary to add another option for it.
If you have different opinions on the UI, it's recommended that you customize it.