Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
clifm-1.7-x86_64.AppImage.sha256sum | 2022-09-01 | 65 Bytes | |
clifm-1.7-x86_64.AppImage | 2022-09-01 | 1.7 MB | |
clifm-1.7.tar.gz.sha256sum | 2022-08-24 | 66 Bytes | |
clifm-1.7.tar.gz | 2022-08-24 | 1.3 MB | |
README.md | 2022-08-24 | 5.9 kB | |
v1.7.tar.gz | 2022-08-24 | 1.3 MB | |
v1.7.zip | 2022-08-24 | 1.4 MB | |
Totals: 7 Items | 5.8 MB | 0 |
clifm 1.7 (Elaine)
Thanks to @knodalyte, @anoduck, @Baerbeisser, @DNDEBUG, @mhdzli, @harriot, @FluffyJay1, and @jggamba for all your comments, tests, and suggestions.
Special thanks go to @jonathanspw, for all the work done on the Fedora package, and to @laurentlbm, for the Termux package :+1:
Get distro-specific binary packages from the OpenSuse Build System
New features/Improvements :sunglasses: :godmode:
- [x] Better columns arrangement in long view
- [x]
ke
/kd
: encryption/decryption plugins - [x] Better use of space when trimming file names (the space used by the files counter in now taken into account)
- [x] Preserve file extension when trimming file names
- [x] Allow forcefully copying, moving, and removing files
- [x] Improve in-file documentation for the default color scheme file (
default.clifm
) - [x] Termux support
- [x] Transition from
.cfm
(ColdFusion) to.clifm
config files - [x] Allow displaying inode number in long view
- [x] Remove
cc
command to avoid conflicts with/bin/cc
- [x] Remove mount-ISO option if not on Linux
- [x] Optionally use numeric instead of symbolic notation for file permissions in long view mode
- [x] Timezone for dates in
p
command - [x] Toggle properties fields on/off in long view
- [x] Virtual directories plugin
- [x] A nicer config file
- [x] Desktop notifications
- [x] Improve the messages log system
- [x] Move messages logs into
log.cfm
file and get rid of themessages.cfm
file - [x] Increase max log size to 1000
- [x]
fdups
plugin ported to FreeBSD/NetBSD/OpenBSD (thanks @danfe!) - [x] Allow glob expansion via TAB for the quick search function (
/*.pdf<TAB>
) - [x] smenu(1) support for TAB completion
- [x] List available bookmark paths via
b:
- [x] A more readable color for unstatable files
- [x] Abbreviate file names for
ds <TAB>
,sel<TAB>
and when informing deleted files viar sel
- [x] Toggle workspaces (via workspace keybindings)
- [x] Named Workspaces
- [x] Make
dup
command ask for a destiny directory - [x]
n
should inform about created files - [x]
n
should be able to createdir/file
even ifdir
doesn't exist - [x] Bleach:
ä/ö/ü
should be replaced byae/oe/ue
andÄ/Ö/Ü
byAe/Oe/Ue
.
Bug fixes :beetle: :bug:
- [x] Plugins not respecting
--no-color
- [x] Extraneous first entry in long view when toggling max file name length
- [x] Command line garbage when deleting the whole line with the del key
- [x] No suggestion when recovering from wrong command
- [x] No color for history lines if
readline.clifm
isn't found - [x] Inconsistent file colors when listing, searching, and printing file properties
- [x] Color for inaccessible directory name is extended up to properties in long view (light mode)
- [x]
alias import
not completing/suggesting file names - [x] Dangling temporary file in bulk rename
- [x] Jumbled output when running with
-y --no-eln --no-color
- [x] Secondary groups not honored when checking file access
- [x] Bleach lists all files even if they don't need to be cleaned up
- [x] Screen not refreshed on Enter if backspace was previously pressed on empty line
- [x] Suggestions for aliases is broken
- [x] Hex colors not working for file extensions
- [x]
fzfnav
plugin works only once - [x]
mime import
overwrites current mimelist file - [x]
br
without parameters returns error exit code (1) - [x]
rr
command not working without an explicit path - [x]
mm
command not working with ELN's - [x] Bulk rename opens temporary file even for failed glob expressions
- [x] ACL files in long view break columns symmetry
- [x] No highlighting after recovering from wrong command
- [x] The file picker function does not work when selected file names contain spaces
- [x] Switching workspaces via keybinds sometimes errs with
ws: filename: No such workspace
- [x]
edit
is running vis(1), which is not a text editor on BSD systems - [x] Trivial messages are being logged
- [x] Wrong finder offset when expanding glob expressions via TAB
- [x] Switching workspaces via keybinds not working if there's text in the command line
- [x]
./<TAB>
not listing directories - [x] Wrong finder window offset when fuzzy-match is enabled
- [x] Completion for the ZSH shell are broken
- [x] Home not reduced to tilde on FreeBSD
- [x] Enter a single
&
: crash! - [x] Multiple screen refresh when moving back and forth via keybinds
- [x] Removing a symlink to dir via the
r
command attempts to remove the target