The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| clifm-1.24-linux-x86_64.tar.gz | 2025-03-02 | 641.8 kB | |
| clifm-1.24.tar.gz.sha256 | 2025-03-02 | 84 Bytes | |
| clifm-1.24.tar.gz | 2025-03-02 | 1.6 MB | |
| README.md | 2025-03-02 | 5.6 kB | |
| v1.24 source code.tar.gz | 2025-03-02 | 1.6 MB | |
| v1.24 source code.zip | 2025-03-02 | 1.8 MB | |
| Totals: 6 Items | 5.7 MB | 0 | |
Clifm 1.24 (Toothrot)
Get distro-specific binary packages from the OpenSUSE Build System
Bug fixes :beetle: :bug:
- File extension conflicts in
defaultcolor scheme (16-color version). - Wrongly sorting Unicode file names (
nameandversionsort). - When sorting by
extension,CaseSensitiveList=trueis ignored. - The value of
PagerViewis ignored whenPageris set to a value >=1. - Pressing
cwhile in the pager stops listing (likeq). - Running plain
pgoverwrites the value ofPagerin the configuration file. - When mounting a filesystem via
net mount, autocommands for this directory are not immediately executed. - The
adcommand complains that.rpmand.debfiles are not archive/compressed files. namesort behaves likeversionwhen file names start with numbers.- Not properly clearing the screen on Eterm terminal.
- Wrong image size when previewing images on the Ghostty terminal.
- The profiles function is broken (no config file change, system messages are not reset).
- Wrong file color when tab completing globs after a path (e.g.
dir/*.jpg<TAB>). - When there's only one profile Ctrl-Alt-p clears the screen and still attempts to the change the profile.
- If we have no access to the main configuration directory, the selections file is created in
/tmpinstead of/tmp/clifm_$USER. - If we have no access to the main configuration directory, selected files are not written to the selections file.
- Tab completion: Matches not sorted alphabetically in fzf (e.g.
ls --<TAB>). Update your color scheme files. - Wrongly identifying extension conflicts when running with
--lscolors. /dir/GLOB<TAB>(e.g./bin/p*<TAB>) do not generate previews whenever it is the first word.- The
tcommand informs a wrong size for the trash directory. - No lock icon for non-regular files.
- A few wrong colors when any of
xsand/orxfcolor codes are unset (affects old color schemes). - Kilobytes written as
KBinstead ofkBwhen using decimal sizes (--si). - Ctrl-Alt-b does nothing (points to non-existent function). Removed.
- Cannot rebind
bookmarksto Alt-b: clifm complains that this key conflicts with readline and refuses to continue. - Unsetting a keybinding via
kb binddoes not work.
New features/Improvements :sunglasses: :godmode:
- clifmimg: Drastically reduce the size of postscript thumbnails (1500%!). Update your
clifmimgscript. - Preview: add support for several image formats (dpx, jp2, miff, sgi, and wmf among others). Please update your
preview.clifmfile. mimelist.clifmandpreview.clifmconfig files: The%m[placeholder](https://github.com/leo-arch/clifm/wiki/Specifics#31 expands to the file's MIME type.- Add support for OpenRaster images (open/preview).
- Add sixel support auto-detection for Yaft.
- Add support for
.rpm,.deb,.arj,.Z, and.cabarchives (open) - Preview: list files in
.ztd,.rpm, and.debarchives. - Preview: add support for krita images (
.kraand.krz), via thekritamethod in cligmimg. - Use
PrioritySortCharin the configuration file to pin file names starting withPrioritySortCharto the top of the files list. - Two new values added to the
ShowHiddenFilesoption:firstandlast, to list hidden files first or last respectively. - Manually map file extensions to MIME types using the
~/.mime.typesfile. - Report the current directory to the underlying terminal (via the OSC-7 escape sequence). To enable this feature, run with
--report-cwd. - Try harder to create a valid temporary directory (mostly in case of denied access to the directory).
- If running with
--lscolors(using FreeBSD LSCOLORS), read extension colors from the color scheme file. - Improve the
kbcommand: attempt to display human-readable key presses (e.g.Shift-Up) instead of raw escape sequences (e.g.\e[1;2A).
Misc
- $CLIFMRC cannot be used anymore to set the path to the main configuration file (use
-c,--config-fileinstead). - If
nfcolor code (inaccessible file) isn't set, use whatever color corresponds to the current file type and prepend and exclamation mark to the corresponding entry in the files list to mark it as inaccessible. Same fornd(inaccessible directory). --no-trim-names,TrimNames, andMinFilenameTrimwere renamed to--no-truncate-names,TruncateNames, andMinNameTruncaterespectively (old names are deprecated).open-sel,untrash-all, andmove-selkeybindings are unset by default.copy-selcan be used as an alias forpaste-selin keybindings.