You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 the query server command to list the files in the current directory as displayed in lf (#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 in lfrc.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 starting lf with dirpreviews enabled (#1958) (by @joelim-work).