bassmanitram / actions-for-nautilus

An extension to the Gnome "Files" file manager that allows you to add arbitrary actions to the file selection context menu.
Apache License 2.0
165 stars 16 forks source link

Fix %f and ANY placeholder expansions #18

Closed bassmanitram closed 1 year ago

bassmanitram commented 1 year ago

%f was resolving only index 0 (the other SINGULAR placeholders were correct.

However, the ANY placeholders (which SHOULD only resolve index 0) were resolving all indexes (ala PLURAL).

This fixes both.