Command tooltip mention that "%1" should be used to pass the selected files, but "$1" works instead

Issue #39 resolved
G B created an issue

While adding a command to the Commands Center, the tooltip when overing the “Command” field mentions that “%1” should be used to get the selected file path. However, this doesn’t work, but by experimenting I found that $1 works instead

Tested on macOS 12.5.1

Comments (3)

  1. Vladimir Kraus repo owner

    Thank you for reporting this issue. You are right, $1 works on macOS and Linux. %1 works on Windows. These argument placeholders are different because they respect the format of placeholders used in the operating system. Since you are on macOS, then $1 works correctly for you. So it seems that the problem is only in incorrect tooltip displayed on the edit box. This will be fixed in the next version. Please stay tuned.

  2. Log in to comment