Replies: 2 comments
-
You can use user-defined options to store custom data and display it in the ruler: cmd on-select &{{
result="$(du -ch $fx | tail -n 1 | cut -f 1)"
lf -remote "send $id set user_du $result"
}}
set rulerfmt ' %{lf_user_du}| <everything_else>' |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you (even if I have to wait the r31 version in Debian Testing to see the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to always display the total size of the selected files/directories somewhere in the status bar.
Inspired by #1214 (comment), I tried:
but it deletes the information displayed at the bottom left each time I move the selection (because a new file/directory is selected by default at each move).
Is there any way of displayed the total size of selected files/directories without deleting something?
It could be an option for the ruler ? (for example next
df
)Beta Was this translation helpful? Give feedback.
All reactions