Results 28 comments of marvelph

It is a stopgap measure, but not difficult to implement with a plugin. Look at "clone.active" and "clone.inactive". https://github.com/marvelph/MartaPlugins/blob/main/Plugins/navigation.lua

Thanks for the great software. "0.8.2 EAP 1" may not have a functioning "core.ext.terminal.open".

Assignments to the cursor keys may not be working. The following configurations seem to be ignored. ``` "Shift+Left" "core.back" "Shift+Right" "core.forward" ```

Launching applications via 'Gadgets' may not be working. ``` gadgets [ { id "org.programmershigh.gadget.preview" name "Open External Preview" type "application" application "Preview" files [ "${active.selection.paths}" ] } ] ```

The folder shown in the screenshot contains the file 'test.txt' and the folder 'test.dir'. If 'hideExtensions' is enabled, the folder extensions are not displayed anywhere. It may be better to...

Personal opinion. I think it would be better to display the extensions when 'hideExtensions' is enabled in a separate extension column instead of displaying them at the end of the...

> For macOS package bundles and applications, extensions are shown in the "extension" column. > Ordinary directories, however, don't have extensions in their usual sense. > The name suffix doesn't...

I was also considering requesting this feature addition and searching for existing issues.