unitedopk.blogg.se

Far manager zoom in
Far manager zoom in












far manager zoom in

Win.ShellExecute(nil, "open", "dolphin \"".shortpath."\"") could also do "print(dolphin) key(Enter) but that pollutes the command line cant do exec('dolphin \".\"',".",function()end) because it blocks if that's what is under the cursor, since that means a directory above currentĮxec("readlink -f \"".sympath."\"","c:\\",function(out) shortpath=out end) -cannonicalize, or recursevely resolve wine's symbolic links to point to the actual linux file

  • Create the following macro in c:/users/xxx/Application Data/Far Manager/Profile/Macros/scripts/aĮxec("winepath \"".APanel.Path.(APanel.Current="." and "" or "\\".APanel.Current)."\"","c:\\",function(out) sympath=out end) - convert path but dont put in.
  • Unzip a to c:/users/xxx/Application Data/Far Manager/Profile/Macros/modules.
  • Get a command executor lua extension from here.
  • Win.ShellExecute(nil, "open","dolphin\" \"".shortpath."\"") - funky quoting is to work around CreateProcessW being called with the argument enclosed in \" cannonicalize, or recursevely resolve wine's symbolic links to point to the actual linux file n)įor l in io.lines(n) do longpath=l end - a clunky way to get the first line if that's what is under the cursor, since that means a directory above current could also do "print dolphin \".\"", "press enter" but that pollutes the command line Use the following:Īrea="Shell" key="ShiftEnter" description="Open folder in dolphin instead of the default wine explorer" action = function() You need to pipe command output to a temp file. You can see it by calling lua:local f=io.popen('dir') print("") from the FAR command line. Wine sends linux command's output to linux's stdout, and lua gets nothing. Wine 2.19 changed the way it is routing stdout of linux commands that are called from within wine. H:\Programs\yakuake-session\yakuake-session -h -t "Far" -e ls -altR How to configure shift-enter to open Dolphin from FAR Manager start your wine application with a debug settingĮnv WINEDEBUG=fixme-all WINEPREFIX=.  How to pipe output from within FAR to a new session in yakuake xsession-errorsĭo the same that you would for any other noisy wine app, ie. Xdg-open "!.!" How to disable the noisy logging of stubs and semi-stubs to. Set your associations using Commands > File associations menu per file type or for * to How to open files using linux associations

    far manager zoom in

    A quick note - most of this page relates to FAR Manager running on Linux using Wine - see the wine page for details.














    Far manager zoom in