Replies: 3 comments 19 replies
-
Never thought about this. But I guess it could be a useful feature, I like it. So, the idea would be to be able to modify settings (and not only the sorting method) on a per directory basis, isn't? I mean, you should also be able to switch hidden files, folders first, files counter (this could be very useful if you know the directory is used to mount a remote filesystem, which is usually quite slower), and so on. I need time to think of a good implementation. Added to the TODO list. I you have any suggestion about it, that would be great. Btw, do you know of any file manager implementing this feature? Some model to play around is always useful. |
Beta Was this translation helpful? Give feedback.
-
The first version of the Add a line preceded by the
A few example lines: #autocmd !/media/* lm=1,fc=0,lv=0,cs=cga
autocmd /usr/bin mf=100,pg=1
autocmd /home/_leo08 hf=0,cs=amber-256,lv=1
autocmd /home/_leo08/Documents fc=0
autocmd /home/_leo08/Downloads mn=20,!~/.config/clifm/plugins/fzfnav.sh
autocmd / lv=1,fc=0,cs=solarized,st=5 |
Beta Was this translation helpful? Give feedback.
-
Kindly allow |
Beta Was this translation helpful? Give feedback.
-
for example, when user enters Downloads directory, change sorting method to ctime.
may be something like in config file
Beta Was this translation helpful? Give feedback.
All reactions