From a9189b183b96634a6af335b447f9aa44263ac304 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 6 Oct 2025 00:56:23 +0530 Subject: Add symlink resolution for navigation --- lib/Daffm/Action/Core.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Daffm/Action/Core.hs') diff --git a/lib/Daffm/Action/Core.hs b/lib/Daffm/Action/Core.hs index a726c77..72bccef 100644 --- a/lib/Daffm/Action/Core.hs +++ b/lib/Daffm/Action/Core.hs @@ -48,6 +48,7 @@ openSelectedFile :: AppEvent () openSelectedFile = do currentFile >>= \case Just (FileInfo {filePath, fileType = Directory}) -> loadDir filePath + Just (FileInfo {filePath, fileLinkType = Just Directory}) -> loadDir filePath Just _ -> do opener <- gets (fromMaybe "echo '%F' | xargs -i xdg-open {}" . stateOpenerScript) cmdSubstitutions opener >>= suspendAndRunShellCommand False -- cgit v1.3.1