diff --git a/tui/actions.go b/tui/actions.go index 4699fbd82..c9b39d603 100644 --- a/tui/actions.go +++ b/tui/actions.go @@ -371,7 +371,7 @@ func (ui *UI) openItem() { case "darwin": openBinary = "open" case "windows": - openBinary = "Invoke-Item" + openBinary = "explorer" } cmd := exec.Command(openBinary, selectedFile.GetPath())