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.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]
clifmimgplugin to add image preview capabilities to clifm - [x]
viewcommand to preview files in full screen (via fzf) - [x] Shotgun, a built-in files previewer similar to pistol
- [x] Remove
cdprefix 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]
blcommand automatically prepends dot to suffix if it does not start with a dot - [x] Flat or branch view via the
fzfsel.shplugin (-f, --flatoption) - [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-CUPescape 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
ESCkey in the interactive rename prompt - [x] Not honoring
noneinFzfTabOptions - [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.clifmfile - [x]
fzfnavplugin not working with Ranger's scope.sh - [x]
C-pkeybinding is slow to respond - [x]
C-pandC-nkeybindings do not highlight history lines - [x] BAEJ suggestion (ex: ELN) not colored if it contains spaces
- [x] If wrong command and
C-xfails, error is printed using the wrong command color - [x]
bl dir/file filecreates 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
ncommand if file name contains spaces - [x]
fzfnavpreviews not working on Wayland - [x] Help message covered by image preview in
fzfnavplugin - [x] The "Calculating..." message in the
ppcommand is not correctly removed on some terminals - [x] Pager not working as expected on the Linux console
- [x] The
dragonplugin 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-dto quit - [x] Screen refreshed upon command error: messages are lost
- [x] Suggestion partially printed with
jcmd - [x] FZF tab offset is broken: select a few files (make sure it takes more than one line), insert all of them, type
selagain 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]
fzfselandfzfdeselplugins not working - [x] Wrong columns when longest file name is a directory
- [x]
mimecommand not taking filenames/ELNs as parameters - [x] Recursive search not honoring case insensitive search option
- [x]
FzfTabOptionsnot 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