Changelog
- (New) Four new commands
find,find-back,find-next, andfind-prevare added to implement file finding. Two optionsanchorfindandfindlenare added to customize the behavior of these commands. - (New) A new
quitcommand is added to the server protocol to quit the server. - (New) A new
$LF_LEVELvariable is added to show the nesting level. - (Fix) Commands
loadandreloadnow work properly when the current directory is deleted. Alsolfdoes not start in deleted directories anymore. - (Fix) Server is now started as a detached process in windows so its lifetime is not tied to the command line window anymore.
- (Fix) Clients now try to reconnect to the server at startup with exponentially increasing intervals when they fail. This is to avoid connection failures due to server not being ready for the first client that automatically start the server.
- (Fix) The old index is now kept when the current selection is deleted.
- (Fix) Command
shell-pipenow triggersloadinstead ofreload. - (Fix) Error messages are now more informative when
lffails to start due to either$HOMEor$USERvariables being empty or not set. - Searching for the next/prev item is now based on the direction of the initial search.