A linemode which mirrors the 'ls' command's long listing format #3802
onelittlehope
started this conversation in
2. Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Some file management tasks require the ability to see at a glance what the file/folder permissions, ownership, size and modified date stamps are. Basically the equivalent of doing a
ls -lacommand in a terminal.I wanted to see similar information in yazi and so I created a linemode which does so.
File: ~/.config/yazi/yazi.toml
File: ~/.config/yazi/init.lua
What it looks like:
Notes:
The user/group strings are not clipped and so if the strings are long it can easily look messy on screen. This is true for the output of
ls -laas well.I was wondering if there was someway to move the preview panel to be below the middle panel as that would be more efficient use of space for some people's workflows.
I also saw a discrepancy between the hard link counts that
yazi /displays and thatls -la /displays. For example, on my system,ls -la /shows a hard link count of 309, whilstyazi /shows a hard link count of 306.spotinformation pop up displays a lot more details about the file/folder. e.g. this is what the Midnight Commander file manager displays in itsInformationview (the left panel) regarding the file selected in the right panel.Beta Was this translation helpful? Give feedback.
All reactions