Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
clifm-1.26-linux-x86_64.tar.gz | 2025-07-21 | 646.1 kB | |
clifm-1.26.tar.gz.sha256 | 2025-07-21 | 84 Bytes | |
clifm-1.26.tar.gz | 2025-07-21 | 1.7 MB | |
README.md | 2025-07-21 | 2.3 kB | |
v1.26 source code.tar.gz | 2025-07-21 | 1.7 MB | |
v1.26 source code.zip | 2025-07-21 | 1.8 MB | |
Totals: 6 Items | 5.8 MB | 4 |
Clifm 1.26 (Fettucini Bros)
Get distro-specific binary packages from the OpenSUSE Build System
Bug fixes :beetle: :bug:
- No field printed after
S
in long view. - No prompt in case of F1-F3 failure.
- The 'stats' command does not count files with extended attributes.
--secure-cmds
: Only the first mime placeholder (%
) is sanitized: inCMD %f %u", "%u
won't be checked.p
command: no size in bytes when size is exactly 1k.- 24bit SGR sequence with foreground, background, and underline color (kitty) not working.
- Accept first suggested word (Alt+f) fails with Unicode string.
./<TAB>
lists only executable files and directories, even if auto-open is enabled.- Though
w:
is a reserved keyword (for workspaces), filename validation (when creating new files) does not warn about it. --sel-file=\\/
is interpreted as the current directory instead of the root dir.- Cannot trash
~/trashdir2
if the trash directory is~/trashdir
. - Bad error message when a short option with a Unicode character is used. E.g.:
clifm -ö
complainsclifm: 'clifm': Unrecognized option
, when it should be-ö
. view edit
does not open the alternative shotgun file, but the default one.mm info
ignores alternative shotgun file.mm info
refuses to run on privileged files.- Double screen refresh after running a keybinding.
ow
does not support%m
and%u
placeholders.
New features/Improvements :sunglasses: :godmode:
- The
icons
command toggles icons when used without parameters. - Harden alternative config dirs/files checks: avoid using non-dirs/reg_files respectively.
- Better autodetect tab completion mode: use any of
fzf
,fnf
, orsmenu
if the appropriate binary is found in PATH (and not specified otherwise in the command line or in the configuration file). - Allow tab completion for ELNs in the bookmarks screen.
Misc
- Lots of code cleaning and improvements.