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 only Linux is supported, because the program relies on abstract sockets (see `unix(7)`).

Notes:

- Options are placed after *this* program name (`{program_name}`), and before the double-hyphen phrase (`--`).
- Options can be stored in a file named {args_file_name:?}, inside the directory of this program. Options from command line have higher priority than the ones stored in file.

{dia_args_file_format}

Examples:

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