You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicitly check $XDG_DATA_HOME and $XDG_DATA_DIRS when setting clifm's data directory.
Add builtin confirmation prompt to c and m commands (previously using those provided by cp(1) and mv(1) commands themselves).
Set a default answer for confirmation prompts via DefaultAnswer in the config file (default value: o:n,r:n,t:y,R:n,d:y). This means: no for overwrite (includes c and m commands), remove, and bulk rename, yes for everything else (including trash).
Create files from templates using the n command. Run n --help for more information.
p/pp command: print both apparent and physical sizes.
Make --lscolors able to understand $LSCOLORS (FreeBSD style).
Purge the thumbnails directory of dangling thumbnails using the view purge command. Remember to update your clifmimg script to start populating the thumbnails database: cp /usr/share/clifm/plugins/clifmimg ~/.config/clifm/. Note that the thumbnails directory has been changed from $XDG_CACHE_HOME/clifm/previews to $XDG_CACHE_HOME/clifm/thumbnails. You can remove the old directory: from now on thumbnails will be stored in the new directory.
Both the mimelist and the preview configuration files now support the %u placeholder, which is expanded to the file URI for the original file name.
clifmimg: Generate thumbnail names as MD5 hashes of the file URI for the original file name (as recommended by the FreeDesktop specification) instead of hashing the file itself. This brings a nice performance improvement, specially when it comes to large files. This works along with the %u placeholder mentioned above. Update your clifmimg script. Also, though optional, update your preview.clifm config file to make use of the new %u placeholder by simply adding %u at the end of the clifmimg lines. E.g.: ^image/.*=~/.config/clifm/clifmimg image %f %u;. See the Image previews section for details.
Prevent big files from generating a preview via PreviewMaxSize in the config file. Supported size units: K, M, G, T; supported size range: 1K-2047G. E.g.: PreviewMaxSize=100M.
Colorize .csv files as documents (default color scheme).
Colorize .sass and .scss files as markup files (default color scheme).
Sort completion matches for mimetype filter (@TAB).
Add previewing app information to the mm info command. Mostly useful to solve previewing issues.