From 09b5e0d08f58ff182f30b4d8c4b5a601ff14293d Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Thu, 26 Feb 2026 20:10:00 +0300 Subject: Enha: shell mode in filepickerdir --- helpfuncs.go | 1 + 1 file changed, 1 insertion(+) (limited to 'helpfuncs.go') diff --git a/helpfuncs.go b/helpfuncs.go index 33ab8ed..d8bbd78 100644 --- a/helpfuncs.go +++ b/helpfuncs.go @@ -474,6 +474,7 @@ func executeCommandAndDisplay(cmdText string) { } // Create the command execution cmd := exec.Command(command, args...) + cmd.Dir = cfg.FilePickerDir // Execute the command and get output output, err := cmd.CombinedOutput() // Add the command being executed to the chat -- cgit v1.2.3