This program helps run one single instance of any program.

You have to provide full path of the target program. Hash of the path (and, optionally, its arguments) will be used as an identifier (ID) to keep track of its instances. You can check {arg_target:?} option for more details.

Currently all features are tested only on Linux. On other Unix systems, the program might or might not work.

Notes:

- Options are placed after *this* program name (`{program_name}`), and before the double-hyphen phrase (`--`).
- The program uses notifications from this: https://specifications.freedesktop.org/notification-spec/latest/

{dia_args_file_format}

Examples:

~> {program_name} --app-name=Echo -- /usr/bin/echo test
