Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
clifm-1.14.5-linux-x86_64.tar.gz | 2023-09-16 | 566.0 kB | |
clifm-1.14.5.tar.gz.sha256sum | 2023-09-16 | 86 Bytes | |
clifm-1.14.5.tar.gz | 2023-09-16 | 1.5 MB | |
README.md | 2023-09-16 | 1.4 kB | |
v1.14.5.tar.gz | 2023-09-16 | 1.5 MB | |
v1.14.5.zip | 2023-09-16 | 1.6 MB | |
Totals: 6 Items | 5.2 MB | 0 |
Clifm 1.14.5
Get distro-specific binary packages from the OpenSUSE Build System
Bug fixes :beetle: :bug:
- Missing
--stat
and--stat-full
in shell completion files. - Wrongly displaying file names with invalid encodings.
- Out of bounds read when bleaching file names with invalid enconding.
- POSIX mode: Reading environment variables even if running in secure mode.
- The
m
wrongly performs regex expansion on the last parameter (new name). - Hidden files not counted in light mode (
stats
command). - Bookmark name (in the bookmarks screen) is executred as a command name.
- Crash on some OpenBSD systems.
New features/Improvements :sunglasses: :godmode:
- Add internal 256 color scheme (stealth mode can now run in 256 colors).
- Highlight backslashes to make escaped file names more readable (color code is
hw
). - Read-only mode (via
--readonly
or theReadonly
option in the config file). - The
update_trash_indicator
routine is almost 5x faster. - Faster symlink resolution when
ColorLinkAsTarget
is enabled. - Harden regex expansion to prevent undesired expansions (prepend
^
and append$
to queries).