Open with user-defined-applications.
Application can be a program, shellscript, pythonscript or batch file.
Example program 'loga'
.
It analysis log files and write_bytes out some results which will be displayed with GF.
This program, full path /cppDev/zerni/loga, needs arguments to run.
We have --file "$(G_PATH)" --minTimeMS 100
$(G_PATH) is one of GF's internal variables. $(G_PATH) represents the currently selected file. ( full path )
"$(G_PATH)" is on quotation marks because some file names could contain spaces.
Environment stands vor enironment variables. Child processes will have them.
loga
does not say much, this is why i gave the program an icon and a ToolTip.