Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
clifm-1.8.tar.gz.sha256sum | 2022-10-18 | 65 Bytes | |
clifm-1.8.tar.gz | 2022-10-18 | 1.3 MB | |
README.md | 2022-10-18 | 4.4 kB | |
v1.8.tar.gz | 2022-10-18 | 1.3 MB | |
v1.8.zip | 2022-10-18 | 1.4 MB | |
Totals: 5 Items | 4.0 MB | 0 |
CliFM 1.8 (Otis)
Get distro-specific binary packages from the OpenSuse Build System
New features/Improvements :sunglasses: :godmode:
- [x] File previews for TAB completion (fzf mode only)
- [x]
clifmimg
plugin to add image preview capabilities to clifm - [x]
view
command to preview files in full screen (via fzf) - [x] Shotgun, a built-in files previewer similar to pistol
- [x] Remove
cd
prefix when suggesting jump dir and autocd is off - [x] Change dates color in properties (blue isn't readable on some terminals)
- [x] Improved Unicode support for the suggestions system
- [x]
bl
command automatically prepends dot to suffix if it does not start with a dot - [x] Flat or branch view via the
fzfsel.sh
plugin (-f, --flat
option) - [x] Bypass aliases using a backslash:
\alias_name
- [x] Cygwin support
- [x] Improved performance/portability of the suggestions system: no more slow/non-portable
CPR-CUP
escape sequences! These were replaced by 100% made in-house cursor position calculation plus basic/portable escape sequences:CUU
,CUD
,CUF
, andCUB
Bug fixes :beetle: :bug:
- [x] Issues with the
ESC
key in the interactive rename prompt - [x] Not honoring
none
inFzfTabOptions
- [x] No file type color for
/path/to/dir/GLOB<TAB>
- [x] Wrong file colors when running as root
- [x] Script in $HOME not working with arguments (e.g.
~/script.sh arg
) inmimelist.clifm
file - [x]
fzfnav
plugin not working with Ranger's scope.sh - [x]
C-p
keybinding is slow to respond - [x]
C-p
andC-n
keybindings do not highlight history lines - [x] BAEJ suggestion (ex: ELN) not colored if it contains spaces
- [x] If wrong command and
C-x
fails, error is printed using the wrong command color - [x]
bl dir/file file
creates only one symlink (file.link
) - [x] Secondary prompts have issues with Unicode strings.
- [x] Termux: TAB completing/accepting suggestion of Unicode strings not working
- [x] Bulk create plugin (
bn
) stops creating files as soon as a unique quote ('
or"
) is found (ex. Peter's dog) - [x] Cannot create directory with
n
command if file name contains spaces - [x]
fzfnav
previews not working on Wayland - [x] Help message covered by image preview in
fzfnav
plugin - [x] The "Calculating..." message in the
pp
command is not correctly removed on some terminals - [x] Pager not working as expected on the Linux console
- [x] The
dragon
plugin does not work with file names containing spaces - [x] The manpage parser stopped working due to the file extension change
- [x] Multi-byte char takes color of previous char (if colored)
- [x] Suggestion not removed when entering a tilde path
- [x]
Ctrl-Alt-d
(remove sel) not working: conflicts withC-d
to quit - [x] Screen refreshed upon command error: messages are lost
- [x] Suggestion partially printed with
j
cmd - [x] FZF tab offset is broken: select a few files (make sure it takes more than one line), insert all of them, type
sel
again and the press TAB: FZF menu appears next to the end of the screen, making its contents unreadable. - [x] Wrong path as first word errs like a failed search
- [x]
fzfsel
andfzfdesel
plugins not working - [x] Wrong columns when longest file name is a directory
- [x]
mime
command not taking filenames/ELNs as parameters - [x] Recursive search not honoring case insensitive search option
- [x]
FzfTabOptions
not protected against command injection when running with--secure-cmds
- [x] Crash when only one file is listed and TAB is the first key pressed
- [x] Wrong path color when completing unique match via TAB
- [x] Suggestions are broken on high-latency remote connections