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.22.tar.gz.sha256sum | 2024-11-23 | 84 Bytes | |
| clifm-1.22.tar.gz | 2024-11-23 | 1.6 MB | |
| clifm-1.22-linux-x86_64.tar.gz | 2024-11-23 | 619.1 kB | |
| README.md | 2024-11-23 | 5.2 kB | |
| v1.22 source code.tar.gz | 2024-11-23 | 1.6 MB | |
| v1.22 source code.zip | 2024-11-23 | 1.8 MB | |
| Totals: 6 Items | 5.6 MB | 0 | |
Clifm 1.22 (Banana picker)
Get distro-specific binary packages from the OpenSUSE Build System
Bug fixes :beetle: :bug:
- Wrong query string when TAB completing tagged files and
--fuzzy-matchis enabled. - When pressing Ctrl-Alt-[d,x] on a secondary prompt the cursor moves up one line.
--rl-vi-modenot working ifRlEditModeis set in the config file.- No image preview for powerpoint files.
- Wrong ueberzug image offset when fzf preview window border is set to
border-[right,thinblock]. - When clearing the screen, the scrollback buffer is not cleared on rxvt-based terminals.
- Not using all available columns when running with
--no-eln. - TAB completing file names in the prompt of the
pccommand after the first word. - Some keybindings (Alt-TAB, Alt-v, Alt-p) are operative in secondary prompts, when they shouldn't.
- Garbage in the command line when trying to switch workspaces via a keybinding in a secondary prompt.
- F12 (quit) not working on secondary prompts.
echo ELNdoes not expand to file name (whilestat ELNdoes).mfcommand expands numbers to ELN's.- When multiple system messages are generated, only the last one is displayed in the prompt.
- Negation (
!) does not work for workspaces and double asterisk expressions in autocommands. - Help messages ignore the command line text color.
- The
n/newcommand issues a warning when attempting to create a file in the home directory using the tilde (~/FILE). - File previews (TAB completion or the
viewcommand) ignore alternative preview file (set via either--shotgun-file,--config-dir, or--profile). rrdoes not work with directory names containing spaces (e.g.rr this\ dir).- The
open/previewfunction matches directories as valid opening applications.
New features/Improvements :sunglasses: :godmode:
- Extra file type filters for the
=keyword:Dfor empty directories,Ffor empty regular files, andLfor broken links. On Solaris, theDfile type char (previously used for door files) was replaced byO. - Use the
kb bindcommand to customize your key bindings instead of manually editing the keybindings file (viakb edit). kb conflictnow checks for readline key bindings as well.- Proper error messages when application does not exist/fails while previewing images (
clifmimg). - Add image previewing method for mobi files (
clifmimg). - Add support for legacy image formats:
bmp,ico,pcx, andtga(clifmimg). - Automatic detection of available image preview methods. Update your
clifmimgscript (~/.config/clifm/clifmimg) (just remove it and restart) to make use of this new feature. By default, clifm and theclifmimgscript will try to guess the best previewing method (sixel, ueberzug, kitty, or ansi). Edit themethodvariable in theclifmimgscript to manually set a previewing method. - A more modern interface: If Unicode support is detected, clifm will draw decorations using Unicode characters (use
--no-unicodeto disable Unicode decorations, and--unicodeto force it). - The selected files indicator in the prompt was replaced by
S(previously*). - Right pad and colorize ELN's in the directory history map.
- The color scheme is checked at startup for file extension conflicts. If found, the user is warned.
- Use
cs check-extcommand to manually check for file extension conflicts. - Display bookmarked paths in the bookmarks screen.
- Add names completion to the bookmarks prompt in the bookmarks screen (
bmcommand). - Several improvements to the
vvcommand. - Allow the use of tilde (
~) for the home directory when editing a symbolic link (lecommand). - Active files filter (
ftcommand) is always displayed. - Add files filter (
ft) and full-dir-size (fz) to autocommands. - Allow using names for
stin autocommands. - Use the
autocommand to set a temporary autocommand for the current directory. Runauto --helpfor more info. - New config file option:
InformAutocmdto control how matching autocommands are displayed in the prompt. Available values:none,short,long,full, andprompt(default). - Better columns arrangement when listing files (vertical list only).
- Lira: make opening applications invoked with the
%xflag run in a new session (detached from the terminal) (via setsid(3)). - Lira: Check for
CalligraandGnumericwhen opening office documents. - Add
N file(s) copied/movedmessage tocandmcommands. - Set
TrashForceto false by default. - Do not print the list of removed/trashed files after files removal/trash.
- Enable file system type and mountpoint (via
--disk-usage) on Cygwin/MSYS2/Solaris.