all directory paths prefixed with / #245
Replies: 2 comments
-
|
Interesting idea! It would be a breaking change, so we would need to introduce it probably as a new mode. |
Beta Was this translation helpful? Give feedback.
-
|
Maybe use '/' if showing folder in root directory and ./ if we are in subfolders? I think displaying the folder name for each item is unnecessarily repetitive and can easily clutter your screen. The properties could include permissions, ownership & timestamp similar to ls -lh |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm wondering if the
gdu -noutput for directories should have a / prefixed or not. Is it not enough that files and directories are a different color? What if the output instead uses 3 columns? First for directory (d) or file (f), then size and finally the name without a prefixed / for directories. I sometimes copy and paste the output from the CLI and needs to make sure I don't accidently select the /.2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions