Changelog
- (New) Support is added for displaying underline styles (#1896) (by @joelim-work).
- (New) Support is added for displaying underline colors (#1933) (by @joelim-work).
- (New) A new subcommand
files
is added to thequery
server command to list the files in the current directory as displayed inlf
(#1949) (by @MahouShoujoMivutilde). - (New) A new
tty-write
command is added for sending escape sequences to the terminal (#1961) (by @joelim-work). Writing directly to/dev/tty
is not recommended as it not synchronized and can interfere with drawing the UI. - (Fix) The
trash
command inlfrc.example
now verifes if the trash directory exists before moving files there (#1918) (by @valoq). - (Fix)
lf
should no longer crash if it fails to open the log file (#1937) (by @joelim-work). - (Fix) Arrow keys are now handled properly when waiting for a key press after executing a shell-wait (
!
) command (#1956) (by @joelim-work). - (Fix) The
previewer
script is now only invoked for the current directory (instead of all directories), when startinglf
withdirpreviews
enabled (#1958) (by @joelim-work).